| | |
| | | searchInfoType: 'text' |
| | | }, |
| | | // 一级分类 |
| | | { |
| | | /* { |
| | | minWidth: '120', |
| | | prop: 'assortment', |
| | | label: '一级分类', |
| | |
| | | optList: () => { |
| | | return this.getThreeLevelClassification() |
| | | } |
| | | }, |
| | | }, */ |
| | | // 规格 |
| | | { |
| | | minWidth: '140', |
| | |
| | | searchInfoType: 'text' |
| | | }, |
| | | // 型号 |
| | | { |
| | | /* { |
| | | minWidth: '140', |
| | | prop: 'partModel', |
| | | label: '型号', |
| | |
| | | optList: () => { |
| | | return this.lotTrackingIfsOptions |
| | | } |
| | | }, |
| | | }, */ |
| | | // 版本号 |
| | | { |
| | | minWidth: '140', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }/* , |
| | | // 计划方法 |
| | | { |
| | | minWidth: '140', |
| | |
| | | optList: () => { |
| | | return this.planningMethodOptions |
| | | } |
| | | }, |
| | | }, */ |
| | | // 图号 |
| | | { |
| | | /* { |
| | | minWidth: '140', |
| | | prop: 'drawingNumber', |
| | | label: '图号', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | }, */ |
| | | // 检验员 |
| | | { |
| | | /* { |
| | | minWidth: '140', |
| | | prop: 'examiner', |
| | | label: '检验员', |
| | |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | } |
| | | } */ |
| | | ], |
| | | toolbar: [ |
| | | { |