|
@ -16,6 +16,15 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
sortSearchDefault:1, |
|
|
sortSearchDefault:1, |
|
|
isSearch: true |
|
|
isSearch: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '发料记录单号', |
|
|
|
|
|
field: 'issueRecordNumber', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 1 |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '状态', |
|
|
label: '状态', |
|
|
field: 'status', |
|
|
field: 'status', |
|
@ -28,15 +37,6 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
}, |
|
|
}, |
|
|
sortTableDefault:1, |
|
|
sortTableDefault:1, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '发料记录单号', |
|
|
|
|
|
field: 'issueRecordNumber', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
}, |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '任务单号', |
|
|
label: '任务单号', |
|
|
field: 'jobNumber', |
|
|
field: 'jobNumber', |
|
|