D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/WebRoot/mobil/wapprovalBatt.html
@@ -248,6 +248,7 @@
   // 通过审批请求
   function exBattGroupAjax(data) {
      // 请求后台
      loadshow();
      $.ajax({
         type: 'post'
         ,async: true
@@ -258,9 +259,11 @@
            var rs = JSON.parse(res.result);
            // console.log(rs);
            if(rs.code == 1) {
               loadclose();
               alert("确认审核成功");
               window.location.href="wapprovalBatt-index.html";
            }else {
               loadclose();
               alert('确认审核失败!');
            }      
         }