| | |
| | | ,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);
|
| | |
| | | var startTime = "1980-01-01";
|
| | | var endTime = new Date().format('yyyy-MM-dd');
|
| | | var tbl = $('.tbl-container');
|
| | | var temp = getCookie("wapproval");
|
| | | var temp = getCookie("happroval");
|
| | | temp = JSON.parse(temp);
|
| | | //console.info(temp);
|
| | | console.info(temp);
|
| | | createTbl(tbl, arrTh, dataArr);
|
| | | $(document).ready(function(){
|
| | | Page.pageCurr=1;
|
| | |
| | |
|
| | | $("#jizhandata").click(function(){
|
| | | // 查看机房信息
|
| | | var temp = getCookie("wapproval");
|
| | | var temp = getCookie("happroval");
|
| | | data = JSON.parse(temp);
|
| | | var lng = data[0].longitude; // 获取经度
|
| | | var lat = data[0].latitude; // 获取纬度
|
| | |
| | | ,lng: lng
|
| | | ,lat: lat
|
| | | }
|
| | | console.info(temp);
|
| | | // 显示暂无可设站点
|
| | | if(homeId == 0) {
|
| | | layer.msg(homeName);
|
| | |
| | | ,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 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>';
|