pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -260,7 +260,7 @@ let nowWeighObj = JSON.parse(res.data.slice(7)); console.log(nowWeighObj); // 一开始是weighHouseCode if (nowWeighObj.eqCode == this.weighData.equipmentCode) { if (nowWeighObj.eqCode == this.weighHouseCode) { if (nowWeighObj.eqInfraredStatus) { this.infraredStatus = true; this.weighData.weigh = this.realTimeWeigh = nowWeighObj.weigh;