Parcourir la source

支助统计使用配送分组

seimin il y a 1 mois
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 130
       group2: {
131 131
         statisticalHosId: this.getHosId,
132 132
         groupName: keyword,
133
+        type: 1,
133 134
       },
134 135
     };
135 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 248
       group2: {
249 249
         statisticalHosId: this.getHosId,
250 250
         groupName: keyword,
251
+        type: 1,
251 252
       },
252 253
       idx: 0,
253 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 239
       group2: {
240 240
         statisticalHosId: this.getHosId,
241 241
         groupName: keyword,
242
+        type: 1,
242 243
       },
243 244
       idx: 0,
244 245
       sum: 20,