This commit is contained in:
Taric Xin
2022-02-23 14:07:42 +08:00
parent be36b14da2
commit 6ff6a7d2bb

View File

@ -350,7 +350,7 @@ export class InvoiceRequestedComponent implements OnInit {
{
title: '申请金额',
index: 'applyAmount',
width: 100,
width: 140,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.applyAmount }) }
@ -358,7 +358,7 @@ export class InvoiceRequestedComponent implements OnInit {
{
title: '运输费',
index: 'fjfmoney2',
width: 90,
width: 140,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney2 }) }
@ -366,7 +366,7 @@ export class InvoiceRequestedComponent implements OnInit {
{
title: '附加费',
index: 'fjfmoney',
width: 90,
width: 140,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fjfmoney }) }
@ -374,7 +374,7 @@ export class InvoiceRequestedComponent implements OnInit {
{
title: '已开票金额',
index: 'invoicedMoney',
width: 120,
width: 140,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.invoicedMoney }) }