|
|
@@ -952,7 +952,7 @@
|
|
|
return item['型号'];
|
|
|
});
|
|
|
let nameList = xlsxData.map((item) => {
|
|
|
- return item['物品名'];
|
|
|
+ return item['物品名称'];
|
|
|
});
|
|
|
this.formData.extInfo.assetType = '6'; //备品备件
|
|
|
this.selectEquiType = '6';
|
|
|
@@ -983,7 +983,7 @@
|
|
|
// 添加包装数量和最小包装单元
|
|
|
let filterArray = xlsxData.filter(
|
|
|
(xlsxItem) =>
|
|
|
- xlsxItem['物品名'] == item.assetName &&
|
|
|
+ xlsxItem['物品名称'] == item.assetName &&
|
|
|
xlsxItem['型号'] == item.modelType
|
|
|
);
|
|
|
if (filterArray.length > 0) {
|