车辆对接

This commit is contained in:
wangshiming
2021-12-27 21:08:22 +08:00
parent 1a41c2999e
commit 777e5dd101
19 changed files with 746 additions and 136 deletions

View File

@ -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('/')
},