车辆对接
This commit is contained in:
@ -389,43 +389,43 @@ tabs = {
|
|||||||
{ title: '', type: 'checkbox', width: '50px', className: 'text-center' },
|
{ title: '', type: 'checkbox', width: '50px', className: 'text-center' },
|
||||||
{
|
{
|
||||||
title: '订单号',
|
title: '订单号',
|
||||||
width: '100px',
|
width: '180px',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
render: 'billCode'
|
render: 'billCode'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '运费明细',
|
title: '运费明细',
|
||||||
width: '100px',
|
width: '200px',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
render: 'mybidDetailInfo',
|
render: 'mybidDetailInfo',
|
||||||
},
|
},
|
||||||
{ title: '网络货运人', index: 'enterpriseInfoName', width: '120px', className: 'text-center' },
|
{ title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-center' },
|
||||||
{ title: '托运人', index: 'enterpriseProjectName', width: '120px', className: 'text-center' },
|
{ title: '托运人', index: 'enterpriseProjectName', width: '120px', className: 'text-center' },
|
||||||
{ title: '关联运单号', index: 'wayBillCode', width: '120px', className: 'text-center' },
|
{ title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-center' },
|
||||||
{ title: '货源编号', index: 'resourceCode', width: '120px', className: 'text-center' },
|
{ title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-center' },
|
||||||
{ title: '装货地', index: 'loadingAddressArr', width: '120px', className: 'text-center' },
|
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-center' },
|
||||||
{
|
{
|
||||||
title: '卸货地',
|
title: '卸货地',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
width: '120px',
|
width: '180px',
|
||||||
index: 'unloadingAddressArr'
|
index: 'unloadingAddressArr'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '货物信息',
|
title: '货物信息',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
width: '120px',
|
width: '180px',
|
||||||
render: 'goodsName'
|
render: 'goodsName'
|
||||||
}, {
|
}, {
|
||||||
title: '运费单价',
|
title: '运费单价',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
width: '120px',
|
width: '180px',
|
||||||
index: 'freightPrice'
|
index: 'freightPrice'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '接单数量',
|
title: '接单数量',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
index: 'goodsNumber',
|
index: 'goodsNumber',
|
||||||
width: '100px',
|
width: '180px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '结算重量',
|
title: '结算重量',
|
||||||
@ -447,12 +447,13 @@ tabs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '装卸货时间',
|
title: '装卸货时间',
|
||||||
width: '170px',
|
width: '180px',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
render: 'loadingTime'
|
render: 'loadingTime'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
|
width: '180px',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
index: 'createTime',
|
index: 'createTime',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user