批量审核

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

@ -401,24 +401,24 @@ resourceStatus: any;
{
title: '我的出价',
width: '200px',
className: 'text-left',
className: 'text-right',
render: 'mybidInfo'
},
{
title: '运费明细',
width: '250px',
className: 'text-left',
className: 'text-right',
render: 'mybidDetailInfo',
},
{ title: '网络货运人', index: 'enterpriseInfoName', width: '170px', className: 'text-left' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
{ title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-left' },
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
{ title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
{ title: '装货地', index: 'loadingAddressArr', width: '170px', className: 'text-left' },
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
{
title: '卸货地',
className: 'text-left',
width: '170px',
width: '180px',
index: 'unloadingAddressArr'
},
{
@ -436,11 +436,11 @@ resourceStatus: any;
title: '收款人',
className: 'text-left',
render: 'payeeName',
width: '100px',
width: '150px',
},
{
title: '装卸货时间',
width: '170px',
width: '200px',
className: 'text-left',
render: 'loadingTime'
},