From 5fc57683e7c16dd88706108e6d4e21d8e43a2196 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Tue, 27 Aug 2024 13:45:32 +0800 Subject: [PATCH] =?UTF-8?q?HL-5687=E7=BF=BB=E5=8C=85=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E6=8B=A9=E4=BB=8E=E4=BB=93=E5=BA=93=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=98=8E=E7=BB=86=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=98=AF=E6=89=80=E6=9C=89=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E5=BA=94=E6=98=AF=E5=8F=AA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=89=E6=8B=A9=E7=9A=84=E4=BB=8E=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packageoverRequestMain.data.ts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRequestMain/packageoverRequestMain.data.ts b/src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRequestMain/packageoverRequestMain.data.ts index 04436a526..839067a42 100644 --- a/src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRequestMain/packageoverRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/packageManage/packageoverMain/packageoverRequestMain/packageoverRequestMain.data.ts @@ -470,12 +470,12 @@ export const PackageoverRequestDetail = useCrudSchemas(reactive([ searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类 searchPage: BalanceApi.getBalancePage, // 查询弹窗所需分页方法 searchCondition:[ - // { - // key: 'locationCode', - // value: 'fromLocationCode', - // message: '请填写从库位代码!', - // isMainValue: true - // }, + { + key: 'warehouseCode', + value: 'fromWarehouseCode', + message: '请填写从仓库代码!', + isMainValue: true + }, { key: 'inventoryStatus', value: 'OK', @@ -492,12 +492,12 @@ export const PackageoverRequestDetail = useCrudSchemas(reactive([ searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类 searchPage: BalanceApi.getBalancePage, // 查询弹窗所需分页方法 searchCondition:[ - // { - // key: 'locationCode', - // value: 'fromLocationCode', - // message: '请填写从库位代码!', - // isMainValue: true - // }, + { + key: 'warehouseCode', + value: 'fromWarehouseCode', + message: '请填写从仓库代码!', + isMainValue: true + }, { key: 'inventoryStatus', value: 'OK',