|
@@ -1285,8 +1285,7 @@
|
|
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)) {
|
|
@@ -1294,8 +1293,7 @@
|
|
this.inputForm.procDefKey = data.key
|
|
this.inputForm.procDefKey = data.key
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- title = `发起流程【中审-专家报销审批-电子发票】`
|
|
|
|
- describe = `[中审-专家报销审批-电子发票]`
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}else {
|
|
}else {
|
|
if (this.inputForm.reimbursementType === '0') {
|
|
if (this.inputForm.reimbursementType === '0') {
|