| | |
| | | width: 70, |
| | | overHidden:true, |
| | | prop: 'startUserName', |
| | | formatter: (val, value, label) => { |
| | | return value=='' || value==null ?"MES":value; |
| | | }, |
| | | }, |
| | | { |
| | | label: '创建时间', |
| | |
| | | let goApprove = true; |
| | | if(this.row.taskDefinitionKey==='programmingTask' || this.row.taskDefinitionKey==='cureProgramTask'){ |
| | | programOnMachine = this.$refs.todolistLeft.programOnMachine?'Y':'N'; |
| | | |
| | | |
| | | let atts = this.$refs.todolistLeft.tableData; |
| | | console.error('atts',atts); |
| | | let otherFileCOunt = atts.filter(att => att.program === false).length; |
| | | if(otherFileCOunt == 0 && programOnMachine != 'Y'){ |
| | | let confirResult = await this.$confirm('文件列表中无其他文件,确认要提交吗?', '', { |