This commit is contained in:
wangshiming
2022-04-14 19:33:36 +08:00
parent 9d486e9cc8
commit 3a30575fd5

View File

@ -106,9 +106,9 @@
<st #costST [data]="service.$api_get_invoice_cost_detail" [columns]="costColumns" size="small" bordered="true"
[page]="{}" [req]="{ process: beforeReq }" [loading]="false" [scroll]="{ x: '1200px', y: '250px' }">
<ng-template st-row="vatmoney" let-item let-index="index">
{{ item.billLType }}: {{ item.vatmoney |currency }}
{{ item.billLTypeLabel }}: {{ item.vatmoney |currency }}
</ng-template>
</st>
</st>vatmoney
</nz-tab>
<nz-tab nzTitle="发票明细">
<st #invoiceST [data]="service.$api_get_invoice_details" [columns]="invoiceColumns" size="small" bordered="true"