| | |
| | | ,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);
|
| | |
| | | ,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);
|
| | | });
|
| | |
| | | // 通过审批请求
|
| | | function exBattGroupAjax(data) {
|
| | | // 请求后台
|
| | | loadshow();
|
| | | $.ajax({
|
| | | type: 'post'
|
| | | ,async: true
|
| | |
| | | var rs = JSON.parse(res.result);
|
| | | // console.log(rs);
|
| | | if(rs.code == 1) {
|
| | | loadclose();
|
| | | alert("确认验收成功");
|
| | | window.location.href="wcheckAccept-index.html";
|
| | | }else {
|
| | | loadclose();
|
| | | alert('确认验收失败');
|
| | | }
|
| | | }
|