瀏覽代碼

fix(inventoryTable): 将单重参数从毛重改为净重

yusheng 7 月之前
父節點
當前提交
2daebde072
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchasingManage/purchaseOrder/components/inventoryTable.vue

+ 1 - 1
src/views/purchasingManage/purchaseOrder/components/inventoryTable.vue

@@ -1374,7 +1374,7 @@
           this.$set(parasm, 'imgCode', item.imgCode);
           this.$set(parasm, 'produceType', item.componentAttribute);
           this.$set(parasm, 'approvalNumber', item.extField?.approvalNumber);
-          this.$set(parasm, 'singleWeight', item.roughWeight);
+          this.$set(parasm, 'singleWeight', item.netWeight);
           this.$set(parasm, 'pricingWay', item.pricingWay || 1);
           this.$set(parasm, 'goodsLevel', item.level);
           this.$set(parasm, 'taxRate', 13);