From b4b9c8587e72bc27804551b406f2e4f6ffc2cbb0 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.27>
Date: 星期二, 06 十一月 2018 11:24:07 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/batt-state-manage.jsp |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp
index a0c154d..ea5903c 100644
--- a/gx_tieta/WebRoot/batt-state-manage.jsp
+++ b/gx_tieta/WebRoot/batt-state-manage.jsp
@@ -191,6 +191,16 @@
 
         // 鏍规嵁琛ㄦ牸鐨勫ご閮ㄧ敓鎴愯〃鏍奸�夐」鍜岃〃鏍肩殑鐘舵�佹暟缁�
         $(function() {
+        
+        	//褰撲粠鍏朵粬椤甸潰璺宠浆鍒板綋鍓嶉〉闈㈤�変腑鎸囧畾鐨勫紓甯哥被鍨嬪苟涓旀煡璇㈣褰�
+        	var station_state = getQueryString('station_state');
+        	if(station_state){
+        		//alert(station_state);
+        		
+        		$('#search_form .condi-opt [value='+station_state+']:checkbox').attr("checked", true);
+        	}
+        	
+        
             centerDiv($('#cardOption'));
             // 閬嶅巻琛ㄦ牸澶撮儴鐢熸垚鐘舵�佹暟缁�
             for(var i = 0; i < arrTh.length; i++) {

--
Gitblit v1.9.1