付延余
2023-03-23 a20cc4d791acb78db0d7455922c781784d333970
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -229,8 +229,9 @@
            console.log('socketWeigh', res);
            let nowWeighObj = JSON.parse(res.data.slice(7))
            if (nowWeighObj.eqCode == this.weighHouseCode) {
               if(nowWeighObj.'暂定'){
               if(nowWeighObj.eqInfraredStatus){
                  this.infraredStatus = true
                  this.weighData.weigh = this.realTimeWeigh = nowWeighObj.weigh;
               }else{
                  this.infraredStatus = false
                  this.weighData.weigh = this.realTimeWeigh = nowWeighObj.weigh;