Merge branch 'develop' of gitlab.eascs.com:tms-ui/tms-obc-web into develop
This commit is contained in:
@ -259,42 +259,28 @@ tabs = {
|
|||||||
width: '220px',
|
width: '220px',
|
||||||
index: 'dischargePlace'
|
index: 'dischargePlace'
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// title: '货物信息',
|
|
||||||
// className: 'text-left',
|
|
||||||
// width: '250px',
|
|
||||||
// render: 'goodsInfos'
|
|
||||||
// },
|
|
||||||
{
|
|
||||||
title: '货物信息',
|
title: '货物信息',
|
||||||
index: 'goodsInfos',
|
|
||||||
width: '180px',
|
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
format: (item: any) =>
|
width: '250px',
|
||||||
`${item.goodsName}/
|
render: 'goodsInfos'
|
||||||
${item.goodsWeight || '0'}吨/
|
|
||||||
${item.goodsVolume || '0'}方/
|
|
||||||
${item.goodsNumber || '0'}件`
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '运费单价',
|
title: '运费单价',
|
||||||
className: 'text-right',
|
className: 'text-right',
|
||||||
width: '120px',
|
width: '150px',
|
||||||
render: 'freightPrice'
|
render: 'freightPrice'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '接单数量',
|
title: '接单数量',
|
||||||
render: 'receveOrderCountInfo',
|
index: 'orderReceivingQuantity',
|
||||||
width: '170px',
|
width: '200px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
format: (item: any) =>
|
|
||||||
`${item.acceptWeight || '0'}吨/
|
|
||||||
${item.acceptVolume || '0'}方`
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '结算数量',
|
title: '结算数量',
|
||||||
index: '结算数量',
|
index: '结算数量',
|
||||||
width: '170px',
|
width: '200px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
format: (item: any) =>
|
format: (item: any) =>
|
||||||
`${item.settlementWeight || '0'}吨/
|
`${item.settlementWeight || '0'}吨/
|
||||||
|
|||||||
Reference in New Issue
Block a user