| | |
| | | //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();
|
| | |
| | |
|
| | | //根据stationid查询基站的信息
|
| | | function findStationInfoByStation(temp){
|
| | | console.info(JSON.stringify(temp));
|
| | | //console.info(JSON.stringify(temp));
|
| | | $.ajax({
|
| | | type:"post",
|
| | | url: "Battinf_exAction!serchByCondition",
|
| | |
| | | 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);
|