|
@@ -776,6 +776,11 @@ export default {
|
|
// Process_1711418224962 物资-项目报销
|
|
// Process_1711418224962 物资-项目报销
|
|
// Process_1702534302878 日常办公-请假申请
|
|
// Process_1702534302878 日常办公-请假申请
|
|
// Process_1713769833657 苏州-业务操作报销
|
|
// Process_1713769833657 苏州-业务操作报销
|
|
|
|
+ // Process_1715130426134 项目-报销审批(新)
|
|
|
|
+ // Process_1715130683590 评估-报销审批(新)
|
|
|
|
+ // Process_1715130591092 中审-报销审批(新)
|
|
|
|
+ // Process_1715130919444 会计-报销审批(新)
|
|
|
|
+ // Process_1715131423432 咨询-报销审批(新)
|
|
// 驳回
|
|
// 驳回
|
|
reject(vars) {
|
|
reject(vars) {
|
|
if (this.procDefId.includes('Process_1667978088459') ||
|
|
if (this.procDefId.includes('Process_1667978088459') ||
|
|
@@ -864,7 +869,12 @@ export default {
|
|
this.procDefId.includes('Process_1711414021644') ||
|
|
this.procDefId.includes('Process_1711414021644') ||
|
|
this.procDefId.includes('Process_1711418224962') ||
|
|
this.procDefId.includes('Process_1711418224962') ||
|
|
this.procDefId.includes('Process_1702534302878') ||
|
|
this.procDefId.includes('Process_1702534302878') ||
|
|
- this.procDefId.includes('Process_1713769833657')
|
|
|
|
|
|
+ this.procDefId.includes('Process_1713769833657') ||
|
|
|
|
+ this.procDefId.includes('Process_1715130426134') ||
|
|
|
|
+ this.procDefId.includes('Process_1715130683590') ||
|
|
|
|
+ this.procDefId.includes('Process_1715130591092') ||
|
|
|
|
+ this.procDefId.includes('Process_1715130919444') ||
|
|
|
|
+ this.procDefId.includes('Process_1715131423432')
|
|
) {
|
|
) {
|
|
console.log('进入新版驳回')
|
|
console.log('进入新版驳回')
|
|
this.$confirm(`确定驳回流程吗?`, '提示', {
|
|
this.$confirm(`确定驳回流程吗?`, '提示', {
|