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' } ],