zhongtianhaoyuan %!s(int64=3) %!d(string=hai) anos
pai
achega
e577655301
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
         }