车辆对接

This commit is contained in:
wangshiming
2022-01-05 20:15:37 +08:00
parent c7f9874e43
commit cd0035940a
43 changed files with 906 additions and 642 deletions

View File

@ -398,9 +398,9 @@ export class SupplyManagementVehicleComponent implements OnInit {
},
{
title: '用车需求',
className: 'text-center',
width: '120px',
format: (item: any) => `<p>车型: ${item.vehicleDemand?.maxWeight || ''}</p><p>车长: ${item.vehicleDemand?.maxCube || ''}米</p>`,
index: 'vehicleDemand'
render: 'useCarDemand'
},
{
title: '总费用',
@ -411,9 +411,10 @@ export class SupplyManagementVehicleComponent implements OnInit {
},
{
title: '总运费',
className: 'text-center',
width: '120px',
index: '总运费'
className: 'text-center',
index: 'totalAmount',
render: 'totalAmount'
},
{
title: '附加费',