LiJun
2018-11-23 2e02c136d0daa8e9fd9154b99569435278873b1f
gx_tieta/WebRoot/index.jsp
@@ -126,16 +126,15 @@
                              <table>
                                 <tbody>
                                    <tr>
                                       <td class="w5em alg-c f-bold">机房名称:</td>
                                       <td class="w5em alg-c f-bold"><span class="mrl8">机房名称:</span></td>
                                           <td><input type="text" id="mapToolSearch"></td>
                                       <td class="w54 btn-container">
                                          <button type="button" value="搜索" id="mapToolSearchBtn" class="mrr8"><i class="fa fa-search page-link"></i></button>
                                       </td>
                                    </tr>
                                    <tr>
                                           <td colspan="3" class="alg-r btn-container">
                                              <span class="mrr8">已安装设备数/设备总数:<span id="installnum">12/600</span><i id="installnumbtn" class="fa fa-refresh mrl8 page-link" title="刷新"></i></span>
                                           <td colspan="3" class="btn-container">
                                              <span class="mrl8">已安装设备数/设备总数:<span id="installnum">12/600</span><i id="installnumbtn" class="fa fa-refresh mrl8 page-link" title="刷新"></i></span>
                                           </td>
                                        </tr>
                                 </tbody>
@@ -1167,6 +1166,11 @@
            }
            //创建电池故障饼状图
            createPie(healthPie,healthTle,healthObj);
            // 点击饼状图进行跳转
            healthPie.on('click', function(param) {
               window.open('taskplan.jsp');   // 跳转到落后单体查询
            });
         });         
      }      
   }