zhongtianhaoyuan 3 năm trước cách đây
mục cha
commit
e577655301
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
         }