|
@@ -1915,8 +1915,7 @@
|
|
|
categoryModel: item.modelType, // 物品型号
|
|
categoryModel: item.modelType, // 物品型号
|
|
|
specification: item.specification, // 规格
|
|
specification: item.specification, // 规格
|
|
|
brandNum: item.brandNum, // 牌号
|
|
brandNum: item.brandNum, // 牌号
|
|
|
- batchNo:
|
|
|
|
|
- this.bizType == 1 || this.bizType == 3
|
|
|
|
|
|
|
+ batchNo:[1,3,6].includes(this.bizType)
|
|
|
? this.detailList[0]?.batchNo || batchNo
|
|
? this.detailList[0]?.batchNo || batchNo
|
|
|
: batchNo, // 批次号
|
|
: batchNo, // 批次号
|
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|