This commit is contained in:
Taric Xin
2022-04-15 14:33:22 +08:00
parent 1cc8bdda80
commit d6c66a21a2

View File

@ -342,7 +342,9 @@ export class InvoiceRequestedDetailComponent implements OnInit {
title: '税率',
index: 'billvatrate',
width: 90,
format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%`
format: item => `9.00%`
// bugfix 6976
// format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%`
},
{ title: '发票号码', index: 'vatinvcode', width: 100 },
{ title: '开票日期', index: 'vatinvtime', type: 'date', width: 150 }