From b17acfe68863c1a80b8cfe6eb565bdaca03f0b1c Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期三, 13 三月 2024 17:39:19 +0800 Subject: [PATCH] 转发添加注释 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 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 45a2f92..1f32a0e 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 @@ -42,7 +42,7 @@ style="color: #475bfd;" @click="streamView" v-show="timeLineStatus===9"> - 鏌ョ湅瀹炴椂杞﹁締 + 鏌ョ湅瑁呰浇鎯呭喌 </view> <view class="weigh-item"> <view class="item"> @@ -205,7 +205,8 @@ @click="cengZhongClick" type="primary" shape="circle" - :disabled="haveInputOrigin&&!isSpecial"></u-button> + :disabled="haveInputOrigin&&!isSpecial" + :loading="weighHouseLoading"></u-button> </view> <view class="weigh-button" v-show='ablePrintInduction&&!(coalDetailsData.skin&&coalDetailsData.hair)'> @@ -418,6 +419,7 @@ ischeckedDefault: 0, isSpecial: null, //1 鏄壒娈� 0涓嶆槸鐗规畩 printerType: '', //鍒ゆ柇鎵撳嵃鐨勬槸鍑洪棬璇佽繕鏄叆闂ㄨ瘉 + weighHouseLoading: false }; }, watch: { @@ -576,7 +578,9 @@ } }).then(() => { // 鍒ゆ柇褰撳墠鏃堕棿鏄惁瓒呭嚭棰勭害鏃堕棿 - setTimeout(() => { + ; + if([1, 2, 13].includes(this.coalDetailsData.status) ){ + setTimeout(() => { let endTime = this.coalDetailsData.yuYueSection.slice(0, 10) + ' ' + this .coalDetailsData .yuYueSection.slice(-5); @@ -590,6 +594,8 @@ this.timeout = '1' } }, 1000) + } + }) }, // 鏃ュ織鏌ヨ @@ -702,8 +708,10 @@ // 绉伴噸 cengZhongClick() { this.changeglobalIsFirstWeighing(2) + this.weighHouseLoading = true this.$reqGet('getWeighHouse', this.getWeightHouseObj).then(res => { console.log(res, '鑾峰彇纾呮埧'); + this.weighHouseLoading = false if (res.code == 0) { this.weighData.sceneId = res.data.id; this.weighData.gateCameraId = res.data.lastEquipmentId; @@ -727,7 +735,9 @@ } else { this.$u.toast(res.msg ? res.msg : '鏈湪纾呮埧锛岃鍓嶅線纾呮埧鍚庡啀璇曪紒锛�'); } - }); + }).catch(() => { + this.weighHouseLoading = false + }) }, // 鏀剧┖ evacuation() { @@ -1011,7 +1021,8 @@ width: 94%; margin: 0 auto; height: vww(52); - @include flex position: relative; + @include flex; + position: relative; flex-direction: column; justify-content: space-between; align-items: flex-start; @@ -1055,7 +1066,8 @@ overflow: hidden; .block-main { - @include flex width: 94%; + @include flex ; + width: 94%; height: 336rpx; margin: vww(18) vww(7) vww(11) vww(17); flex-direction: column; -- Gitblit v1.9.1