sangwenwei преди 1 година
родител
ревизия
049874019b

+ 4 - 0
src/views/cw/reimbursementApproval/info/ReimbursementForm.vue

@@ -1461,6 +1461,8 @@
 							  this.inputForm.procDefKey = data.key
 						  }
 					  })
+					  title = `发起流程【会计-报销审批】`
+					  describe = `[会计-报销审批]`
 				  }else if (this.inputForm.reimbursementType === '1') {
 					  await processService.getByName('会计-所长报销-电子发票').then((data) => {
 						  if (!this.commonJS.isEmpty(data.id)) {
@@ -1468,6 +1470,8 @@
 							  this.inputForm.procDefKey = data.key
 						  }
 					  })
+					  title = `发起流程【会计-报销审批-电子发票】`
+					  describe = `[会计-报销审批-电子发票]`
 				  }
 			  }else {
 				  if (this.inputForm.reimbursementType === '0') {

+ 4 - 2
src/views/reimbursement/info/ReimbursementForm.vue

@@ -1377,7 +1377,8 @@
 									this.inputForm.procDefKey = data.key
 								}
 							})
-
+							title = `发起流程【评估-报销审批】`
+							describe = `[评估-报销审批]`
 						} else if (this.inputForm.reimbursementType === '1') {
 							await processService.getByName('评估-所长报销-电子发票').then((data) => {
 								if (!this.commonJS.isEmpty(data.id)) {
@@ -1385,7 +1386,8 @@
 									this.inputForm.procDefKey = data.key
 								}
 							})
-
+							title = `发起流程【评估-报销审批-电子发票】`
+							describe = `[评估-报销审批-电子发票]`
 						}
 					}else {
 						if (this.inputForm.reimbursementType === '0') {

+ 4 - 2
src/views/zs/reimbursement/info/ReimbursementForm.vue

@@ -1285,7 +1285,8 @@
 							this.inputForm.procDefKey = data.key
 						}
 					})
-
+					title = `发起流程【中审-报销审批】`
+					describe = `[中审-报销审批]`
 				} else if (this.inputForm.reimbursementType === '1') {
 					await processService.getByName('中审-所长报销-电子发票').then((data) => {
 						if (!this.commonJS.isEmpty(data.id)) {
@@ -1293,7 +1294,8 @@
 							this.inputForm.procDefKey = data.key
 						}
 					})
-
+					title = `发起流程【中审-报销审批-电子发票】`
+					describe = `[中审-报销审批-电子发票]`
 				}
 			}else {
 				if (this.inputForm.reimbursementType === '0') {