|
|
@@ -1266,7 +1266,7 @@
|
|
|
categoryModel: item.modelType, // 物品型号
|
|
|
specification: item.specification, // 规格
|
|
|
brandNum: item.brandNum, // 牌号
|
|
|
- batchNo: batchNo, // 批次号
|
|
|
+ batchNo: this.saleProductList[index]?.batchNo||batchNo, // 批次号
|
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|
|
|
supplierId: this.form.supplierId, // 供应商id
|
|
|
supplierCode: this.form.supplierCode, // 供应商代号
|
|
|
@@ -1603,7 +1603,7 @@
|
|
|
(val) => val.categoryCode == item.productCode
|
|
|
).index
|
|
|
: this.productList[0].index, // 产品索引
|
|
|
- batchNo: this.productList[0].batchNo, // 批次号
|
|
|
+ batchNo: item.batchNo||this.productList[0].batchNo, // 批次号
|
|
|
packageNo: packingCodeList[index]?.onlyCode, // 包装编码
|
|
|
packingQuantity: 1, // 包装数量
|
|
|
packingUnit: item.packingUnit, // 单位
|