|
@ -15,24 +15,26 @@ export const InventorymoveRecordMainNew = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
}, |
|
|
}, |
|
|
isSearch: true |
|
|
isSearch: true |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// label: '申请单号',
|
|
|
label: '申请单号', |
|
|
// field: 'requestNumber',
|
|
|
field: 'requestNumber', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// table: {
|
|
|
table: { |
|
|
// width: 180
|
|
|
width: 180 |
|
|
// },
|
|
|
}, |
|
|
// isSearch: true
|
|
|
sortTableDefault:9, |
|
|
// },
|
|
|
isSearch: true |
|
|
// {
|
|
|
}, |
|
|
// label: '任务单号',
|
|
|
{ |
|
|
// field: 'jobNumber',
|
|
|
label: '任务单号', |
|
|
// sort: 'custom',
|
|
|
field: 'jobNumber', |
|
|
// table: {
|
|
|
sort: 'custom', |
|
|
// width: 180
|
|
|
table: { |
|
|
// },
|
|
|
width: 180 |
|
|
// isSearch: true
|
|
|
}, |
|
|
// },
|
|
|
sortTableDefault:9, |
|
|
|
|
|
isSearch: true |
|
|
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '使用在途库',
|
|
|
// label: '使用在途库',
|
|
|
// field: 'useOnTheWayLocation',
|
|
|
// field: 'useOnTheWayLocation',
|
|
|