edit
This commit is contained in:
@ -342,7 +342,9 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
|||||||
title: '税率',
|
title: '税率',
|
||||||
index: 'billvatrate',
|
index: 'billvatrate',
|
||||||
width: 90,
|
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: 'vatinvcode', width: 100 },
|
||||||
{ title: '开票日期', index: 'vatinvtime', type: 'date', width: 150 }
|
{ title: '开票日期', index: 'vatinvtime', type: 'date', width: 150 }
|
||||||
|
|||||||
Reference in New Issue
Block a user