Merge branch 'develop' of gitlab.eascs.com:tms-ui/tms-obc-web into develop

This commit is contained in:
Lingzi
2022-03-11 15:37:10 +08:00

View File

@ -259,42 +259,28 @@ tabs = {
width: '220px',
index: 'dischargePlace'
},
// {
// title: '货物信息',
// className: 'text-left',
// width: '250px',
// render: 'goodsInfos'
// },
{
{
title: '货物信息',
index: 'goodsInfos',
width: '180px',
className: 'text-left',
format: (item: any) =>
`${item.goodsName}/
${item.goodsWeight || '0'}吨/
${item.goodsVolume || '0'}方/
${item.goodsNumber || '0'}`
width: '250px',
render: 'goodsInfos'
},
{
title: '运费单价',
className: 'text-right',
width: '120px',
width: '150px',
render: 'freightPrice'
},
{
title: '接单数量',
render: 'receveOrderCountInfo',
width: '170px',
index: 'orderReceivingQuantity',
width: '200px',
className: 'text-left',
format: (item: any) =>
`${item.acceptWeight || '0'}吨/
${item.acceptVolume || '0'}`
},
{
title: '结算数量',
index: '结算数量',
width: '170px',
width: '200px',
className: 'text-left',
format: (item: any) =>
`${item.settlementWeight || '0'}吨/