|
@ -117,6 +117,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTable:false, |
|
|
|
|
|
isTableForm:false, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -691,6 +693,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTableForm:false, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
enterSearch: true, |
|
|
enterSearch: true, |
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
@ -927,9 +930,9 @@ export const InventorymoveRequestDetailRules = reactive({ |
|
|
fromInventoryStatus: [ |
|
|
fromInventoryStatus: [ |
|
|
{ required: true, message: '请选择从库存状态', trigger: 'change' } |
|
|
{ required: true, message: '请选择从库存状态', trigger: 'change' } |
|
|
], |
|
|
], |
|
|
toLocationCode: [ |
|
|
// toLocationCode: [
|
|
|
{ required: true, message: '请选择到库位代码', trigger: 'change' } |
|
|
// { required: true, message: '请选择到库位代码', trigger: 'change' }
|
|
|
], |
|
|
// ],
|
|
|
remark: [ |
|
|
remark: [ |
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|