From 1c7b86f984498eab66968c8d9e9ece42634b96bb Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 28 十一月 2023 14:10:48 +0800 Subject: [PATCH] 收款明细页面及对接接口、详情页面 测试bug调整 --- pages/my-application/my-application.vue | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pages/my-application/my-application.vue b/pages/my-application/my-application.vue index 1ccea61..ca36364 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" @click="() => shenqingDetail(item)"> + <view class="center-container"> <view class="center-content__one center-margin"> <view class=""> <text>鎵�灞炴祦绋嬶細{{ item.processName }}</text> @@ -90,14 +90,18 @@ <image src="@/static/home/cehui.png" mode=""></image> <view>鎾ゅ洖</view> </view> --> - <view @click="checkTheScheduleClick(item.procInstId)" v-if="item.status == 1"> + <view @click="() => checkTheScheduleClick(item.procInstId)" v-if="item.status == 1"> <image src="@/static/home/jindu.png" mode=""></image> <view>鏌ョ湅杩涘害</view> </view> - <view @click="theFormDataClick(item.tableId)" v-if="(item.status == 1 || item.status == 2 || item.status == 3 ) && (item.processName == '鍙戣繍閫氱煡鍗�')"> + <view @click="() => shenqingDetail(item)" v-if="item.actType == 'Offsetting' || item.actType == 'XsWaybill'"> <image src="@/static/home/biaodan.png" mode=""></image> <view>鐢宠璇︽儏</view> </view> +<!-- <view @click="() => shenqingDetail(item)" v-if="(item.status == 1 || item.status == 2 || item.status == 3 ) && (item.processName == '鍙戣繍閫氱煡鍗�')">--> +<!-- <image src="@/static/home/biaodan.png" mode=""></image>--> +<!-- <view>鐢宠璇︽儏</view>--> +<!-- </view>--> <!-- <view v-if="item.status == 3" @click="apply(item)"> <image src="@/static/home/history.png" mode=""></image> <view>閲嶆柊鐢宠</view> @@ -307,12 +311,13 @@ }, methods: { shenqingDetail(item) { //璺宠浆璇︽儏椤甸潰 + console.log(item,'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') { + }else if(item.actType == 'XsWaybill') { uni.navigateTo({ url: `/pages/new-application-form-data/new-application-form-data?id=${item.tableId}` }) @@ -559,6 +564,7 @@ }, // 鏌ョ湅杩涘害 checkTheScheduleClick(v) { + console.log(v,'v====鏌ョ湅杩涘害====') uni.navigateTo({ url: `/pages/check-the-schedule/check-the-schedule?index=${v}` }); -- Gitblit v1.9.1