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