|
@ -513,15 +513,15 @@ export const PutawayRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
sortTableDefault:3, |
|
|
sortTableDefault:3, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '从货主代码', |
|
|
// label: '从货主代码',
|
|
|
field: 'fromOwnerCode', |
|
|
// field: 'fromOwnerCode',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
hiddenInMain:true, |
|
|
// hiddenInMain:true,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '从库位代码', |
|
|
label: '从库位代码', |
|
|
field: 'fromLocationCode', |
|
|
field: 'fromLocationCode', |
|
@ -549,15 +549,15 @@ export const PutawayRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
hiddenInMain:true, |
|
|
hiddenInMain:true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '到货主代码', |
|
|
// label: '到货主代码',
|
|
|
field: 'toOwnerCode', |
|
|
// field: 'toOwnerCode',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
hiddenInMain:true, |
|
|
// hiddenInMain:true,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '到库位代码', |
|
|
label: '到库位代码', |
|
|
field: 'toLocationCode', |
|
|
field: 'toLocationCode', |
|
|