From bc08da69b44c9893cf29e1549e917e8bf527b85b Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.23>
Date: 星期四, 01 十一月 2018 09:21:04 +0800
Subject: [PATCH] 机房状态查询

---
 gx_tieta/WebRoot/eleAnalyse.jsp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/eleAnalyse.jsp b/gx_tieta/WebRoot/eleAnalyse.jsp
index 233d130..7ae0033 100644
--- a/gx_tieta/WebRoot/eleAnalyse.jsp
+++ b/gx_tieta/WebRoot/eleAnalyse.jsp
@@ -433,11 +433,12 @@
 	
 	//褰撶淮鎶ゅ尯鐨勫�煎彉鎹㈡椂鏇存柊鏈烘埧绔欑偣
 	$('#city').change(function(){
-		findStationNamebyStationname1(true);
+		findCounty(true);
 	});
+	
 	//褰撳尯/鍘跨殑鍊煎彉鎹㈡椂鏇存柊鏈烘埧绔欑偣
 	$('#county').change(function(){
-		findCounty(true);
+		findStationNamebyStationname1(true);
 	});
 	
 	//鏍规嵁鐪侊紝甯傛煡璇㈢珯鐐�
@@ -1027,6 +1028,7 @@
 			binf:{
 				StationName1:$('#station_name1').val(),
 				StationName2:$('#city').val(),
+				StationName5: $('#county').val(),
 				StationName:$('#station_name').val(),
 				BattGroupId:$('#battgroup_name').val(),
 				BattProducer:$('#batt_producer').val(),

--
Gitblit v1.9.1