This commit is contained in:
Taric Xin
2022-04-15 09:39:47 +08:00
parent fa3794437d
commit fbc133f96d
2 changed files with 27 additions and 17 deletions

View File

@ -89,7 +89,6 @@ export class CancellationInvoiceComponent implements OnInit {
this.openInfo = { invoicedate: null, invoiceno: null, invoiceno2: null };
this.service.request(this.service.$api_get_apply_fico_info, { id: item.vatappHId }).subscribe(info => {
if (info) {
console.log(info);
Object.assign(this.openInfo, { ...info });
const modal = this.nzModalService.create({
nzTitle: '发票确认',