pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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; } }