批量审核
This commit is contained in:
@ -31,16 +31,16 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
|
||||
selectedIndex = 0;
|
||||
|
||||
columns: STColumn[] = [
|
||||
{ title: '异常编号', index: 'exceptionCode',width: '180px' },
|
||||
{ title: '关联运单号', index: 'wayBillCode',width: '180px' },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName',width: '180px' },
|
||||
{ title: '货主', index: 'shipperAppUserName' ,width: '180px'},
|
||||
{ title: '装货地', index: 'loadingAddressArr' ,width: '200px'},
|
||||
{ title: '卸货地', index: 'unloadingAddressArr' ,width: '200px'},
|
||||
{ title: '承运司机', index: 'driver' ,width: '90px'},
|
||||
{ title: '异常信息', index: 'exceptionContent',width: '250px' },
|
||||
{ title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
|
||||
{ title: '上报时间', index: 'createTime',width: '180px' },
|
||||
{ title: '异常编号', index: 'exceptionCode',width: '180px',className: 'text-left', },
|
||||
{ title: '关联运单号', index: 'wayBillCode',width: '180px',className: 'text-left', },
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName',width: '220px',className: 'text-left', },
|
||||
{ title: '货主', index: 'shipperAppUserName' ,width: '220px',className: 'text-left',},
|
||||
{ title: '装货地', index: 'loadingAddressArr' ,width: '220px',className: 'text-left',},
|
||||
{ title: '卸货地', index: 'unloadingAddressArr' ,width: '220px',className: 'text-left',},
|
||||
{ title: '承运司机', index: 'driver' ,width: '250px',className: 'text-left',},
|
||||
{ title: '异常信息', index: 'exceptionContent',width: '250px',className: 'text-left', },
|
||||
{ title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '200px',className: 'text-left',},
|
||||
{ title: '上报时间', index: 'createTime',width: '180px' ,className: 'text-left',},
|
||||
];
|
||||
columns2: STColumn[] = [
|
||||
{ title: '异常编号', index: 'exceptionCode',width: '180px' },
|
||||
@ -52,7 +52,10 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
|
||||
{ title: '承运司机', index: 'driver' ,width: '90px'},
|
||||
{ title: '异常信息', index: 'exceptionContent',width: '250px' },
|
||||
{ title: '异常图片', render: 'exceptionCertificateFirstFilePath' ,width: '220px'},
|
||||
{ title: '上报时间', index: 'createTime',width: '180px' },
|
||||
{ title: '上报时间', index: 'reportingTime',width: '180px' },
|
||||
{ title: '回复内容', index: 'replyContent',width: '180px' },
|
||||
{ title: '回复人', index: 'replyAppUserName',width: '180px' },
|
||||
{ title: '回复时间', index: 'replyTime',width: '180px' },
|
||||
];
|
||||
|
||||
get reqParams (){
|
||||
|
||||
Reference in New Issue
Block a user