D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-09 c88ddedda422835b2337a68a993db645f42f8458
gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -222,11 +222,11 @@
    var tbl = $('.tbl-container');
    var temp = getCookie("wapproval");
   temp = JSON.parse(temp);
   console.info(temp);
   //console.info(temp);
    createTbl(tbl, arrTh, dataArr);
   $(document).ready(function(){
      Page.pageCurr=1;      
      console.info(temp);
      //console.info(temp);
      setBattLife();
      battnumber();
      //searchBattLife();
@@ -290,7 +290,7 @@
   
   function battnumber(){
       var selected=''
       console.info(temp);
      // console.info(temp);
       if(temp.length>0){
          for(var i=0;i<temp.length;i++){
                selected+= '<option '+'value='+i+'>'+temp[i].binf.BattGroupName+'</option>';