Răsfoiți Sursa

统计bug修改

wangjianguo 8 ani în urmă
părinte
comite
21a79c453b

+ 4 - 4
VisualInspection/css/statistics/personal_data_statistics.css

@@ -10,7 +10,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 .row-2{
     width:100%;
@@ -182,7 +182,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }.container-right{
     width:98%;
     padding-bottom: 0px;
@@ -193,7 +193,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 
 .row-1 span{
@@ -237,7 +237,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 .border-line{
     width:100%;

+ 4 - 4
VisualInspection/css/statistics/road_manage_statistics.css

@@ -10,7 +10,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 
 .row-1 span{
@@ -115,7 +115,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }.container-right{
     width:98%;
     padding-bottom: 0px;
@@ -126,7 +126,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 
 .row-1 span{
@@ -207,7 +207,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 .border-line{
     width:100%;

+ 3 - 3
VisualInspection/css/statistics/toll_station_statistics.css

@@ -149,7 +149,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }.container-right{
     width:98%;
     padding-bottom: 0px;
@@ -160,7 +160,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 
 .row-1 span{
@@ -234,7 +234,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 .border-line{
     width:100%;

+ 4 - 4
VisualInspection/css/statistics/total_company_statistics.css

@@ -10,7 +10,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 
 .row-1 span{
@@ -106,7 +106,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }.container-right{
     width:98%;
     padding-bottom: 0px;
@@ -117,7 +117,7 @@
 .row-1{
     width:100%;
     height:35px;
-    background-color: #f5f5f5;
+    background-color:#fff;
 }
 
 .row-1 span{
@@ -192,7 +192,7 @@
 .row-8{
     height: 100%;
     height:400px;
-    background-color: #f5f5f5;
+    background-color: #fff;
 }
 .border-line{
     width:100%;

+ 1 - 2
VisualInspection/js/statistics/personal_data_statistics.js

@@ -1,5 +1,4 @@
 var year = new Date().getFullYear();
-var month = new Date().getMonth()+1;
 var months = ['1','2','3','4','5','6','7','8','9','10','11','12'];
 var monthsCH = ['一月','二月','三月','四月','五月','六月','七月','八月','九月','十月','十一月','十二月'];
 var array_year_score = new Array();
@@ -370,7 +369,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							} 

+ 3 - 3
VisualInspection/js/statistics/road_manage_statistics.js

@@ -1,5 +1,5 @@
 		var year = new Date().getFullYear();
-		var month = new Date().getMonth()+1;
+		var month = new Date().getMonth();
 		var date = new Date().getDate();
 		var year_assess ;
 		var score_rank;
@@ -535,7 +535,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							} 
@@ -764,7 +764,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							} 

+ 6 - 8
VisualInspection/js/statistics/toll_station_statistics.js

@@ -1,5 +1,5 @@
      	var year = new Date().getFullYear();
-		var month = new Date().getMonth()+1;
+		var month = new Date().getMonth();
 		var date = new Date().getDate();
 		var months = ['1','2','3','4','5','6','7','8','9','10','11','12'];
 		var monthsCH = ['一月','二月','三月','四月','五月','六月','七月','八月','九月','十月','十一月','十二月'];
@@ -472,9 +472,7 @@ $(function(){
 			$("#progress span").text("考核进步Top5排行榜");
 			$("#progress-rank-assess").css("display","block");
 			$("#backward-rank-assess").css("display","none");
-			//init_progress_rank_assess("statistics/fs/up/five",select_month+'',select_station);
-			// document.getElementById("progress-rank-assess").style.display="";
-			// document.getElementById("progress-rank-assess-back").style.display="none";
+			
 			change_echart = 1
 		}
 		
@@ -527,8 +525,8 @@ $(function(){
 						points_assess = ec.init(document.getElementById('tollStation-points-assess'),theme);
 						rank_assess = ec.init(document.getElementById('progress-rank-assess'));
 						score_rank = ec.init(document.getElementById('people-score-rank'));
-						check_type = ec.init(document.getElementById('server-check-type'));
-						people_points = ec.init(document.getElementById('each-people-points'),theme);
+						check_type = ec.init(document.getElementById('server-check-type'),theme);
+						people_points = ec.init(document.getElementById('each-people-points'));
 						rank_assess_back = ec.init(document.getElementById('backward-rank-assess'));
 			}
 	    ); 
@@ -647,7 +645,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							} 
@@ -853,7 +851,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							} 

+ 4 - 3
VisualInspection/js/statistics/total_company_statistics.js

@@ -1,5 +1,5 @@
 		var year = new Date().getFullYear();
-		var month = new Date().getMonth()+1;
+		var month = new Date().getMonth();
 		var date = new Date().getDate();
 		var array_year_score = new Array();
 		var months = ['1','2','3','4','5','6','7','8','9','10','11','12'];
@@ -476,7 +476,8 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								// formatter: '{b} : {c} ({d}%)' 
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							} 
@@ -630,7 +631,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {c} ({d}%)'  
+								formatter: '{b} : {d}%'  
 							}, 
 							labelLine :{show:true} 
 							}