批量审核

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

@ -441,11 +441,12 @@ tabs = {
{
title: '运费明细',
width: '250px',
className: 'text-left',
className: 'text-right',
render: 'mybidDetailInfo',
},
{ title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' },
{ title: '托运人', index: 'enterpriseProjectName', width: '120px', className: 'text-left' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
{ title: '货主', index: 'enterpriseProjectName', 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' },
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
@ -474,25 +475,25 @@ tabs = {
},
{
title: '结算重量',
className: 'text-left',
className: 'text-right',
index: 'settlementWeight',
width: '100px',
width: '150px',
},
{
title: '承运司机',
className: 'text-left',
index: 'driverName',
width: '100px',
width: '150px',
},
{
title: '收款人',
className: 'text-left',
index: 'payeeName',
width: '100px',
width: '150px',
},
{
title: '装卸货时间',
width: '180px',
width: '200px',
className: 'text-left',
render: 'loadingTime'
},