车辆对接
This commit is contained in:
@ -324,7 +324,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
{ title: '', type: 'checkbox', width: '50px', className: 'text-center' },
|
||||
{
|
||||
title: '货源编号',
|
||||
width: '100px',
|
||||
width: '180px',
|
||||
className: 'text-center',
|
||||
render: 'resourceCode'
|
||||
},
|
||||
@ -345,21 +345,21 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
{
|
||||
title: '装货地',
|
||||
index: 'loadingAddressArr',
|
||||
width: '120px'
|
||||
width: '200px'
|
||||
},
|
||||
{
|
||||
title: '卸货地',
|
||||
index: 'unloadingAddressArr',
|
||||
width: '120px'
|
||||
width: '200px'
|
||||
},
|
||||
{
|
||||
title: '货物名称',
|
||||
index: 'goodsName',
|
||||
width: '120px'
|
||||
width: '150px'
|
||||
},
|
||||
{
|
||||
title: '货物数量',
|
||||
width: '120px',
|
||||
width: '130px',
|
||||
index: 'goodsNumber',
|
||||
format: item => item.goodsNumber.join('/')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user