| | |
| | | ,{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:[]
|
| | |
| | | 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 = [];
|
| | |
| | | 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",
|