hdw
2018-11-20 0ac46331c1829fbca7cc1873f8d143de2e5feee9
gx_tieta/WebRoot/js/base.js
@@ -412,7 +412,7 @@
            //console.info(data);
            document.getElementById("FBSDeviceIp").innerHTML=data.FbsDeviceIp;         //设备Ip
            document.getElementById("GroupIndexInFBSDevice").innerHTML=data.GroupIndexInFBSDevice;         //Bindex
            document.getElementById("installUser").innerHTML= data.install_user;   // 安装人员
            
            //显示电池组机历卡
            $('#card_infor').show();
@@ -424,7 +424,7 @@
//根据stationid查询基站的信息
function findStationInfoByStation(temp){
   console.info(JSON.stringify(temp));
   //console.info(JSON.stringify(temp));
   $.ajax({    
        type:"post",             
        url: "Battinf_exAction!serchByCondition",            
@@ -433,7 +433,7 @@
        data:"json="+JSON.stringify(temp),      
        success: function(data){ 
         var model = eval('('+data.result+')');
         console.log(model);
         //console.log(model);
         if(model.code == 1 && model.data.length>0){
            var station = model.data[0];
            //console.info(station);