xuefei
2023-07-02 fc3b818f35aae344350dfb59551db257f261c580
bug:外购净重不对
1个文件已修改
4 ■■■■ 已修改文件
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -267,8 +267,8 @@
                        this.temporaryWeighObj.hair = newV;
                    } else {
                        this.temporaryWeighObj.skin = newV;
                        this.temporaryWeighObj.clean = (this.showWeigh.skin - newV).toFixed(2);
                        this.isweigh = this.temporaryWeighObj.clean > this.weighList.orderSurplus || this.temporaryWeighObj
                        this.temporaryWeighObj.clean = (this.showWeigh.hair -this.temporaryWeighObj.skin).toFixed(2);
                        this.isweigh = this.temporaryWeighObj
                            .clean < 0 || this.showWeigh.skin < newV && this.showWeigh.skin > 0;
                    }
                }