@@ -3588,6 +3588,10 @@
(packingItem) => packingItem.packageNo == onlyCode
);
this.$set(this.packingList[index], 'measureQuantity', remainder);
+ if(row.singleWeight){
+ this.$set(this.packingList[index], 'weight', row.singleWeight*remainder);
+ }
+
}
// 单独点击保存并插入对应位置(物料)