edit
This commit is contained in:
@ -282,7 +282,16 @@ export class InvoiceRequestedComponent {
|
||||
if (res?.reconciliationUrl) {
|
||||
this.service.reviewPDF(res.reconciliationUrl);
|
||||
} else {
|
||||
this.service.msgSrv.warning('获取对账单失败');
|
||||
this.service
|
||||
.request(this.service.$api_download_Reconciliatio_pdf, { vatappHId: item.id, esignFlowId: res.esignFlowId })
|
||||
.subscribe(rs => {
|
||||
if (rs?.reconciliationUrl) {
|
||||
this.service.reviewPDF(rs.reconciliationUrl);
|
||||
} else {
|
||||
// this.service.msgSrv.warning('获取对账单失败');
|
||||
}
|
||||
});
|
||||
// this.service.msgSrv.warning('获取对账单失败');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user