| | |
| | | $("#station_name3").text('').html('<option>暂无可测机房站点</option>');
|
| | |
|
| | | }
|
| | | |
| | | searchstationstate();
|
| | | });
|
| | | }
|
| | |
|
| | |
| | | StationId: stationid?stationid:0,
|
| | |
|
| | | };
|
| | | console.info(temp);
|
| | | return temp;
|
| | | }
|
| | |
|
| | |
| | | arrTd[index++]=_data.stationName2; //市
|
| | | arrTd[index++]=_data.stationName3; //机房
|
| | |
|
| | | //arrTd[index++]=_data.station_stat_poff; //停电
|
| | | // 停电
|
| | | if(_data.station_stat_poff) {
|
| | | arrTd[index++]= create_ali_font('icon-tingdian-', 'red')+_data.station_stat_poff;
|
| | | }else {
|
| | |
| | |
|
| | | arrTd[index++]=_data.station_fadian_start_time;//发电开始时间
|
| | |
|
| | | arrTd[index++]=_data.station_stat_diaozhan;//掉站
|
| | | // 掉站
|
| | | if(_data.station_stat_diaozhan) {
|
| | | arrTd[index++]= create_ali_font('icon-dianchi', 'red')+_data.station_stat_diaozhan;
|
| | | }else {
|
| | | arrTd[index++]= create_ali_font('icon-dianchi4', 'green')+_data.station_stat_diaozhan;
|
| | | }
|
| | | |
| | | arrTd[index++]=_data.station_diaozhan_start_time;//掉站开始时间
|
| | |
|
| | | // arrTd[index++]=_data.station_stat_dooropen;//开门关门异常
|
| | | // 开门关门异常
|
| | | if(_data.station_stat_dooropen) {
|
| | | arrTd[index++] = create_ali_font('icon-quankaimen', 'red')+_data.station_stat_dooropen;
|
| | | }else {
|