From e40cf023cdc19d3bdea6cfb5d74cca65cd7b9679 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 09 七月 2024 17:09:10 +0800 Subject: [PATCH] feature:细节 --- pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue | 142 +++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 117 insertions(+), 25 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 db2e681..574a0ea 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"> @@ -60,31 +60,37 @@ <view class="suffix">{{ weighList.filedName || '' }}</view> </view> <!-- <view class="main-information"> - <view class="prefix">鐓ょ鍚嶇О:</view> + <view class="prefix">鐗╂枡鍚嶇О:</view> <view class="suffix">{{ weighList.coalName || '' }}</view> </view> --> <view class="main-information"> <view class="prefix">璁㈠崟绫诲瀷:</view> <view class="suffix">{{ weighList.orderType || '' }}</view> </view> - <view class="main-information"> + <!-- <view class="main-information" v-if="isweight"> <view class="prefix">鐨噸:</view> <view class="suffix"> {{currentSkin}} </view> </view> - <view class="main-information"> + <view class="main-information" v-if="isweight"> <view class="prefix">姣涢噸:</view> <view class="suffix"> {{currentHair}} </view> </view> - <view class="main-information"> + <view class="main-information" v-if="isweight"> <view class="prefix">鍑�閲�:</view> <view class="suffix"> {{ currentClean}} </view> </view> + <view class="main-information" v-else> + <view class="prefix">鍑�閲�:</view> + <view class="suffix"> + {{ isWeightclean}} + </view> + </view> --> <!-- <view class="main-information"> <view class="prefix">璁㈠崟浣欓噺:</view> <view class="suffix">{{ weighList.orderSurplus || 0 }}</view> @@ -92,7 +98,7 @@ </view> </view> <!-- 绉伴噸鍘嗗彶--> - <weigh-item :list="weighHistory"></weigh-item> + <weigh-item :list="weighHistory" class="weighingDecive-item"></weigh-item> <view class="three"> <!-- .澶栬喘璁㈠崟锛屼笉鍑虹幇杩斿洖鍔犲噺鍚ㄧ殑鎸夐挳 --> <u-button type="primary" @@ -136,13 +142,13 @@ </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; this.weighData.gateCameraId = params.gateCameraId; @@ -156,7 +162,7 @@ this.weighData.overTmWaixiao = 1 } this.changeweighHouseCode(params.weighHouseCode); - this.changeWeigh(0) + this.changeWeigh('') }, components: { combinedTitle, @@ -164,6 +170,8 @@ }, data() { return { + isWeighing:'', + timer:null, weighData: { //纭绉伴噸鎺ュ彛鍙傛暟 deptId: '', @@ -192,7 +200,8 @@ temporaryWeighObj: { skin: null, hair: null, - clean: null + clean: null, + isWeightclean:null, }, infraredStatus: false, // 绾㈠鐘舵�侊紝 // 鏀剧┖鎺у埗 @@ -228,16 +237,16 @@ globalweigh: { handler: function(newV) { this.weighData.weigh = this.realTimeWeigh = newV; - if (this.weighList.orderType == '澶栭攢' || this.weighList.orderType == '鍐呴攢' || this.weighList - .orderType == '杞嚭') { + if ((this.weighList.orderType == '澶栭攢' || this.weighList.orderType == '鍐呴攢' || this.weighList + .orderType == '杞嚭')) { if (!this.showWeigh.skin) { this.temporaryWeighObj.skin = newV; } else { this.temporaryWeighObj.hair = newV; this.isweigh = Number(this.currentClean) < 0; } - } else if (this.weighList.orderType == '澶栬喘' || this.weighList.orderType == '鍐呰喘' || this.weighList - .orderType == '杞叆') { + } else if ( (this.isweight) && (this.weighList.orderType == '澶栬喘' || this.weighList.orderType == '鍐呰喘' || this.weighList + .orderType == '杞叆')) { if (!this.showWeigh.hair) { this.temporaryWeighObj.hair = newV; } else { @@ -246,7 +255,17 @@ .showWeigh .skin > 0; } - } + }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.isweigh = Number(this.currentClean) < 0; + } + } }, deep: true } @@ -266,13 +285,62 @@ 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() { @@ -321,10 +389,27 @@ .currentHair - this.currentSkin).toFixed(2) : '' } - } + }, + isWeightclean(){ + console.log(this.temporaryWeighObj,'his.temporaryWeighObj') + return this.temporaryWeighObj.skin || '' + }, + isweight(){ + if(this.isWeighing){ + if(this.isWeighing == '涓嶅洖纾�'){ + return false + }else{ + return true + } + + }else{ + return true + } + }, + }, methods: { - ...mapMutations(['changeweighHouseCode', 'changeisLogin', 'changeWeigh']), + ...mapMutations(['changeweighHouseCode', 'changeisLogin', 'changeWeigh','changereconnectNum','changesocketTask']), init() { uni.showLoading({ title: '鍔犺浇涓�' @@ -384,12 +469,13 @@ 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 : '绉伴噸澶辫触'); }); }, // 鍔犲噺鐓� @@ -477,6 +563,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; @@ -719,7 +811,7 @@ .bottom-block { width: calc(100% - 60rpx); box-sizing: border-box; - height: 630rpx; + height: 420rpx; margin: 0 vww(15) vww(15) vww(15); background: #ffffff; box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12); @@ -730,8 +822,8 @@ .block-main { width: 94%; - height: 565rpx; - margin-top: vww(10); + height: 420rpx; + margin-top: vww(5); @include flex; justify-content: space-around; align-items: flex-start; @@ -794,4 +886,4 @@ justify-content: space-between; } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1