车辆对接

This commit is contained in:
wangshiming
2022-01-11 13:59:24 +08:00
parent 5150b79344
commit 928a623660
5 changed files with 73 additions and 44 deletions

View File

@ -26,19 +26,16 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
editId = false;
columns: STColumn[] = [
{ title: '运单编号', index: 'customerName' },
{ title: '司机', index: 'customerShortName' },
{ title: '异常类型', index: 'customerCode' },
{ title: '异常内容', index: 'customerCode' },
{
title: '操作',
buttons: [
{
text: '编辑',
click: item => this.roleAction(item, 2)
},
]
}
{ title: '异常编号', index: 'customerName' },
{ title: '关联运单号', index: 'customerName' },
{ title: '网络货运人', index: 'customerName' },
{ title: '货主', index: 'customerName' },
{ title: '装货地', index: 'customerName' },
{ title: '卸货地', index: 'customerName' },
{ title: '承运司机', index: 'customerName' },
{ title: '异常信息', index: 'customerName' },
{ title: '异常图片', index: 'customerName' },
{ title: '上报时间', index: 'customerName' },
];
selectedRows: any[] = [];