From 3e5ccc0369e0b8e61ce50e186246e57c1547ae00 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 30 七月 2024 18:00:59 +0800 Subject: [PATCH] 申请复磅细节 --- pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue | 130 +++++++++++++++++++++++++++++++++--------- 1 files changed, 101 insertions(+), 29 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue index 8f2a4fa..98bd6b3 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue @@ -10,8 +10,8 @@ <view class="top_right"> <view class=""> 绉伴噸: - <u--text :type="realTimeWeigh == 0 ? 'error' : 'success'" - :text="realTimeWeigh == 0 ? '寮傚父' : '姝e父'" + <u--text :type="weightStatusType" + :text="weightStatus" size="34"></u--text> </view> <view class=""> @@ -22,7 +22,7 @@ </view> </view> </view> - <view class="bottom"><text>TIP:褰撳墠鐘舵�佷负姝e父鏃跺彲浠ョО閲�</text></view> + <view class="bottom"><text>褰撳墠鐘舵�佷负姝e父鏃跺彲浠ョО閲�</text></view> </view> <view class="bottom-block"> <view class="block-main"> @@ -98,12 +98,12 @@ </view> </view> <!-- 绉伴噸鍘嗗彶--> - <weigh-item :list="weighHistory"></weigh-item> + <weigh-item :list="weighHistory" class="weighingDecive-item"></weigh-item> <view class="three"> <!-- .澶栬喘璁㈠崟锛屼笉鍑虹幇杩斿洖鍔犲噺鍚ㄧ殑鎸夐挳 --> <u-button type="primary" text="纭畾绉伴噸" - :disabled="realTimeWeigh == 0 || globalinfraredStatus || isweigh ||globalWarning" + :disabled="realTimeWeigh == 0 || globalinfraredStatus || isweigh ||globalWarning || weighList.isReWeigh == 1" :loading="isConfirmWeighLoading" loadingText="纭" @click="confirmWeigh"></u-button> @@ -119,7 +119,7 @@ :loading="UnloadingAgainLoading" loadingText="纭" :disabled="isweigh||realTimeWeigh == 0" - v-if='canUnload'></u-button> + v-if='canUnload && isJixuxiehuo'></u-button> <!-- 鏀剧┖ --> <u-button type="primary" text="鏀剧┖" @@ -142,14 +142,12 @@ </template> <script> - let socket = null; import { webSocketUrl, onlineurl } from '@/api/request.js'; - import { mapState, mapMutations } from 'vuex'; + import { mapState, mapMutations,mapGetters } from 'vuex'; import combinedTitle from '@/components/combined-title/combined-title.vue'; import weighItem from '@/components/weighItem.vue' export default { onLoad(params) { - this.isWeighing = params.isWeighing; // 褰撳墠鏄笉鏄洖纾呯殑 this.takeCoalId = params.takeCoalId; this.weighData.sceneId = params.sceneId; @@ -164,7 +162,7 @@ this.weighData.overTmWaixiao = 1 } this.changeweighHouseCode(params.weighHouseCode); - this.changeWeigh(0) + this.changeWeigh('') }, components: { combinedTitle, @@ -173,6 +171,7 @@ data() { return { isWeighing:'', + timer:null, weighData: { //纭绉伴噸鎺ュ彛鍙傛暟 deptId: '', @@ -238,6 +237,9 @@ globalweigh: { handler: function(newV) { this.weighData.weigh = this.realTimeWeigh = newV; + console.log(newV,'new====') + console.log(this.isweight,'isweight=====') + console.log(this.currentClean,'this.currentClean=====') if ((this.weighList.orderType == '澶栭攢' || this.weighList.orderType == '鍐呴攢' || this.weighList .orderType == '杞嚭')) { if (!this.showWeigh.skin) { @@ -259,13 +261,13 @@ }else if((this.weighList.orderType == '澶栬喘' || this.weighList.orderType == '鍐呰喘' || this.weighList .orderType == '杞叆') && (!this.isweight)){ if (!this.showWeigh.skin) { - this.temporaryWeighObj.skin = newV; - this.temporaryWeighObj.isWeightclean = newV; - } else { - this.temporaryWeighObj.isWeightclean = newV; + this.temporaryWeighObj.skin = newV; + this.temporaryWeighObj.isWeightclean = newV; + } else { + this.temporaryWeighObj.isWeightclean = newV; - this.isweigh = Number(this.currentClean) < 0; - } + this.isweigh = Number(this.currentClean) < 0; + } } }, deep: true @@ -282,17 +284,71 @@ uni.stopPullDownRefresh(); } } + setTimeout(() => { + this.init(() => { + uni.stopPullDownRefresh() + }) + },1000) }, onShow() { this.init(); // this.realTimeWeigh = 0 + if (this.timer) { + clearTimeout(this.timer) + } + this.timer = setTimeout(() => { + if (!this.globalweigh) { + console.log('绉伴噸鏃惰嚜鍔ㄩ噸杩�'); + // this.socketTask.close(); + this.changesocketTask(null); + this.changereconnectNum({ connectNum: 1, isWeigh: true }) + this.$store.dispatch('websocketInit'); + + } + }, 3000) + uni.showToast({ + title: '姝e湪杩炴帴鏈嶅姟锛岃绋嶇瓑', + icon: 'none' + }) }, + onHide() { + clearTimeout(this.timer) + }, + onUnload() { + clearTimeout(this.timer) + }, + computed: { ...mapState(['globalweigh', 'globalinfraredStatus', 'globalWarning', 'globalisconnect', 'globalisUploadimg', - 'globalisLogin', 'is_open_socket' + 'globalisLogin', 'socketTask','is_open_socket' ]), token() { return uni.getStorageSync('token'); + }, + weightStatus(){ + //绉伴噸鏄惁寮傚父 1.鏃犺溅 2.杩炴帴涓� 3.姝e父; + if(this.realTimeWeigh == 0){ + return '鏃犺溅' + }else if(!this.is_open_socket){ + return '杩炴帴涓�' + }else if(this.is_open_socket && this.realTimeWeigh){ + return '姝e父' + }else{ + return '寮傚父' + } + }, + weightStatusType(){ + switch (this.weightStatus) { + case '鏃犺溅': + return 'error' + case '杩炴帴涓�': + return 'error' + case '姝e父': + return 'success' + default: + return 'error' + } + }, // 鍔犲噺鐓ゆ寜閽鐢ㄤ笌鍚� addAndSubtractCoalDisabled() { @@ -353,15 +409,22 @@ }else{ return true } - }else{ return true } - } + }, + isJixuxiehuo() { //鏄惁鏄剧ず缁х画鍗歌揣鎸夐挳 + console.log(this.weighList?.tmTaskCoalItems,'this.weighList?.tmTaskCoalItems') + if(this.weighList?.tmTaskCoalItems && this.weighList?.tmTaskCoalItems.length > 0) { + return this.weighList?.tmTaskCoalItems.length > 0 + }else { + return false + } + }, }, methods: { - ...mapMutations(['changeweighHouseCode', 'changeisLogin', 'changeWeigh']), - init() { + ...mapMutations(['changeweighHouseCode', 'changeisLogin', 'changeWeigh','changereconnectNum','changesocketTask']), + init() { uni.showLoading({ title: '鍔犺浇涓�' }) @@ -379,6 +442,7 @@ this.outBuy = (this.weighList.orderType.indexOf('閿�') !== -1) && this.showWeigh.skin > 0; // 缁х画鍗歌揣鍙湁澶栬喘绫诲瀷绗簩娆′細鏈� this.canUnload = this.weighList.orderType === '澶栬喘' && this.showWeigh.hair > 0; + console.log(this.canUnload,'this.canUnload====') } }); }, @@ -413,20 +477,24 @@ console.log(res, '绉伴噸鎺ュ彛'); if (res.code == 0) { this.$u.toast('绉伴噸鎴愬姛'); + this.isConfirmWeighLoading = false; setTimeout(() => { uni.navigateBack({ delta: 1 }); - this.isConfirmWeighLoading = false; + }, 1000); } else { - this.$u.toast('绉伴噸澶辫触锛岃绋嶅悗閲嶈瘯'); + this.$u.toast('绉伴噸澶辫触锛岃绋嶅悗閲嶈瘯' + (res.msg ? res.msg : '')); } }) .catch(err => { this.isConfirmWeighLoading = false; console.log(err); - }); + this.$u.toast(err.msg ? err.msg : '绉伴噸澶辫触'); + }).finally(() => { + this.isConfirmWeighLoading = false; + }); }, // 鍔犲噺鐓� addAndSubtractCoal() { @@ -434,7 +502,6 @@ deptId: this.weighData.deptId, sceneId: this.weighData.sceneId, carNo: this.weighData.carNo, - tmId: this.weighData.tmId, filedId: this.weighData.filedId, tmId: this.weighData.tmId, gateCameraId: this.weighData.gateCameraId, @@ -453,7 +520,7 @@ }, 1000); console.log(res, '鍔犲噺鐓�'); } else { - this.$u.toast('鎿嶄綔澶辫触锛岃绋嶅�欓噸璇�'); + this.$u.toast(res.msg); } }); }, @@ -466,7 +533,6 @@ carNo: this.weighData.carNo, tmId: this.weighData.tmId, filedId: this.weighData.filedId, - tmId: this.weighData.tmId, gateCameraId: this.weighData.gateCameraId, equipmentCode: this.weighData.equipmentCode, tmCode: this.weighData.tmCode, @@ -482,7 +548,7 @@ }); }, 1000); } else { - this.$u.toast('鎿嶄綔澶辫触锛岃绋嶅�欓噸璇�'); + this.$u.toast(res.msg); } }) }, @@ -513,6 +579,12 @@ <style lang="scss" scoped> + .weighingDecive-item{ + min-height: 200rpx!important; + .weigh-history { + min-height: 200rpx!important; + } + } @mixin flex { display: flex; justify-content: space-between; @@ -830,4 +902,4 @@ justify-content: space-between; } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1