|
|
@ -130,18 +130,18 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '类型', |
|
|
|
field: 'type', |
|
|
|
dictType: DICT_TYPE.LOCATION_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: true, |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '类型',
|
|
|
|
// field: 'type',
|
|
|
|
// dictType: DICT_TYPE.LOCATION_TYPE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isSearch: true,
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '巷道', |
|
|
|
field: 'aisle', |
|
|
@ -396,9 +396,9 @@ export const LocationRules = reactive({ |
|
|
|
erpLocationCode: [ |
|
|
|
{ required: true, message: '请选择ERP库位类型', trigger: 'change' } |
|
|
|
], |
|
|
|
type: [ |
|
|
|
{ required: true, message: '请选择类型', trigger: 'change' } |
|
|
|
], |
|
|
|
// type: [
|
|
|
|
// { required: true, message: '请选择类型', trigger: 'change' }
|
|
|
|
// ],
|
|
|
|
pickPriority: [ |
|
|
|
{ required: true, message: '请输入拣料优先级', trigger: 'blur' } |
|
|
|
], |
|
|
|