hdw
2018-10-31 8c68efcf508e58107ff965db0325ff823c364e59
gx_tieta/WebRoot/js/base.js
@@ -424,7 +424,7 @@
//根据stationid查询基站的信息
function findStationInfoByStation(temp){
   //console.info(temp);
   console.info(JSON.stringify(temp));
   $.ajax({    
        type:"post",             
        url: "Battinf_exAction!serchByCondition",            
@@ -433,9 +433,10 @@
        data:"json="+JSON.stringify(temp),      
        success: function(data){ 
         var model = eval('('+data.result+')');
         console.log(model);
         if(model.code == 1 && model.data.length>0){
            var station = model.data[0];
            console.info(station);
            //console.info(station);
            $('#station_stationid_ex').text(temp.StationId_ex);                                 //站点id
            $('#station_stationname').text(station.stationName);                              //机房名称
            $('#station_stationid').text(station.stationId);                                 //机房名称