edit
This commit is contained in:
@ -154,13 +154,13 @@ export class InvoiceDetailComponent implements OnInit {
|
||||
{ title: '卸货地', index: 'loadingto', width: 220 },
|
||||
{ title: '货物信息', index: 'goodsinfo', width: 140 },
|
||||
{ title: '承运司机', index: 'driverinfo', width: 280 },
|
||||
{
|
||||
title: '税额',
|
||||
index: 'billvatrate',
|
||||
width: 120,
|
||||
className: 'text-right',
|
||||
format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%`
|
||||
},
|
||||
// {
|
||||
// title: '税额',
|
||||
// index: 'billvatrate',
|
||||
// width: 120,
|
||||
// className: 'text-right',
|
||||
// format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%`
|
||||
// },
|
||||
{
|
||||
title: '申请金额',
|
||||
index: 'billkpnotax',
|
||||
|
||||
Reference in New Issue
Block a user