| | |
| | | border: true, |
| | | index: true, |
| | | selection: false, |
| | | menuWidth: 100, |
| | | menuWidth: 110, |
| | | dialogClickModal: false, |
| | | column: [ |
| | | { |
| | |
| | | |
| | | { |
| | | label: '零组件号', |
| | | prop: 'drawingNo', |
| | | prop: '', |
| | | width: 82, |
| | | render: ({ row }) => { |
| | | return h('span', {}, row?.variables?.drawingNo || ''); |
| | |
| | | }, |
| | | { |
| | | label: '工序号', |
| | | prop: 'processNo', |
| | | prop: '', |
| | | width: 80, |
| | | render: ({ row }) => { |
| | | return h('span', {}, row?.variables?.processNo || ''); |
| | |
| | | }, |
| | | { |
| | | label: '工序名称', |
| | | prop: 'processName', |
| | | prop: '', |
| | | width: 82, |
| | | render: ({ row }) => { |
| | | return h('span', {}, row?.variables?.processName || ''); |
| | |
| | | }, |
| | | { |
| | | label: '工序版次', |
| | | prop: 'processEdition', |
| | | prop: '', |
| | | width: 82, |
| | | render: ({ row }) => { |
| | | return h('span', {}, row?.variables?.processEdition || ''); |
| | |
| | | }, |
| | | { |
| | | label: '批次号', |
| | | prop: 'variables.craftEdition', |
| | | prop: '', |
| | | width: 70, |
| | | render: ({ row }) => { |
| | | return h('span', {}, row?.variables?.craftEdition || ''); |
| | |
| | | }, |
| | | { |
| | | label: '任务车间', |
| | | prop: 'workshop', |
| | | prop: '', |
| | | width: 82, |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.workshop || ''); |
| | |
| | | }, |
| | | { |
| | | label: '过程卡号', |
| | | prop: 'empty', |
| | | prop: '', |
| | | width: 82, |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.processCard || ''); |
| | | } |
| | | }, |
| | | |
| | | { |
| | |
| | | }, |
| | | { |
| | | label: '过程卡号', |
| | | prop: 'empty', |
| | | prop: '', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.empty || ''); |
| | | return h('p',{'class': 'margin0'}, row?.variables?.processCard || ''); |
| | | } |
| | | }, |
| | | { |