| | |
| | | </view> |
| | | </template> |
| | | <template v-slot:center> |
| | | <view class="center-container"> |
| | | <view class="center-container" @click="() => shenqingDetail(item)"> |
| | | <view class="center-content__one center-margin"> |
| | | <view class=""> |
| | | <text>所属流程:{{ item.processName }}</text> |
| | |
| | | this.init(); |
| | | }, |
| | | methods: { |
| | | shenqingDetail(item) { //跳转详情页面 |
| | | if(item.actType == 'Offsetting') { //收款 actType = ‘Offsetting’ |
| | | uni.navigateTo({ |
| | | url: `/pages/payment-form-data/payment-form-data?id=${item.tableId}`, |
| | | |
| | | }) |
| | | }else if(item.actType == 'WAY_BILL') { |
| | | uni.navigateTo({ |
| | | url: `/pages/new-application-form-data/new-application-form-data?id=${item.tableId}` |
| | | }) |
| | | } |
| | | |
| | | }, |
| | | init() { |
| | | this.myApplication.pageNumber = 1; |
| | | this.loadingType = 0; |