This commit is contained in:
Taric Xin
2022-04-08 16:08:34 +08:00
parent 0b7e7b05c5
commit b568ac9dd2
15 changed files with 25 additions and 13 deletions

View File

@ -107,6 +107,16 @@ export class InvoiceDetailComponent implements OnInit {
}
}
exportList() {
const params = { listSource: 1, pageSize: -1, vatinvHId: this.id };
if (this.orderSf) {
Object.assign(params, {
...this.orderSf.value
});
}
this.service.exportStart(params, this.service.$api_export_invoice_order_detail);
}
private initOrderSF(): SFSchema {
return {
properties: {