edit
This commit is contained in:
@ -74,11 +74,11 @@ export class RequestedInvoiceModalComponent implements OnInit {
|
||||
{ title: '承运司机', index: 'driverinfo', width: 170 },
|
||||
{
|
||||
title: '总费用',
|
||||
index: 'vatmoney',
|
||||
index: 'billkpmoney',
|
||||
width: 90,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatmoney }) }
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.billkpmoney }) }
|
||||
},
|
||||
{
|
||||
title: '运输费',
|
||||
|
||||
Reference in New Issue
Block a user