| | |
| | | * @Date: 2025-06-18 09:17:09 |
| | | * @LastEditors: yangys |
| | | * @LastEditTime: 2025-08-13 21:23:34 |
| | | * @FilePath: /mdmweb/src/views/tasks/machinereturnfileop.vue |
| | | * @FilePath: /mdmweb/src/views/tasks/exceptiontask.vue |
| | | --> |
| | | <template> |
| | | <basic-container> |
| | |
| | | </el-button> |
| | | <el-button type="primary" text size="default" icon="el-icon-delete" @click.stop="handleDel(scope.row, scope.index)">删除</el-button> |
| | | </template> |
| | | |
| | | |
| | | |
| | | <template slot="errMsg" slot-scope="scope"> |
| | | <avue-text-ellipsis :text="scope.row.errMsg" :height="100"> |
| | | <small slot=""more>...</small> |
| | | </avue-text-ellipsis> |
| | | </template> |
| | | </avue-crud> |
| | | </basic-container> |
| | | </template> |
| | |
| | | }, |
| | | { |
| | | label: '工序号', |
| | | width: 70, |
| | | prop: 'processNo' |
| | | }, |
| | | { |
| | |
| | | prop: 'processEdition' |
| | | }, |
| | | { |
| | | label: '图号版次', |
| | | label: '图纸版次', |
| | | prop: 'drawingNoEdition' |
| | | }, |
| | | { |
| | |
| | | prop: 'processName', |
| | | }, |
| | | { |
| | | label: '工艺班次', |
| | | label: '批次号', |
| | | width:85, |
| | | prop: 'craftEdition' |
| | | }, |
| | | { |
| | |
| | | txt = '验证失败' |
| | | break; |
| | | case 5: |
| | | txt = '5:启动异常' |
| | | txt = '启动异常' |
| | | break; |
| | | default: |
| | | txt = ''; |
| | | } |
| | | |
| | | return txt; |
| | | /* |
| | | 3:重复派工;4,验证失败,5:启动异常 |
| | | return h('p', |
| | | { |
| | | attrs: {}, |
| | | class: {}, |
| | | style: {}, |
| | | }, row?.variables?.title) |
| | | */ |
| | | |
| | | }, |
| | | }, |
| | | |
| | | { |
| | | label: '错误信息', |
| | | prop: 'errMsg', |
| | | slot: true, |
| | | showOverflowTooltip:true, |
| | | width:100, |
| | | }, |
| | | { |
| | | label: '创建时间', |
| | | prop: 'createTime', |
| | | type: 'datetime', |
| | | showOverflowTooltip:true, |
| | | width: 155, |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | | valueFormat: 'YYYY-MM-DD HH:mm:ss', |
| | | search: true, |