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