From 9878678ff0f67f0c2b3fc43724aa4e4b968d2e7f Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Wed, 20 Nov 2024 10:39:43 +0800 Subject: [PATCH] =?UTF-8?q?YT-648=E7=BB=9F=E4=B8=80=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E4=BD=99=E9=A2=9D=E5=BC=B9=E6=A1=86=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymoveRequestMain.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts index b81dbc7ae..0b843af71 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts @@ -1188,7 +1188,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive( searchListPlaceholder: '请选择从批次', searchField: 'packingNumber', searchTitle: '库存余额信息', - searchAllSchemas: BalanceShow.allSchemas, + searchAllSchemas: BalancePopWindow.allSchemas, searchPage: BalanceApi.selectLocationTypeToBalance, }, form: { @@ -1200,7 +1200,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive( searchListPlaceholder: '请选择从批次', searchField: 'packingNumber', searchTitle: '库存余额信息', - searchAllSchemas: BalanceShow.allSchemas, + searchAllSchemas: BalancePopWindow.allSchemas, searchPage: BalanceApi.selectLocationTypeToBalance, } },