@ -788,25 +788,25 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
}
},
{
label: '从库位代码',
field: 'fromLocationCode',
sort: 'custom',
isTable:false,
isForm:false,
isDetail:false,
table: {
width: 150
tableForm: {
disabled: true
form: {
componentProps: {
// {
// label: '从库位代码',
// field: 'fromLocationCode',
// sort: 'custom',
// isTable:false,
// isForm:false,
// isDetail:false,
// table: {
// width: 150
// },
// tableForm: {
// disabled: true
// form: {
// componentProps: {
// }
label: '到库位代码',
field: 'toLocationCode',