|
@ -233,11 +233,11 @@ export const ContainerRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'containerNumber', |
|
|
field: 'containerNumber', |
|
|
sort: 'custom' |
|
|
sort: 'custom' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '来源库位代码', |
|
|
// label: '来源库位代码',
|
|
|
field: 'fromLocationCode', |
|
|
// field: 'fromLocationCode',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '目标库位代码', |
|
|
label: '目标库位代码', |
|
|
field: 'toLocationCode', |
|
|
field: 'toLocationCode', |
|
|