| | |
| | | <el-radio label="报废">报废</el-radio> |
| | | </div> |
| | | <div style="padding: 20px;"> |
| | | <el-radio label="返工">返工</el-radio> |
| | | <el-radio label="降为他用">降为他用</el-radio> |
| | | </div> |
| | | </el-row> |
| | |
| | | // render: { fun: this.addOrUpdateHandle } |
| | | } |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'state', |
| | | label: '状态', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatInsState, |
| | | optList: () => { |
| | | return this.StateList |
| | | } |
| | | }, |
| | | // 检验编号 |
| | | { |
| | | minWidth: '140', |
| | |
| | | searchInfoType: 'datetimerange', |
| | | formatter: this.formatDateTime, |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'state', |
| | | label: '状态', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatInsState, |
| | | optList: () => { |
| | | return this.StateList |
| | | } |
| | | }, |
| | | |
| | | // { |
| | | // minWidth: '120', |
| | | // prop: '', |
| | |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.Submitreview, |
| | | show: { |
| | | key: 'state', |
| | | val: [0] |
| | | } |
| | | // show: { |
| | | // key: 'state', |
| | | // val: [0] |
| | | // }, |
| | | showFun: (row)=>{return row.type == '原材料检验'&&row.state==0} |
| | | }) |
| | | } |
| | | if(this.permissions.quality_processconfiguration_result){ |