81041
2019-01-15 6fc11b72fa9f3812e91814c935cc06b8d04f2f51
gx_tieta/WebRoot/mobil/wcheckAccept.html
@@ -203,6 +203,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);      
@@ -291,6 +297,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);
   });
@@ -385,6 +397,7 @@
   // 通过审批请求
   function exBattGroupAjax(data) {
      // 请求后台
      loadshow();
      $.ajax({
         type: 'post'
         ,async: true
@@ -395,9 +408,11 @@
            var rs = JSON.parse(res.result);
            // console.log(rs);
            if(rs.code == 1) {
               loadclose();
               alert("确认验收成功");
               window.location.href="wcheckAccept-index.html";
            }else {
               loadclose();
               alert('确认验收失败');
            }      
         }