批量审核

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

@ -382,15 +382,15 @@ tabs = {
className: 'text-right',
render: 'billExpenseDetailVOList'
},
{ title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' },
{ title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' },
{ title: '关联订单号', render: 'wayBill', width: '180px', className: 'text-left' },
{ title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
{ title: '装货地', index: 'loadingPlace', width: '180px', className: 'text-left' },
{ title: '装货地', index: 'loadingPlace', width: '220px', className: 'text-left' },
{
title: '卸货地',
className: 'text-left',
width: '180px',
width: '220px',
index: 'dischargePlace'
},
{
@ -401,9 +401,10 @@ tabs = {
},
{
title: '运费单价',
className: 'text-left',
className: 'text-right',
width: '120px',
index: 'freightPrice'
index: 'freightPrice',
render: 'freightPrice'
},
{
title: '接单数量',