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;