diff --git a/src/views/eam/item/itemOutLocation/itemOutLocation.data.ts b/src/views/eam/item/itemOutLocation/itemOutLocation.data.ts index 68f40e4..3aaf4ac 100644 --- a/src/views/eam/item/itemOutLocation/itemOutLocation.data.ts +++ b/src/views/eam/item/itemOutLocation/itemOutLocation.data.ts @@ -27,6 +27,12 @@ export const ItemOutLocation = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, + { + label: '批次', + field: 'batch', + sort: 'custom', + isSearch: false, + }, { label: '类型', field: 'type', @@ -61,4 +67,4 @@ export const ItemOutLocation = useCrudSchemas(reactive([ fixed: 'right' } } -])) \ No newline at end of file +]))