From 4411b9c0affb3e96d2f3902a25917d86fa43ffe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Thu, 15 May 2025 11:48:19 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-1015]=E5=A4=87=E4=BB=B6=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=B7=BB=E5=8A=A0=E6=89=B9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eam/item/itemOutLocation/itemOutLocation.data.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +]))