sangwenwei 1 jaar geleden
bovenliggende
commit
1efd6dc9d2

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

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

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

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

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

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