| | |
| | | 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: [ |
| | | { |
| | |
| | | </el-table-column> |
| | | <el-table-column label="操作"> |
| | | <template> |
| | | <el-button type="text" :disabled="resultVal==null" @click="submitSave()" size="small">上报</el-button> |
| | | <el-button type="text" :disabled="resultVal!=null" @click="submitSave()" size="small">上报</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |