车辆对接

This commit is contained in:
wangshiming
2022-01-13 16:55:51 +08:00
parent 07c936a089
commit db8208f63f
10 changed files with 91 additions and 260 deletions

View File

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