hdw
2018-11-22 1b71deb76a81b4619538045d66032c12524dff0b
gx_tieta/WebRoot/batt-state-statistical.jsp
@@ -10,7 +10,7 @@
     <!-- 默认使用最高内核 -->
   <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
    <base href="<%=basePath%>">
    <title><s:text name="Station_statestatistical"/></title>         <!-- 机房状态统计查询  -->
    <title><s:text name="Station_histor_events_query"/></title>         <!-- 机房历史事件查询  -->
   <link rel="stylesheet" href="css/basic.css">
   <link rel="stylesheet" type="text/css" href="css/nocontent.css">
   <link rel="stylesheet" type="text/css" href="css/loading.css">
@@ -36,7 +36,7 @@
   <!--导航开始-->
   <jsp:include page="nav.jsp" flush="true"/>
   <div class="filter-container">
      <div class="filter-title"><a href="javascript:;"><s:text name="Station_statestatistical"/>--&gt;<s:text name="Show/hide_the_query_conditions"/></a></div>
      <div class="filter-title"><a href="javascript:;"><s:text name="Station_histor_events_query"/>--&gt;<s:text name="Show/hide_the_query_conditions"/></a></div>
      <div class="filter-content">
         <table>
            <tbody>
@@ -151,7 +151,7 @@
            elem: '#eleInfoTbl'
            ,toolbar: false
            ,defaultToolbar: ['exports', 'filter']
            ,cellMinWidth: 80
            ,cellMinWidth: 120
            ,cols: [[
             {field:'note', title:'告警时间段', align:'center',width:380}
             ,{field:'stationName', title:'机房名称', align:'center',width:450}
@@ -164,7 +164,7 @@
             ,{field:'station_event_type_templow', title:'温度下限告警', align:'center'}
             ,{field:'station_event_type_dampup', title:'湿度上限告警', align:'center'}
             ,{field:'station_event_type_damplow', title:'湿度下限告警', align:'center'}
             ,{fixed: 'right', title:'详情', toolbar: '#toolBar', width: 70}
             ,{fixed: 'right', title:'详情', toolbar: '#toolBar', width: 70, minWidth: 70}
             ]]
            ,data:[]
             ,page: false
@@ -262,6 +262,9 @@
                    }
                    layer.close(load);
                    table.render(tOptions);
                    // 触发window的resize事件显示最右侧的详情信息浮动
                    $(window).resize();
               }
            })
         }