edit
This commit is contained in:
@ -52,7 +52,13 @@ export class CostManagementDetailComponent implements OnInit {
|
||||
{ title: '结算客户', render: 'cnoName', className: 'text-left', width: 200 },
|
||||
{ title: '订单费用类型', index: 'billLTypeLabel', className: 'text-left', width: 200 },
|
||||
{ title: '费用科目', index: 'feeSubName', className: 'text-left', width: 200 },
|
||||
{ title: '税率', index: 'hrvatrate', className: 'text-right', width: 200 },
|
||||
{
|
||||
title: '税率',
|
||||
index: 'hrvatrate',
|
||||
className: 'text-right',
|
||||
width: 200,
|
||||
format: item => `${item.hrvatrate ? ((item.hrvatrate as number) * 100).toFixed(2) : 0}%`
|
||||
},
|
||||
{ title: '费用金额', render: 'hrvatmoney', className: 'text-right', width: 200 },
|
||||
{ title: '收/付款金额', render: 'armoney', className: 'text-right', width: 200 },
|
||||
{ title: '开/收票金额', render: 'arkpmoney', className: 'text-right', width: 200 }
|
||||
|
||||
Reference in New Issue
Block a user