D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-21 35fefed0792c40cb99b8d15fa5811bbb5992bff9
gx_tieta/WebRoot/js/groupmanage.js
@@ -16,6 +16,7 @@
   rs.timeout = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_timeout}";   // 延时机房图标
   rs.warn = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_warn}";   // 告警机房图标
   rs.powercut = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_poff}";   // 停电机房图标
   rs.xuhang = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:Chart_xuhang}";      // 续航不足机房图标
   rs.installed = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_install}"; // 未安装图标
   // 61850设备状态
   rs.nuclear = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_nuclear_cap}";
@@ -42,6 +43,7 @@
   $('.popup .img-warn').attr('src', imgList.warn);
   $('.popup .img-timeout').attr('src', imgList.timeout);
   $('.popup .img-powercut').attr('src', imgList.powercut);
   $('.popup .img-xuhang').attr('src', imgList.xuhang);
   $('.popup .img-installed').attr('src', imgList.installed);
   
   // 61850设备状态
@@ -70,6 +72,7 @@
   $('.popup .img-warn').attr('src', 'images/none.jpg');
   $('.popup .img-timeout').attr('src', 'images/none.jpg');
   $('.popup .img-powercut').attr('src', 'images/none.jpg');
   $('.popup .img-xuhang').attr('src', 'images/none.jpg');
   $('.popup .img-installed').attr('src', 'images/none.jpg');
   
   // 61850设备状态图标
@@ -164,6 +167,7 @@
   var warn = $('.popup .img-warn').attr('src');
   var timeout = $('.popup .img-timeout').attr('src');
   var powercut = $('.popup .img-powercut').attr('src');
   var xuhang = $('.popup .img-xuhang').attr('src')
   var installed = $('.popup .img-installed').attr('src');
   
   // 61850设备
@@ -204,6 +208,12 @@
   // 地图停电图标
   if(pregImgSrc(powercut)) {   
      rs.powercut = powercut;
      rs.count ++;
   }
   // 续航不足图标
   if(pregImgSrc(xuhang)) {
      rs.xuhang = xuhang;
      rs.count ++;
   }
   
@@ -278,6 +288,9 @@
      case 'powercut':
         rs = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_poff}";
         break;
      case 'xuhang':
         rs = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:Chart_xuhang}";
         break;
      case 'installed':
         rs = "User_ChartAction!serchByInfo?json={Chart_file:'"+cfile+"',Chart_name:chart_install}";
         break;