edit
This commit is contained in:
@ -323,7 +323,12 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.billkpmoney }) }
|
||||
},
|
||||
{ title: '税率', index: 'billvatrate', width: 90 },
|
||||
{
|
||||
title: '税率',
|
||||
index: 'billvatrate',
|
||||
width: 90,
|
||||
format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%`
|
||||
},
|
||||
{ title: '发票号码', index: 'vatinvcode', width: 100 },
|
||||
{ title: '开票日期', index: 'vatinvtime', type: 'date', width: 150 }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user