|
|
@@ -1663,7 +1663,7 @@
|
|
|
).index
|
|
|
: this.productList[0].index, // 产品索引
|
|
|
batchNo: item.batchNo || this.productList[0].batchNo, // 批次号
|
|
|
- packageNo: packingCodeList[index]?.onlyCode, // 包装编码
|
|
|
+ packageNo: item.packageNo||packingCodeList[index]?.onlyCode, // 包装编码
|
|
|
packingQuantity: 1, // 包装数量
|
|
|
packingUnit: item.packingUnit, // 单位
|
|
|
measureQuantity: item.quantity, // 计量数量
|