车辆对接

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

@ -355,58 +355,58 @@ resourceStatus: any;
{
title: '订单号',
width: '200px',
className: 'text-center',
className: 'text-left',
render: 'billCode'
},
{
title: '我的出价',
width: '200px',
className: 'text-center',
className: 'text-left',
render: 'mybidInfo'
},
{
title: '运费明细',
width: '250px',
className: 'text-center',
className: 'text-left',
render: 'mybidDetailInfo',
},
{ title: '网络货运人', index: 'enterpriseInfoName', width: '170px', className: 'text-center' },
{ title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-center' },
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-center' },
{ title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-center' },
{ title: '装货地', index: 'loadingAddressArr', width: '170px', className: 'text-center' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '170px', className: 'text-left' },
{ title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-left' },
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
{ title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
{ title: '装货地', index: 'loadingAddressArr', width: '170px', className: 'text-left' },
{
title: '卸货地',
className: 'text-center',
className: 'text-left',
width: '170px',
index: 'unloadingAddressArr'
},
{
title: '货物信息',
className: 'text-center',
className: 'text-left',
width: '170px',
render: 'goodsName'
}, {
title: '承运司机',
className: 'text-center',
className: 'text-left',
width: '120px',
render: 'driverName'
},
{
title: '收款人',
className: 'text-center',
className: 'text-left',
render: 'payeeName',
width: '100px',
},
{
title: '装卸货时间',
width: '170px',
className: 'text-center',
className: 'text-left',
render: 'loadingTime'
},
{
title: '创建时间',
className: 'text-center',
className: 'text-left',
index: 'creationTime',
width: '170px',
},