批量审核

This commit is contained in:
wangshiming
2022-01-18 13:24:18 +08:00
parent aebd899f51
commit f6ccc1285c
5 changed files with 25 additions and 20 deletions

View File

@ -35,8 +35,8 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
{ title: '关联运单号', index: 'wayBillCode',width: '180px' },
{ title: '网络货运人', index: 'enterpriseInfoName',width: '180px' },
{ title: '货主', index: 'shipperAppUserName' ,width: '180px'},
{ title: '装货地', index: 'loadingPlace' ,width: '180px'},
{ title: '卸货地', index: 'dischargePlace' ,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'},