diff --git a/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts b/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts index 9adb698..cce53a3 100644 --- a/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts +++ b/src/views/eam/report/inventoryWarning/inventoryWarning.data.ts @@ -29,6 +29,17 @@ export const InventoryWarning = useCrudSchemas(reactive([ width: 110, }, }, + + { + label: '库位编码', + field: 'locationNumber', + sort: 'custom', + isSearch: true, + isForm: false, + table: { + width: 110, + }, + }, { label: '规格型号', field: 'specifications',