|
@ -356,6 +356,15 @@ export const IssueRecordMain = useCrudSchemas( |
|
|
}, |
|
|
}, |
|
|
sortTableDefault: 6 |
|
|
sortTableDefault: 6 |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '发料数量', // 子表数据 只是为了展示
|
|
|
|
|
|
field: 'qty', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 6 |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '批次', // 子表数据 只是为了展示
|
|
|
label: '批次', // 子表数据 只是为了展示
|
|
|
field: 'fromBatch', |
|
|
field: 'fromBatch', |
|
|