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 });