This commit is contained in:
Taric Xin
2022-03-04 11:03:26 +08:00
parent 779c29fe6c
commit 2a3a59737c
2 changed files with 4 additions and 4 deletions

View File

@ -209,7 +209,7 @@ export class InvoiceDetailComponent implements OnInit {
private initCostST(): STColumn[] {
return [
{ title: '费用号', index: 'feeHId' },
{ title: '订单号', index: 'billHId' },
{ title: '订单号', index: 'billHCode' },
{ title: '订单日期', index: 'createTime', type: 'date' },
{ title: '计费日期', index: 'feeDate', type: 'date' },
{ title: '税率', index: 'vatrate', format: item => `${item.vatrate ? ((item.vatrate as number) * 100).toFixed(2) : 0}%` },