666
This commit is contained in:
@ -25,5 +25,8 @@
|
|||||||
<ng-template st-row="unInvoicedAmountCurMonth" let-item let-index="index">
|
<ng-template st-row="unInvoicedAmountCurMonth" let-item let-index="index">
|
||||||
{{item.unInvoicedAmountCurMonth | currency}}
|
{{item.unInvoicedAmountCurMonth | currency}}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
<ng-template st-row="invoicedAmount" let-item let-index="index">
|
||||||
|
{{item.invoicedAmount | currency}}
|
||||||
|
</ng-template>
|
||||||
</st>
|
</st>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|||||||
@ -55,6 +55,11 @@ export class DatatableInvoicetableComponent implements OnInit {
|
|||||||
title: '申请待开客户',
|
title: '申请待开客户',
|
||||||
index: 'applyWaitCustomer',
|
index: 'applyWaitCustomer',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '已开票金额',
|
||||||
|
index: 'invoicedAmount',
|
||||||
|
render: 'invoicedAmount',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '未申请开票金额(历史)',
|
title: '未申请开票金额(历史)',
|
||||||
index: 'unInvoicedAmountHistory',
|
index: 'unInvoicedAmountHistory',
|
||||||
|
|||||||
Reference in New Issue
Block a user