81041
2019-01-15 6fc11b72fa9f3812e91814c935cc06b8d04f2f51
gx_tieta/WebRoot/mobil/batt-approved1.html
@@ -89,7 +89,7 @@
                              <tr>
                                 <td>机房名称</td>
                                 <td>
                                    <input type="text" id="homeName"  class="unable" data-mini="true">
                                    <textarea id="homeName" class="unable" data-mini="true"></textarea>
                                 </td>
                              </tr>
                              <tr>   
@@ -318,8 +318,8 @@
   var arr = temp;
   
   function setcookieCreat(i){
   console.info(temp);
   console.info(i)
      console.info(temp);
      console.info(i)
      //var index=Math.ceil(i-1);
      arrdata = temp[i].binf;
      console.info(arrdata);
@@ -336,7 +336,7 @@
      }
      
      // 存储所有的数据
      $('#homeInfoIframeAll').data('allData', temp);
   $('#homeInfoIframeAll').data('allData', temp);
      var _data = temp[0];
      var _temp = {
         homeId: _data.binf.StationId
@@ -347,7 +347,7 @@
      }
      
      // 存储需要的homeInfo信息
      $('#homeInfoIframe').data('homeInfo', _temp);
   $('#homeInfoIframe').data('homeInfo', _temp);
      
      iframePopup = layer.open({
             type: 2
@@ -357,6 +357,12 @@
             ,full: true
             ,anim: 4
             ,content: 'iframe/homeinfo1.html'
             ,success: function() {
                $('div[data-role=page]').hide();
             }
             ,end: function() {
                $('div[data-role=page]').show();
             }
         });
         layer.full(iframePopup);
   })