qingyiay
2023-04-10 1b4f1c9db703b1bfd0e3f8cc7f01153a7399088d
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;