zhongtianhaoyuan hace 3 años
padre
commit
e577655301
Se han modificado 1 ficheros con 1 adiciones y 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
         }