Browse Source

支助统计使用配送分组

seimin 3 months ago
parent
commit
69cdb6518b

+ 1 - 0
src/app/views/new-statistics/components/distribution-search-more/distribution-search-more.component.ts

@@ -130,6 +130,7 @@ export class DistributionSearchMoreComponent implements OnInit {
130
       group2: {
130
       group2: {
131
         statisticalHosId: this.getHosId,
131
         statisticalHosId: this.getHosId,
132
         groupName: keyword,
132
         groupName: keyword,
133
+        type: 1,
133
       },
134
       },
134
     };
135
     };
135
     this.isLoading = true;
136
     this.isLoading = true;

+ 1 - 0
src/app/views/new-statistics/distribution-inspection-statistics/user-business-statistics/user-business-statistics.component.ts

@@ -248,6 +248,7 @@ export class UserBusinessStatisticsComponent implements OnInit, AfterViewInit {
248
       group2: {
248
       group2: {
249
         statisticalHosId: this.getHosId,
249
         statisticalHosId: this.getHosId,
250
         groupName: keyword,
250
         groupName: keyword,
251
+        type: 1,
251
       },
252
       },
252
       idx: 0,
253
       idx: 0,
253
       sum: 20,
254
       sum: 20,

+ 1 - 0
src/app/views/new-statistics/distribution-inspection-statistics/user-quality-control-statistics/user-quality-control-statistics.component.ts

@@ -239,6 +239,7 @@ export class UserQualityControlStatisticsComponent implements OnInit, AfterViewI
239
       group2: {
239
       group2: {
240
         statisticalHosId: this.getHosId,
240
         statisticalHosId: this.getHosId,
241
         groupName: keyword,
241
         groupName: keyword,
242
+        type: 1,
242
       },
243
       },
243
       idx: 0,
244
       idx: 0,
244
       sum: 20,
245
       sum: 20,