From 67f23a8ce1da8e96f4620d3714afec70dd1afbae Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 02 十一月 2018 08:53:40 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@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