|
@@ -708,6 +708,7 @@ export default {
|
|
// Process_1699321267272 社保账款检查
|
|
// Process_1699321267272 社保账款检查
|
|
// Process_1699926014064 备用金检查
|
|
// Process_1699926014064 备用金检查
|
|
// Process_1698129477831 离职申请
|
|
// Process_1698129477831 离职申请
|
|
|
|
+ // Process_1701829547129 会计-复核及签章
|
|
|
|
|
|
// 驳回
|
|
// 驳回
|
|
reject(vars) {
|
|
reject(vars) {
|
|
@@ -763,7 +764,8 @@ export default {
|
|
this.procDefId.includes('Process_1699256313120') ||
|
|
this.procDefId.includes('Process_1699256313120') ||
|
|
this.procDefId.includes('Process_1699321267272') ||
|
|
this.procDefId.includes('Process_1699321267272') ||
|
|
this.procDefId.includes('Process_1699926014064') ||
|
|
this.procDefId.includes('Process_1699926014064') ||
|
|
- this.procDefId.includes('Process_1698129477831')
|
|
|
|
|
|
+ this.procDefId.includes('Process_1698129477831') ||
|
|
|
|
+ this.procDefId.includes('Process_1701829547129')
|
|
) {
|
|
) {
|
|
console.log('进入新版驳回')
|
|
console.log('进入新版驳回')
|
|
this.$confirm(`确定驳回流程吗?`, '提示', {
|
|
this.$confirm(`确定驳回流程吗?`, '提示', {
|