From 2c81bd73df9a0cf41a2187ab7e104b7e052bea57 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 30 May 2024 13:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=AE=A1=E7=90=86=E5=8E=BB?= =?UTF-8?q?=E6=8E=89erp=E5=BA=93=E4=BD=8D=E7=B1=BB=E5=9E=8B=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../factoryModeling/location/location.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts index 507cd83f6..6992fab16 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts @@ -405,9 +405,9 @@ export const LocationRules = reactive({ locationGroupCode: [ { required: true, message: '请输入库位组代码', trigger: 'change' } ], - erpLocationCode: [ - { required: true, message: '请选择ERP库位类型', trigger: 'change' } - ], + // erpLocationCode: [ + // { required: true, message: '请选择ERP库位类型', trigger: 'change' } + // ], // type: [ // { required: true, message: '请选择类型', trigger: 'change' } // ],