From 5c8906cc4aaa7fcf70ee37de2dd1069161d80a61 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期五, 24 十一月 2023 14:08:19 +0800 Subject: [PATCH] 收款明细页面及对接接口、详情页面 --- pages/my-application/my-application.vue | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pages/my-application/my-application.vue b/pages/my-application/my-application.vue index 91d837b..1ccea61 100644 --- a/pages/my-application/my-application.vue +++ b/pages/my-application/my-application.vue @@ -55,7 +55,7 @@ </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> @@ -306,6 +306,19 @@ this.init(); }, methods: { + shenqingDetail(item) { //璺宠浆璇︽儏椤甸潰 + if(item.actType == 'Offsetting') { //鏀舵 actType = 鈥極ffsetting鈥� + 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; @@ -795,7 +808,7 @@ right:vww(20)!important; } } - + // 搴曢儴鍗犱綅 .empty-placeH{ height:vww(50); -- Gitblit v1.9.1