From 6fea133f08774fa7f57d796e4e5aca3d59ff66c6 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Wed, 16 Apr 2025 19:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=94=E7=A6=BB=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=9A=84=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymoveRequestMain.data.ts | 14 ++++++++++---- .../inventorymoveRequestMain.data.ts | 16 ++++++++++++++-- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts index 60b77a22d..a65dbf373 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts @@ -165,8 +165,11 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ field: 'fromLocationCode', sort: 'custom', isForm:true, - isTable:false, - isDetail:false, + isTable:true, + isDetail:true, + table: { + width: 150 + }, form: { // labelMessage: '信息提示说明!!!', componentProps: { @@ -203,8 +206,11 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ field: 'toLocationCode', sort: 'custom', isForm:true, - isTable:false, - isDetail:false, + isTable:true, + isDetail:true, + table: { + width: 150 + }, form: { // labelMessage: '信息提示说明!!!', componentProps: { diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOkTOHOLD/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOkTOHOLD/inventorymoveRequestMain.data.ts index aae51c3be..d413f80db 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOkTOHOLD/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOkTOHOLD/inventorymoveRequestMain.data.ts @@ -69,6 +69,9 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ label: '从库位代码', field: 'fromLocationCode', sort: 'custom', + isForm:true, + isTable:true, + isDetail:true, table: { width: 150 }, @@ -108,8 +111,11 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ field: 'toLocationCode', sort: 'custom', isForm:true, - isTable:false, - isDetail:false, + isTable:true, + isDetail:true, + table: { + width: 150 + }, form: { // labelMessage: '信息提示说明!!!', componentProps: { @@ -783,6 +789,9 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive( label: '从库位代码', field: 'fromLocationCode', sort: 'custom', + isTable:false, + isForm:false, + isDetail:false, table: { width: 150 }, @@ -799,6 +808,9 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive( label: '到库位代码', field: 'toLocationCode', sort: 'custom', + isTable:false, + isForm:false, + isDetail:false, table: { width: 150 },