D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-17 ee2c6ed5cd4aaf0a2e66c96f7262a9d156a90024
gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -195,6 +195,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);
      // applyendyanshou(arr);      
@@ -220,9 +226,9 @@
    var startTime = "1980-01-01";
    var endTime = new Date().format('yyyy-MM-dd');
    var tbl = $('.tbl-container');
    var temp = getCookie("wapproval");
    var temp = getCookie("happroval");
   temp = JSON.parse(temp);
   //console.info(temp);
   console.info(temp);
    createTbl(tbl, arrTh, dataArr);
   $(document).ready(function(){
      Page.pageCurr=1;      
@@ -241,7 +247,7 @@
   
   $("#jizhandata").click(function(){
         // 查看机房信息
         var temp = getCookie("wapproval");
         var temp = getCookie("happroval");
         data = JSON.parse(temp);
         var lng = data[0].longitude;                     // 获取经度
         var lat = data[0].latitude;                     // 获取纬度
@@ -255,6 +261,7 @@
            ,lng: lng
            ,lat: lat
         }
         console.info(temp);
         // 显示暂无可设站点
         if(homeId == 0) {
            layer.msg(homeName);
@@ -271,6 +278,12 @@
                ,full: true
                ,anim: 4
                ,content: 'iframe/seenhomeinfo.html'
                ,success: function() {
                   $('div[data-role=page]').hide();
                }
                ,end: function() {
                   $('div[data-role=page]').show();
                }
            });
            layer.full(iframePopup);
   });
@@ -290,7 +303,7 @@
   
   function battnumber(){
       var selected=''
      // console.info(temp);
       console.info(temp);
       if(temp.length>0){
          for(var i=0;i<temp.length;i++){
                selected+= '<option '+'value='+i+'>'+temp[i].binf.BattGroupName+'</option>';