|
@ -788,25 +788,25 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '从库位代码', |
|
|
// label: '从库位代码',
|
|
|
field: 'fromLocationCode', |
|
|
// field: 'fromLocationCode',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
isTable:false, |
|
|
// isTable:false,
|
|
|
isForm:false, |
|
|
// isForm:false,
|
|
|
isDetail:false, |
|
|
// isDetail:false,
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
tableForm: { |
|
|
// tableForm: {
|
|
|
disabled: true |
|
|
// disabled: true
|
|
|
}, |
|
|
// },
|
|
|
form: { |
|
|
// form: {
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
disabled: true |
|
|
// disabled: true
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '到库位代码', |
|
|
label: '到库位代码', |
|
|
field: 'toLocationCode', |
|
|
field: 'toLocationCode', |
|
@ -900,7 +900,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
{ |
|
|
{ |
|
|
label: '到库存状态', |
|
|
label: '到库存状态', |
|
|
field: 'toInventoryStatus', |
|
|
field: 'toInventoryStatus', |
|
|
// dictType: DICT_TYPE.INVENTORY_STATUS,
|
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|