|
@@ -1346,7 +1346,7 @@
|
|
|
this.inputForm.procDefKey = data.key
|
|
|
}
|
|
|
})
|
|
|
- }else {
|
|
|
+ }else if (this.commonJS.isEmpty(this.isPreInvoice) || this.isPreInvoice === '0'){
|
|
|
await processService.getByName('会计-发票申请').then((data) => {
|
|
|
if (!this.commonJS.isEmpty(data.id)) {
|
|
|
this.inputForm.procDefId = data.id
|