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