qingyiay
2023-06-29 9579955eecf9584697c546eae6ba90fb33795e40
称重修改
1个文件已修改
2 ■■■■■ 已修改文件
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -281,7 +281,6 @@
                    if (this.weighList.skin == 0) {
                        // this.temporaryWeighObj.skin = this.realTimeWeigh;
                        this.temporaryWeighObj.skin = newV;
                        this.isweigh = this.temporaryWeighObj.skin > this.weighList.orderSurplus;
                    } else {
                        // this.temporaryWeighObj.hair = this.realTimeWeigh;
                        this.temporaryWeighObj.hair = newV;
@@ -294,7 +293,6 @@
                    if (this.weighList.hair == 0) {
                        // this.temporaryWeighObj.hair = this.realTimeWeigh;
                        this.temporaryWeighObj.hair = newV;
                        this.isweigh = this.temporaryWeighObj.hair > this.weighList.orderSurplus;
                    } else {
                        // this.temporaryWeighObj.skin = this.realTimeWeigh;
                        this.temporaryWeighObj.skin = newV;