|
@@ -494,9 +494,9 @@ export default {
|
|
|
itemId: material.itemId || material.id,
|
|
|
itemCode: material.itemCode,
|
|
|
itemName: material.itemName,
|
|
|
- specification: material.specification,
|
|
|
- mainCategoryId: material.mainCategoryId,
|
|
|
- mainCategoryName: material.mainCategoryName,
|
|
|
+ specs: material.specification, // 修复字段映射:规格型号字段名为specs
|
|
|
+ mainItemCategoryId: material.mainCategoryId,
|
|
|
+ mainItemCategoryName: material.mainCategoryName, // 修复字段映射:主物料分类字段名为mainItemCategoryName
|
|
|
warehouseId: material.warehouseId,
|
|
|
warehouseName: material.warehouseName,
|
|
|
availableQuantity: material.availableQuantity || 0,
|