| | |
| | | prop: 'title', |
| | | }, |
| | | { |
| | | label: '图号', |
| | | label: '零组件号', |
| | | prop: 'drawingNo', |
| | | }, |
| | | { |
| | | label: '图号版次', |
| | | prop: 'drawingNoEdition', |
| | | label: '工序号', |
| | | prop: 'processNo', |
| | | }, |
| | | |
| | | { |
| | | label: '工序版次', |
| | | prop: 'processEdition', |
| | | }, |
| | | { |
| | | label: '工序名称', |
| | | prop: 'processName', |
| | | }, |
| | | { |
| | | label: '图号版次', |
| | | prop: 'drawingNoEdition', |
| | | }, |
| | | |
| | | { |
| | | label: '程序名称', |
| | | prop: 'name', |
| | |
| | | prop: 'title', |
| | | }, |
| | | { |
| | | label: '图号', |
| | | label: '零组件号', |
| | | prop: 'drawingNo', |
| | | }, |
| | | { |
| | | label: '图号版次', |
| | | prop: 'drawingNoEdition', |
| | | label: '工序号', |
| | | prop: 'processNo', |
| | | }, |
| | | { |
| | | label: '工序版次', |
| | | prop: 'processEdition', |
| | | }, |
| | | { |
| | | label: '工序名称', |
| | | prop: 'processName', |
| | | }, |
| | | { |
| | | label: '图号版次', |
| | | prop: 'drawingNoEdition', |
| | | }, |
| | | |
| | | { |
| | | label: '程序名称', |
| | | prop: 'name', |
| | |
| | | {}, |
| | | {ids: this.selection.map(item => item.id)}, |
| | | ).then(res => { |
| | | //console.log('status='+res.status) |
| | | console.log('status='+res.status) |
| | | if(res.status == 200){ |
| | | //console.log(res.data); |
| | | |