zhongtianhaoyuan 3 年之前
父节点
当前提交
e577655301
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
         }