fix bug
This commit is contained in:
@ -380,17 +380,8 @@ export class OrderManagementVehicleComponent implements OnInit {
|
||||
className: 'text-left',
|
||||
render: 'billCode'
|
||||
},
|
||||
{
|
||||
title: '运费明细',
|
||||
width: '250px',
|
||||
className: 'text-right',
|
||||
render: 'mybidDetailInfo'
|
||||
},
|
||||
{ title: '录单员', render: 'createUserName', width: '200px', className: 'text-left' },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' },
|
||||
{ title: '货主', index: 'shipperAppUserName', width: '250px', className: 'text-left' },
|
||||
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
|
||||
{ title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
|
||||
{ title: '录单员', render: 'createUserName', width: '200px', className: 'text-left' },
|
||||
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
|
||||
{
|
||||
title: '卸货地',
|
||||
@ -398,6 +389,12 @@ export class OrderManagementVehicleComponent implements OnInit {
|
||||
width: '180px',
|
||||
index: 'unloadingAddressArr'
|
||||
},
|
||||
{
|
||||
title: '运费明细',
|
||||
width: '250px',
|
||||
className: 'text-right',
|
||||
render: 'mybidDetailInfo'
|
||||
},
|
||||
{
|
||||
title: '货物信息',
|
||||
className: 'text-left',
|
||||
@ -410,12 +407,9 @@ export class OrderManagementVehicleComponent implements OnInit {
|
||||
width: '250px',
|
||||
render: 'driverName'
|
||||
},
|
||||
{
|
||||
title: '收款人',
|
||||
className: 'text-left',
|
||||
render: 'payeeName',
|
||||
width: '180px'
|
||||
},
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' },
|
||||
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
|
||||
{ title: '关联货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
|
||||
{
|
||||
title: '装卸货时间',
|
||||
width: '200px',
|
||||
|
||||
Reference in New Issue
Block a user