hdw
2018-11-01 43d0c4cc8eb7364415ce4b7e358a10747c6cfe1d
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",