This commit is contained in:
wangshiming
2022-03-08 14:45:47 +08:00
parent 83deb7c465
commit 14cba100e4
3 changed files with 36 additions and 14 deletions

View File

@ -442,11 +442,22 @@ export class OrderManagementBulkComponent implements OnInit {
width: '180px',
index: 'unloadingAddressArr'
},
// {
// title: '货物信息',
// className: 'text-left',
// width: '250px',
// render: 'goodsName'
// },
{
title: '货物信息',
index: 'goodsName',
width: '180px',
className: 'text-left',
width: '250px',
render: 'goodsName'
format: (item: any) =>
`${item.goodsName}/
${item.goodsWeight || '0'}吨/
${item.goodsVolume || '0'}方/
${item.goodsNumber || '0'}`
},
{
title: '运费单价',
@ -460,8 +471,8 @@ export class OrderManagementBulkComponent implements OnInit {
width: '170px',
className: 'text-left',
format: (item: any) =>
`${item.acceptWeight || '--'}吨/
${item.acceptVolume || '--'}`
`${item.acceptWeight || '0'}吨/
${item.acceptVolume || '0'}`
},
{
title: '结算数量',
@ -469,8 +480,8 @@ export class OrderManagementBulkComponent implements OnInit {
width: '170px',
className: 'text-left',
format: (item: any) =>
`${item.settlementWeight || '--'}吨/
${item.settlementVolume || '--'}`
`${item.settlementWeight || '0'}吨/
${item.settlementVolume || '0'}`
},
{
title: '承运司机',