|
|
@ -139,6 +139,10 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
precision: 6 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -150,6 +154,10 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
precision: 6 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -161,6 +169,10 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
precision: 6 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -172,6 +184,10 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
precision: 6 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -183,6 +199,10 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
precision: 6 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -194,6 +214,10 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
precision: 6 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -324,13 +348,13 @@ export const LocationRules = reactive({ |
|
|
|
{ required: true, message: '请输入代码', trigger: 'blur' } |
|
|
|
], |
|
|
|
warehouseCode: [ |
|
|
|
{ required: true, message: '请输入仓库代码', trigger: 'blur' } |
|
|
|
{ required: true, message: '请输入仓库代码', trigger: 'change' } |
|
|
|
], |
|
|
|
areaCode: [ |
|
|
|
{ required: true, message: '请输入库区代码', trigger: 'blur' } |
|
|
|
{ required: true, message: '请输入库区代码', trigger: 'change' } |
|
|
|
], |
|
|
|
locationGroupCode: [ |
|
|
|
{ required: true, message: '请输入库位组代码', trigger: 'blur' } |
|
|
|
{ required: true, message: '请输入库位组代码', trigger: 'change' } |
|
|
|
], |
|
|
|
erpLocationCode: [ |
|
|
|
{ required: true, message: '请选择ERP库位代码', trigger: 'change' } |
|
|
|