From 065232539ea79280e008a0757318cb008c8e5e6b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 19 Jan 2022 14:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/bulk/bulk.component.html | 8 ++++---- .../components/bulk/bulk.component.ts | 14 +++++++++++++- .../components/vehicle/vehicle.component.html | 2 +- .../components/vehicle/vehicle.component.ts | 15 ++++++++++++++- 4 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/app/routes/waybill-management/components/bulk/bulk.component.html b/src/app/routes/waybill-management/components/bulk/bulk.component.html index 1e742b79..8ef249af 100644 --- a/src/app/routes/waybill-management/components/bulk/bulk.component.html +++ b/src/app/routes/waybill-management/components/bulk/bulk.component.html @@ -1,10 +1,10 @@ @@ -43,7 +43,7 @@ - +
{ if (res) { let totalCount = 0; @@ -407,6 +416,9 @@ tabs = { case '5': this.tabs.compolatelQuantity = ele?.count; break; + case '6': + this.tabs.deltQuantity = ele?.count; + break; } totalCount += ele.count }); diff --git a/src/app/routes/waybill-management/components/vehicle/vehicle.component.html b/src/app/routes/waybill-management/components/vehicle/vehicle.component.html index 8fe435a6..6aa1075d 100644 --- a/src/app/routes/waybill-management/components/vehicle/vehicle.component.html +++ b/src/app/routes/waybill-management/components/vehicle/vehicle.component.html @@ -44,7 +44,7 @@ - +
{ if (res) { let totalCount = 0; @@ -398,6 +408,9 @@ export class WaybillManagementVehicleComponent implements OnInit { case '5': this.tabs.compolatelQuantity = ele?.count; break; + case '6': + this.tabs.deltQuantity = ele?.count; + break; } totalCount += ele.count });