|
@@ -1734,7 +1734,7 @@
|
|
|
categoryModel: item.modelType, // 物品型号
|
|
categoryModel: item.modelType, // 物品型号
|
|
|
specification: item.specification, // 规格
|
|
specification: item.specification, // 规格
|
|
|
brandNum: item.brandNum, // 牌号
|
|
brandNum: item.brandNum, // 牌号
|
|
|
- batchNo: this.bizType == 1 ? item.batchNo || batchNo : batchNo, // 批次号
|
|
|
|
|
|
|
+ batchNo: this.bizType == 1 ? this.detailList[0]?.batchNo || batchNo : batchNo, // 批次号
|
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|
|
|
supplierId: '', // 供应商id
|
|
supplierId: '', // 供应商id
|
|
|
supplierCode: item.supplierCode,
|
|
supplierCode: item.supplierCode,
|