车辆接口更新

This commit is contained in:
wangshiming
2022-01-18 19:50:58 +08:00
parent 1f4d59c56e
commit 9f61585a67
3 changed files with 55 additions and 30 deletions

View File

@ -225,75 +225,75 @@ export class OrderManagementRiskComponent implements OnInit {
{
title: '申诉状态',
width: '100px',
className: 'text-center',
className: 'text-left',
index: 'representationsStatusLabel'
},
{
title: '订单号',
width: '100px',
className: 'text-center',
width: '200px',
className: 'text-left',
render: 'billCode'
},
{
title: '异常信息',
width: '100px',
className: 'text-center',
width: '200px',
className: 'text-left',
index: 'abnormalCause'
},
{ title: '托运人', index: 'shipperName', width: '120px', className: 'text-center' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '120px', className: 'text-center' },
{ title: '托运人', index: 'shipperName', width: '200px', className: 'text-left' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
{
title: '运费明细',
className: 'text-center',
width: '120px',
render: 'billExpenseDetailVOList'
className: 'text-right',
width: '200px',
render: 'freightDetails'
},
{
title: '服务类型',
className: 'text-center',
width: '120px',
className: 'text-left',
width: '100px',
index: 'serviceTypeLabel'
},
{
title: '装货地',
className: 'text-center',
width: '180px',
className: 'text-left',
width: '200px',
index: 'loadingPlace'
},
{
title: '卸货地',
className: 'text-center',
width: '180px',
className: 'text-left',
width: '200px',
index: 'dischargePlace'
},
{
title: '货物信息',
className: 'text-center',
width: '180px',
className: 'text-left',
width: '200px',
render: 'goodsInfoVOList'
},
{
title: '承运司机',
className: 'text-center',
width: '120px',
className: 'text-left',
width: '200px',
render: 'driverName'
},
{
title: '收款人',
className: 'text-center',
width: '120px',
className: 'text-left',
width: '200px',
render: 'payeeName'
},
{
title: '运输信息',
className: 'text-center',
width: '120px',
className: 'text-left',
width: '200px',
render: 'timeer'
},
{
title: '操作',
fixed: 'right',
width: '200px',
width: '90px',
className: 'text-left',
buttons: [
{
@ -302,7 +302,7 @@ export class OrderManagementRiskComponent implements OnInit {
iif: item => item.representationsStatus == '1' || item.representationsStatus == '2' ,
},
{
text: '详情',
text: '详情 ',
click: _record => this.viewEvaluate(_record),
}
]