| | |
| | | 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();
|
| | |
| | |
|
| | | 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>';
|