maotao hace 1 mes
padre
commit
ce6ca13d7a

+ 2 - 2
src/app/views/new-statistics/distribution-inspection-statistics/distribution-synthesize-statistics/distribution-synthesize-statistics.component.html

@@ -53,7 +53,7 @@
53 53
 			</div>
54 54
 		</div>
55 55
 	</div>
56
-  <div class="top0-statistics">
56
+<!--  <div class="top0-statistics">
57 57
     <div>标本<span class="num">{{businessData.specimenCount || 0}}</span></div>
58 58
     <div>病理<span class="num">{{businessData.pathologyCount || 0}}</span></div>
59 59
     <div>陪检<span class="num">{{businessData.inspectCount || 0}}</span></div>
@@ -61,7 +61,7 @@
61 61
     <div>静配<span class="num">{{businessData.drugsJpCount || 0}}</span></div>
62 62
     <div>中药<span class="num">{{businessData.drugsHerbalCount || 0}}</span></div>
63 63
     <div>血制品<span class="num">{{businessData.bloodCount || 0}}</span></div>
64
-  </div>
64
+  </div> -->
65 65
 	<div class="top2-statistics">
66 66
     <div class="statistics width-60 mar-right-8">
67 67
 			<div class="statistics-box">

+ 1 - 1
src/app/views/new-statistics/distribution-inspection-statistics/distribution-synthesize-statistics/distribution-synthesize-statistics.component.ts

@@ -401,7 +401,7 @@ export class DistributionSynthesizeStatisticsComponent implements OnInit {
401 401
 		this.isLoading = true
402 402
     this.getStatisticsTypeList();
403 403
 		this.getWorkData();
404
-		this.getBusinessData();
404
+		// this.getBusinessData();
405 405
 		this.applyChart();
406 406
 		this.trendChart();
407 407
     this.businessChart();