LiJun
2018-11-01 96fafcd2c42cf687caacfaf7b0562d20d5e0eff7
机房状态统计查询页面中表头修改和查询条件修改
1个文件已修改
7 ■■■■■ 已修改文件
gx_tieta/WebRoot/batt-state-statistical.jsp 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/batt-state-statistical.jsp
@@ -163,7 +163,7 @@
                ,{field:'station_event_type_tempup', title:'温度上限告警', align:'center'}
                ,{field:'station_event_type_templow', title:'温度下限告警', align:'center'}
                ,{field:'station_event_type_dampup', title:'湿度上限告警', align:'center'}
                ,{field:'station_event_type_damplow', title:'温度下限告警', align:'center'}
                ,{field:'station_event_type_damplow', title:'湿度下限告警', align:'center'}
                ,{fixed: 'right', title:'详情', toolbar: '#toolBar', width: 70}
                ]]
                ,data:[]
@@ -252,9 +252,10 @@
                    dataType:'json',
                    data:"json="+json,
                    success:function(data){
                        console.info(data);
                        var data=JSON.parse(data.result);
                        if(data.code==1&&data!=null){
                            //console.log(data.data);
                            console.log(data.data);
                            tOptions.data = data.data;
                         }else {
                             tOptions.data = [];
@@ -271,7 +272,7 @@
                var temp={
                        StationName1:$('#station_name1').val(),                                                    // 省
                        StationName2:$('#city').val(),
                        Stationname5:$('#county').val(),                                                            // 市
                        StationName5:$('#county').val(),                                                            // 市
                        StationName3:$('#station_name3').val(),                                                    //机房名称
                        StationId: stationid?stationid:0,
                        BattInUseDate:$('#startalm').val()+" 00:00:00",