|
@@ -496,7 +496,7 @@
|
|
|
// Process_1673600899831 物资管理-合同
|
|
|
// Process_1673924346231 中审-报销审批
|
|
|
// Process_1667894339167 会计-合同登记
|
|
|
- // Process_1678433162860 会计-项目报告归档-苏州分部
|
|
|
+ // Process_1678692643340 会计-项目报告归档-苏州分部
|
|
|
// 驳回
|
|
|
reject (vars) {
|
|
|
if (this.procDefId.includes('Process_1667978088459') ||
|
|
@@ -531,7 +531,7 @@
|
|
|
this.procDefId.includes('Process_1673600899831') ||
|
|
|
this.procDefId.includes('Process_1673924346231') ||
|
|
|
this.procDefId.includes('Process_1667894339167') ||
|
|
|
- this.procDefId.includes('Process_1678433162860')
|
|
|
+ this.procDefId.includes('Process_1678692643340')
|
|
|
) {
|
|
|
console.log('进入新版驳回')
|
|
|
this.$confirm(`确定驳回流程吗?`, '提示', {
|