|
@@ -2000,8 +2000,8 @@
|
|
|
categoryModel: item.modelType, // 物品型号
|
|
categoryModel: item.modelType, // 物品型号
|
|
|
specification: item.specification, // 规格
|
|
specification: item.specification, // 规格
|
|
|
brandNum: item.brandNum, // 牌号
|
|
brandNum: item.brandNum, // 牌号
|
|
|
- colorKey: item.colorKey ? item.colorKey.split(',') : '', // 颜色
|
|
|
|
|
- modelKey: item.modelKey ? item.modelKey.split(',') : '', // 机型
|
|
|
|
|
|
|
+ colorKey: this.bizType == 1 ? (this.form.colorKey ? this.form.colorKey.split(',') : '') : item.colorKey ? item.colorKey.split(',') : '', // 颜色
|
|
|
|
|
+ modelKey: this.bizType == 1 ? (this.form.modelKey ? this.form.modelKey.split(',') : '') : item.modelKey ? item.modelKey.split(',') : '', // 机型
|
|
|
batchNo: [1, 3, 6].includes(this.bizType)
|
|
batchNo: [1, 3, 6].includes(this.bizType)
|
|
|
? this.detailList[0]?.batchNo || batchNo
|
|
? this.detailList[0]?.batchNo || batchNo
|
|
|
: batchNo, // 批次号
|
|
: batchNo, // 批次号
|