From d22a6f2f603a78c695b0323055a5833f1e81639b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Wed, 22 May 2024 13:37:54 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/inventoryWarning/inventoryWarning.data.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) 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',