From bca2dd2d59de29814f9c260edc497834818267e7 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 30 七月 2024 11:43:58 +0800 Subject: [PATCH] 复磅细节问题 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index 468737d..5d80b21 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -104,6 +104,15 @@ type="primary" shape="circle"></u-button></view> </view> +<!-- <view class="weigh-ability">--> +<!-- <view class="weigh-button"><u-button--> +<!-- :disabled="!isapproach"--> +<!-- text="鐢宠澶嶇"--> +<!-- @click="shenqingFubangClick"--> +<!-- type="primary"--> +<!-- shape="circle"></u-button></view>--> + +<!-- </view>--> <view class="weigh-ability" v-if="noCarNo == 1"> <view class="weigh-button"><u-button :disabled="!isapproach" @@ -355,8 +364,8 @@ return uni.getStorageSync('userInfo').type; }, isShenqingFubangShow() { //鐢宠澶嶇鎸夐挳鏄惁鏄剧ず - //鏉′欢锛� 涓嶆槸 绉伴噸瀹屾垚+涓嶆槸 鏈О閲�+鏈夎溅鐗�+鍙告満 銆愭湭绉伴噸0锛岀О閲嶄腑1锛岄獙璐ㄤ腑2锛岀О閲嶅畬鎴�3,楠岃川瀹屾垚4銆� noCarNo 鏄惁鏈夎溅鐗屽彿(鏈夎溅鐗�0锛屾棤杞︾墝1) - if((this.currentPageCoalStatus != 0 && this.currentPageCoalStatus != 3) && this.roleType == 3 && this.noCarNo == 0 && this.orderType == "澶栬喘") { + //鏉′欢锛� 涓嶆槸 绉伴噸瀹屾垚+涓嶆槸 鏈О閲�+鍙告満 銆愭湭绉伴噸0锛岀О閲嶄腑1锛岄獙璐ㄤ腑2锛岀О閲嶅畬鎴�3,楠岃川瀹屾垚4銆� noCarNo 鏄惁鏈夎溅鐗屽彿(鏈夎溅鐗�0锛屾棤杞︾墝1) + if((this.currentPageCoalStatus != 0 && this.currentPageCoalStatus != 3) && this.roleType == 3 && this.orderType == "澶栬喘") { return true }else { return false @@ -680,8 +689,10 @@ tmId:this.coalDetailsData.id } this.shenQingFuBangLoading = true - this.$reqPost('applyForRepeatedCar',params,'json').then(res => { + this.$reqPost('applyForRepeatedCarNew',params,'json').then(res => { + console.log(res,'鐢宠澶嶇-----') if(res.code == 0) { + this.$u.toast(res.msg); this.shenQingFuBangLoading = false }else { this.$u.toast(res.msg); -- Gitblit v1.9.1