|
|
@ -69,6 +69,9 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '从库位代码', |
|
|
|
field: 'fromLocationCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm:true, |
|
|
|
isTable:true, |
|
|
|
isDetail:true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -108,8 +111,11 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'toLocationCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm:true, |
|
|
|
isTable:false, |
|
|
|
isDetail:false, |
|
|
|
isTable:true, |
|
|
|
isDetail:true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
@ -783,6 +789,9 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '从库位代码', |
|
|
|
field: 'fromLocationCode', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isForm:false, |
|
|
|
isDetail:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -799,6 +808,9 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '到库位代码', |
|
|
|
field: 'toLocationCode', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
isForm:false, |
|
|
|
isDetail:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|