zhongtianhaoyuan 3 years ago
parent
commit
e577655301
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/outboundManagement/weighingManagementNew.vue

+ 1 - 0
src/views/outboundManagement/weighingManagementNew.vue

@@ -599,6 +599,7 @@
       setVal(data) {
         if (this.information == '毛重') {
           this.weighingList.grossWeight = data
+          this.weighingList.netWeight = Number(this.weighingList.grossWeight) - Number(this.weighingList.tare)
         } else {
           this.weighingList.tare = data
         }