车辆对接
This commit is contained in:
@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user