xuefei
2023-07-02 fc3b818f35aae344350dfb59551db257f261c580
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;
               }
            }