车辆对接
This commit is contained in:
@ -58,7 +58,10 @@ tabs = {
|
||||
totalQuantity: 0,
|
||||
compolatelQuantity: 0
|
||||
};
|
||||
constructor(public service: WaybillManagementServe, private modal: NzModalService, public service2: ShipperBaseService) { }
|
||||
constructor(
|
||||
public service: WaybillManagementServe,
|
||||
private modal: NzModalService,
|
||||
public service2: ShipperBaseService) { }
|
||||
|
||||
/**
|
||||
* 查询参数
|
||||
@ -358,7 +361,7 @@ tabs = {
|
||||
},
|
||||
{
|
||||
title: '运费明细',
|
||||
width: '150px',
|
||||
width: '220px',
|
||||
className: 'text-left',
|
||||
render: 'billExpenseDetailVOList'
|
||||
},
|
||||
@ -388,7 +391,7 @@ tabs = {
|
||||
{
|
||||
title: '接单数量',
|
||||
className: 'text-left',
|
||||
width: '120px',
|
||||
width: '200px',
|
||||
index: 'orderReceivingQuantity'
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user