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