车辆对接
This commit is contained in:
@ -358,75 +358,75 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
{
|
||||
title: '货源编号',
|
||||
width: '180px',
|
||||
className: 'text-center',
|
||||
className: 'text-left',
|
||||
render: 'resourceCode'
|
||||
},
|
||||
{
|
||||
title: '货主',
|
||||
index: 'shipperAppUserName',
|
||||
width: '180px',
|
||||
className: 'text-center' },
|
||||
className: 'text-left' },
|
||||
{
|
||||
title: '项目名称',
|
||||
index: 'enterpriseProjectName',
|
||||
width: '180px',
|
||||
className: 'text-center'
|
||||
className: 'text-left'
|
||||
},
|
||||
{
|
||||
title: '装货地',
|
||||
index: 'loadingAddressArr',
|
||||
width: '200px',
|
||||
className: 'text-center'
|
||||
className: 'text-left'
|
||||
},
|
||||
{
|
||||
title: '卸货地',
|
||||
index: 'unloadingAddressArr',
|
||||
width: '200px',
|
||||
className: 'text-center'
|
||||
className: 'text-left'
|
||||
},
|
||||
{
|
||||
title: '货物名称',
|
||||
index: 'goodsName',
|
||||
width: '150px',
|
||||
className: 'text-center'
|
||||
className: 'text-left'
|
||||
},
|
||||
{
|
||||
title: '货物数量',
|
||||
width: '200px',
|
||||
index: 'goodsNumber',
|
||||
className: 'text-center',
|
||||
className: 'text-left',
|
||||
format: item => item.goodsNumber.join('/')
|
||||
},
|
||||
{
|
||||
title: '用车需求',
|
||||
className: 'text-center',
|
||||
width: '120px',
|
||||
className: 'text-left',
|
||||
width: '180px',
|
||||
render: 'useCarDemand'
|
||||
},
|
||||
{
|
||||
title: '总费用',
|
||||
className: 'text-center',
|
||||
className: 'text-right',
|
||||
width: '120px',
|
||||
index: 'totalAmount',
|
||||
render: 'totalAmount'
|
||||
},
|
||||
{
|
||||
title: '总运费',
|
||||
width: '120px',
|
||||
className: 'text-center',
|
||||
width: '150px',
|
||||
className: 'text-right',
|
||||
index: 'totalAmount',
|
||||
render: 'totalAmount'
|
||||
},
|
||||
{
|
||||
title: '附加费',
|
||||
className: 'text-center',
|
||||
className: 'text-right',
|
||||
width: '120px',
|
||||
index: 'surcharge',
|
||||
format: item => `¥${item.surcharge}`
|
||||
render: 'surcharge'
|
||||
},
|
||||
{
|
||||
title: '货源状态',
|
||||
className: 'text-center',
|
||||
className: 'text-left',
|
||||
index: 'resourceStatus',
|
||||
type: 'badge',
|
||||
width: '120px',
|
||||
@ -439,12 +439,12 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
title: '创建时间',
|
||||
width: '170px',
|
||||
index: 'createTime',
|
||||
className: 'text-center',
|
||||
className: 'text-left',
|
||||
type: 'date'
|
||||
},
|
||||
{
|
||||
title: '审核状态',
|
||||
className: 'text-center',
|
||||
className: 'text-left',
|
||||
index: 'auditStatus',
|
||||
type: 'badge',
|
||||
width: '170px',
|
||||
|
||||
Reference in New Issue
Block a user