sangwenwei 1 سال پیش
والد
کامیت
2d37abd874

+ 1 - 1
src/views/ccpm/reimbursement/info/InfoList.vue

@@ -730,7 +730,7 @@
 		  this.checkIsAdmin()
 		  this.checkIsKjsz()
 		  this.checkIsXdj()
-        processService.getByName('项目-报销审批').then((data) => {
+        processService.getByName('项目-报销审批(新)').then((data) => {
           if (!this.commonJS.isEmpty(data.id)) {
             this.processDefinitionId = data.id
             this.procDefKey = data.key

+ 1 - 1
src/views/ccpm/reimbursement/info/ReimbursementForm.vue

@@ -1382,7 +1382,7 @@
 					}
 				} else {
 					if (this.inputForm.reimbursementType === '0') {
-						await processService.getByName('项目-报销审批').then((data) => {
+						await processService.getByName('项目-报销审批(新)').then((data) => {
 							if (!this.commonJS.isEmpty(data.id)) {
 								this.inputForm.procDefId = data.id
 								this.inputForm.procDefKey = data.key

+ 1 - 1
src/views/consultancy/reimbursement/info/InfoList.vue

@@ -608,7 +608,7 @@
 		  this.checkIsZj()
 		  this.checkIsZjbry()
 		  this.checkIsAdmin()
-        processService.getByName('咨询-报销审批').then((data) => {
+        processService.getByName('咨询-报销审批(新)').then((data) => {
           if (!this.commonJS.isEmpty(data.id)) {
             this.processDefinitionId = data.id
             this.procDefKey = data.key

+ 1 - 1
src/views/consultancy/reimbursement/info/ReimbursementForm.vue

@@ -1328,7 +1328,7 @@
 				}
 			} else {
 				if (this.inputForm.reimbursementType === '0') {
-					await processService.getByName('咨询-报销审批').then((data) => {
+					await processService.getByName('咨询-报销审批(新)').then((data) => {
 						if (!this.commonJS.isEmpty(data.id)) {
 							this.inputForm.procDefId = data.id
 							this.inputForm.procDefKey = data.key

+ 1 - 1
src/views/cw/reimbursementApproval/info/InfoList.vue

@@ -641,7 +641,7 @@
 				this.checkIsZj()
 				this.checkIsZjbry()
 				this.checkIsSs()
-				processService.getByName('会计-报销审批').then((data) => {
+				processService.getByName('会计-报销审批(新)').then((data) => {
 					if (!this.commonJS.isEmpty(data.id)) {
 						this.processDefinitionId = data.id
 						this.procDefKey = data.key

+ 1 - 1
src/views/cw/reimbursementApproval/info/ReimbursementForm.vue

@@ -1534,7 +1534,7 @@
 						}
 					}  else {
 						if (this.inputForm.reimbursementType === '0') {
-							await processService.getByName('会计-报销审批').then((data) => {
+							await processService.getByName('会计-报销审批(新)').then((data) => {
 								if (!this.commonJS.isEmpty(data.id)) {
 									this.inputForm.procDefId = data.id
 									this.inputForm.procDefKey = data.key

+ 11 - 1
src/views/flowable/task/TaskForm.vue

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

+ 1 - 1
src/views/reimbursement/info/InfoList.vue

@@ -598,7 +598,7 @@
 		  this.checkIsZjbry()
 		  this.checkIsAdmin()
 		  this.checkIsKjsz()
-        processService.getByName('评估-报销审批').then((data) => {
+        processService.getByName('评估-报销审批(新)').then((data) => {
           if (!this.commonJS.isEmpty(data.id)) {
             this.processDefinitionId = data.id
             this.procDefKey = data.key

+ 1 - 1
src/views/reimbursement/info/ReimbursementForm.vue

@@ -1424,7 +1424,7 @@
 						}
 					} else {
 						if (this.inputForm.reimbursementType === '0') {
-							await processService.getByName('评估-报销审批').then((data) => {
+							await processService.getByName('评估-报销审批(新)').then((data) => {
 								if (!this.commonJS.isEmpty(data.id)) {
 									this.inputForm.procDefId = data.id
 									this.inputForm.procDefKey = data.key

+ 1 - 1
src/views/zs/reimbursement/info/InfoList.vue

@@ -609,7 +609,7 @@
 		  this.checkIsDgsbxBmzr()
 		  this.checkIsZjbry()
 		  this.checkIsAdmin()
-        processService.getByName('中审-报销审批').then((data) => {
+        processService.getByName('中审-报销审批(新)').then((data) => {
           if (!this.commonJS.isEmpty(data.id)) {
             this.processDefinitionId = data.id
             this.procDefKey = data.key

+ 1 - 1
src/views/zs/reimbursement/info/ReimbursementForm.vue

@@ -1328,7 +1328,7 @@
 				}
 			} else {
 				if (this.inputForm.reimbursementType === '0') {
-					await processService.getByName('中审-报销审批').then((data) => {
+					await processService.getByName('中审-报销审批(新)').then((data) => {
 						if (!this.commonJS.isEmpty(data.id)) {
 							this.inputForm.procDefId = data.id
 							this.inputForm.procDefKey = data.key