|
@@ -763,6 +763,7 @@ export default {
|
|
|
// Process_1709716622665 评估-日常办公签章
|
|
|
// Process_1709606246355 财务-报告签章
|
|
|
// Process_1709716869089 评估-报告签章
|
|
|
+ // Process_1710204867282 评估-项目作废
|
|
|
// 驳回
|
|
|
reject(vars) {
|
|
|
if (this.procDefId.includes('Process_1667978088459') ||
|
|
@@ -846,7 +847,8 @@ export default {
|
|
|
this.procDefId.includes('Process_1709605863764') ||
|
|
|
this.procDefId.includes('Process_1709606246355') ||
|
|
|
this.procDefId.includes('Process_1709716622665') ||
|
|
|
- this.procDefId.includes('Process_1709716869089')
|
|
|
+ this.procDefId.includes('Process_1709716869089') ||
|
|
|
+ this.procDefId.includes('Process_1710204867282')
|
|
|
) {
|
|
|
console.log('进入新版驳回')
|
|
|
this.$confirm(`确定驳回流程吗?`, '提示', {
|