From 00ac67bc681efad1a2df99834dbd7d6cf8c02dca Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Sun, 29 Sep 2024 09:47:48 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20bug=20=EF=BC=9AHL-6156=20=20=E7=89=A9?= =?UTF-8?q?=E6=96=99=E9=9A=94=E7=A6=BB=E7=94=B3=E8=AF=B7=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E7=9B=B8=E5=85=B3=E5=AD=97=E6=AE=B5=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymoveRequestMain.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts index 87f123b0d..ede868261 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts @@ -562,7 +562,7 @@ export const BalanceShow = useCrudSchemas( label: '供应商代码', field: 'supplierCode', sort: 'custom', - isSearch: true, + isSearch: false, table: { width: 150, }, @@ -1134,7 +1134,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive( label: '供应商代码', field: 'supplierCode', sort: 'custom', - isSearch: true, + isSearch: false, isDetail: true, table: { width: 150, @@ -1181,7 +1181,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive( field: 'altBatch', sort: 'custom', isForm:false, - isSearch: true, + isSearch: false, table: { width: 150 },