|
@@ -563,9 +563,9 @@ export default {
|
|
|
itemName: item.Item_Name,
|
|
|
specs: item.Item_PECS || '',
|
|
|
unit: item.InventoryInfo_Name,
|
|
|
- category: item.MainItemCategory_Name,
|
|
|
- categoryId: item.MainItemCategory_ID,
|
|
|
- categoryCode: item.MainItemCategory_Code,
|
|
|
+ mainItemCategoryName: item.MainItemCategory_Name,
|
|
|
+ mainItemCategoryId: item.MainItemCategory_ID,
|
|
|
+ mainItemCategoryCode: item.MainItemCategory_Code,
|
|
|
description: item.Item_Description || '',
|
|
|
warehouseId: item.Warehouse_ID,
|
|
|
warehouseCode: item.Warehouse_Code,
|
|
@@ -641,9 +641,9 @@ export default {
|
|
|
specs: material.specs || '',
|
|
|
specification: material.specs || '',
|
|
|
unit: material.unit || '',
|
|
|
- category: material.category || '',
|
|
|
- categoryId: material.categoryId,
|
|
|
- categoryCode: material.categoryCode,
|
|
|
+ mainItemCategoryName: material.mainItemCategoryName || material.MainItemCategory_Name || '',
|
|
|
+ mainItemCategoryId: material.mainItemCategoryId || material.MainItemCategory_ID,
|
|
|
+ mainItemCategoryCode: material.mainItemCategoryCode || material.MainItemCategory_Code || '',
|
|
|
description: material.description || '',
|
|
|
warehouseId: material.warehouseId,
|
|
|
warehouseCode: material.warehouseCode,
|