From 6fc169a220e59d4fd6e1e4dc39566768ec065477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 12 May 2025 15:32:40 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-948]=20=E5=A4=87=E4=BB=B6=E7=94=B3?= =?UTF-8?q?=E9=A2=86=E8=AF=A6=E6=83=85=E4=B8=8D=E5=8F=AF=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../item/itemApplyMain/itemApplyMain.data.ts | 32 +++++++------------ 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index eff931a..d85ddf2 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -212,16 +212,6 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ disabled: true } }, - { - label: '库位编号', - field: 'locationNumber', - sort: 'custom', - isForm: false, - isTableForm: true, - tableForm: { - disabled: true - } - }, { label: '类型', field: 'type', @@ -435,17 +425,17 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ // width: 150 // }, // }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 150, - fixed: 'right' - }, - isTableForm: false, - } + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // table: { + // width: 150, + // fixed: 'right' + // }, + // isTableForm: false, + // } ])) //表单校验