gx_tieta/WebRoot/mobil/wcheckAccept.html
@@ -385,6 +385,7 @@ // 通过审批请求 function exBattGroupAjax(data) { // 请求后台 loadshow(); $.ajax({ type: 'post' ,async: true @@ -395,9 +396,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('确认验收失败'); } }