81041
2019-01-09 0e684fe9e105167c5980b26f045221411200a2f2
gx_tieta/WebRoot/mobil/wcheckAccept.html
@@ -110,8 +110,6 @@
      </div>
      <!-- 主体内容 -->
      <div data-role="main">
         <div class="pre-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-l ui-btn-icon-notext">图标</a></div>
         <div class="next-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-notext">图标</a></div>
         <!-- 表格容器 -->
         <div class="tbl-container"></div>
         <table data-role="table" class="ui-responsive ui-shadow" id="tab" >
@@ -244,12 +242,13 @@
    });
      
   $("#sure").click(function(){
       var temp = getCookie("wapproval");
      temp = JSON.parse(temp);
      // var temp = getCookie("wapproval");
      //temp = JSON.parse(temp);
      var data = temp;
      if(data[i].check_en==0){
      console.info(data);
      if(data[0].check_en==0){//一个基站内的所有电池组同时申请,因此判断一组电池组状态即可。
         alert("现场未提交申请验收");
      }else if(data[i].check_en==2){
      }else if(data[0].check_en==2){
         exBattGroupAjax(data);
      }
   });