【修改】增加报告修改流程
This commit is contained in:
@@ -197,6 +197,26 @@ export default {
|
||||
}
|
||||
})
|
||||
};break;
|
||||
case '5' :
|
||||
if (row.taskDefinitionKey == 'start' || row.taskDefinitionKey == 'reEdit') {
|
||||
this.$router.push({
|
||||
path: '/reportprocess/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
type:'yiban',
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
}else{
|
||||
this.$router.push({
|
||||
path: '/reportprocess/examine',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
type:'yiban',
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
};break;
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
@@ -209,6 +209,26 @@ export default {
|
||||
}
|
||||
})
|
||||
};break;
|
||||
case '5' :
|
||||
if (row.taskDefinitionKey == 'start' || row.taskDefinitionKey == 'reEdit') {
|
||||
this.$router.push({
|
||||
path: '/reportprocess/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
prcName: row.prcName,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
}else{
|
||||
this.$router.push({
|
||||
path: '/reportprocess/examine',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
prcName: row.prcName,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
};break;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@@ -149,6 +149,14 @@ export default {
|
||||
isDraft: 1
|
||||
}
|
||||
});break;
|
||||
case '5' :
|
||||
this.$router.push({
|
||||
path: '/reportprocess/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
isDraft: 1
|
||||
}
|
||||
});break;
|
||||
default:
|
||||
this.$router.push({
|
||||
path: '/permission/launch',
|
||||
|
||||
Reference in New Issue
Block a user