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