批量审核

This commit is contained in:
wangshiming
2022-01-18 15:21:33 +08:00
parent f6ccc1285c
commit e3ffe66a67
15 changed files with 92 additions and 67 deletions

View File

@ -445,7 +445,7 @@ tabs = {
render: 'mybidDetailInfo',
},
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
{ title: '货主', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
{ title: '货主', index: 'shipperAppUserName', width: '220px', className: 'text-left' },
{ title: '所属项目', index: 'enterpriseProjectName', width: '220px', className: 'text-left' },
{ title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left' },
{ title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
@ -482,14 +482,16 @@ tabs = {
{
title: '承运司机',
className: 'text-left',
width: '180px',
index: 'driverName',
width: '150px',
render: 'driverName'
},
{
title: '收款人',
className: 'text-left',
width: '180px',
index: 'payeeName',
width: '150px',
render: 'payeeName',
},
{
title: '装卸货时间',