hdw
2018-11-13 a2e4d5438830c8368f7ac23ff35e912ab8999ad7
gx_tieta/WebRoot/index.jsp
@@ -2676,6 +2676,29 @@
      //window.open('homeinfor.jsp?stationId='+stationId);
   }
   
   // 显示机房信息
   function showHomeInfo() {
      layer.msg('功能开发中...');
      var sid = $('.ipt-hide.sid').val();
      console.log(sid);
      var temp = {
         StationId: sid
      };
      // 查询基站的信息
      $.ajax({
         type: 'post',
         async: true,
         url: 'BattInfAction!serchBattAllInfoByStationId',
         data: 'json='+JSON.stringify(temp),
         dataType: 'json',
         success: function(result) {
            var rs = JSON.parse(result.result);
            console.log(rs);
         }
      });
   }
   // 获取echarts对象的opt 
   function getOpt(tle, objEle) {
      var opt = {
@@ -3742,10 +3765,6 @@
      }
      
      $( "#mapToolSearch" ).autocomplete('option', 'source', homeSource);
   }
   // 显示机房信息
   function showHomeInfo() {
      layer.msg('功能开发中...');
   }
   </script> 
</html>