D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 864e4772eea5e0a589b6f6797d0695a3b3dd225e
gx_tieta/WebRoot/mobil/machineroomM.html
@@ -15,11 +15,14 @@
      <div data-role="page"  tabindex="0" id="page0">
         <div data-role="header" data-position="fixed">
            <a href="index.html"  target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
            <h1>机房</h1>
            <h1>省</h1>
         </div>
      
         <div data-role="content">
            <ul class="breadcrumb"></ul>
            <div class="home-search-input-container">
               <input type="text" data-type="search" name="search" id="searchInput" placeholder="请输入机房名称关键字...">
            </div>
            <div id="battList"></div>
         </div>
         <div data-role="popup" id="myPopup" class="defined-popup">
@@ -41,7 +44,7 @@
               </div>
            </div>
         <div data-role="footer" data-position="fixed">
            <!-- <h1>福光电子有限公司</h1> -->
         </div>
      </div>
   </body>
@@ -64,22 +67,28 @@
            station = getbatt(stationlist,aLi);
            
            var json=window.JSON.stringify(station);
            setCookie("station",json);
            window.location.href="battM.html";
            setCookie("StationName1",json);
            window.location.href="selectcity.html";
         });
         // 点击搜索框跳转到homeList页面
         $('#searchInput').click(function() {
            $(this).blur();
            window.location.href="homeList.html";
         });
      });
      
      // 定义面包屑导航条
      $(function(){
         var data = [
            {url: 'javascript:JumpHomePage();', txt: '首页'},
            {url: 'javascript:;', txt: '机房'}
            {url: 'javascript:;', txt: '省'}
         ];
         addBreadCrumb($('.breadcrumb').eq(0),data);
      });
            
      //查询所有机房
      //查询所有市
      function seachAllStation(){
         loadshow();
         $.ajax({