车辆对接

This commit is contained in:
wangshiming
2022-01-13 15:21:30 +08:00
parent a917c83275
commit 5bf20e71c1
6 changed files with 81 additions and 82 deletions

View File

@ -194,46 +194,47 @@ export class SupplyManagementBulkComponent implements OnInit {
{
title: '货源编号',
width: '200px',
className: 'text-center',
className: 'text-left',
render: 'resourceCode'
},
{ title: '服务类型', index: 'serviceTypeLabel', width: '150px', className: 'text-center' },
{ title: '货主', index: 'shipperAppUserName', width: '200px', className: 'text-center' },
{ title: '项目名称', index: 'enterpriseProjectName', width: '200px', className: 'text-center' },
{ title: '关联订单', render: 'orderSn', width: '200px', className: 'text-center' },
{ title: '货物信息', render: 'goodsInfos', width: '200px', className: 'text-center' },
{ title: '服务类型', index: 'serviceTypeLabel', width: '150px', className: 'text-left' },
{ title: '货主', index: 'shipperAppUserName', width: '200px', className: 'text-left' },
{ title: '项目名称', index: 'enterpriseProjectName', width: '200px', className: 'text-left' },
{ title: '关联订单', render: 'orderSn', width: '200px', className: 'text-left' },
{ title: '货物信息', render: 'goodsInfos', width: '200px', className: 'text-left' },
{
title: '装货地',
className: 'text-center',
className: 'text-left',
index: 'loadingAddressArr',
width: '200px',
}, {
title: '卸货地',
className: 'text-center',
className: 'text-left',
index: 'unloadingAddressArr',
width: '200px',
},
{
title: '用车需求',
className: 'text-center',
className: 'text-left',
width: '200px',
render: 'useCarDemand'
},
{
title: '运费单价',
className: 'text-center',
className: 'text-right',
width: '150px',
index: 'freightPrice',
render: 'freightPrice'
},
{
title: '结算依据',
className: 'text-center',
className: 'text-left',
width: '200px',
index: 'settlementBasis',
index: 'settlementBasisLabel',
},
{
title: '货源状态',
className: 'text-center',
className: 'text-left',
index: 'resourceStatus',
type: 'badge',
width: '120px',
@ -245,18 +246,18 @@ export class SupplyManagementBulkComponent implements OnInit {
{
title: '截止时间',
width: '170px',
className: 'text-center',
className: 'text-left',
index: 'deadlineTime',
},
{
title: '发布时间',
width: '170px',
className: 'text-center',
className: 'text-left',
index: 'releaseTime',
},
{
title: '审核状态',
className: 'text-center',
className: 'text-left',
index: 'auditStatus',
type: 'badge',
width: '170px',