批量审核
This commit is contained in:
@ -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: '装卸货时间',
|
||||
|
||||
Reference in New Issue
Block a user