From a69b589aa8657bc6b6a1a4cc503b2f7e7e2b2142 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Fri, 24 May 2024 15:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E5=A1=AB=E9=A1=B9=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicDataManage/factoryModeling/location/location.data.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts index d4662694f..507cd83f6 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts @@ -396,6 +396,9 @@ export const LocationRules = reactive({ warehouseCode: [ { required: true, message: '请输入仓库代码', trigger: 'change' } ], + qadLocationCode: [ + { required: true, message: '请QAD库位代码', trigger: 'change' } + ], areaCode: [ { required: true, message: '请输入库区代码', trigger: 'change' } ],