| | |
| | | margin: 0;
|
| | | padding-top: 0.1em;
|
| | | padding-bottom: 0.1em;
|
| | | margin-left:7em;
|
| | | }
|
| | | .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label{
|
| | | width:35%;
|
| | |
| | | </div>
|
| | | </div>
|
| | |
|
| | | |
| | | |
| | | </div>
|
| | | </div>
|
| | | </body>
|
| | |
| | | /* 获取点击的是哪个按钮 */
|
| | | function getButIndex(t){
|
| | | var index = $(t).attr("but-index");
|
| | | // index=(index/33-1);
|
| | | console.info(index);
|
| | | setcookiedit(index);
|
| | | //window.location.href="control.html"; |
| | | window.location.href="control.html"; |
| | | return ;
|
| | | }
|
| | |
|
| | |
| | |
|
| | |
|
| | |
|
| | | var arrTh = [ '机房编号', '省', '城市','区县','机房名称','设备名称','机房IP','FBS设备ID(重要)','FBS设备IP(重要)','子网掩码','网关','FBS设备名称','FBS电池索引(0-3)','电池组ID','机房内电池组编号','电池组名称','浮充电压阀值(V)','离线电压阀值(V)','浮充电流阀值(A)','单体数量','标称容量(AH)','标称单体电压(V)','标称单体内阻(mΩ)','标称单体电导','单体电压次低偏移量(V)','负载电流(A)','最大核容电流(A)','基站号码','电池品牌','电池型号','电池生产日期','投入使用日期','安装人员','查看电池组实时数据'];
|
| | | var arrTh = [ '机房编号', '省', '城市','区县','机房名称','设备名称','机房IP','FBS设备ID(重要)','FBS设备IP(重要)','子网掩码','网关','FBS设备名称','FBS电池索引(0-3)','电池组ID','机房内电池组编号','电池组名称','浮充电压阀值(V)','离线电压阀值(V)','浮充电流阀值(A)','单体数量','标称容量(AH)','标称单体电压(V)','标称单体内阻(mΩ)','标称单体电导','单体电压次低偏移量(V)','负载电流(A)','最大核容电流(A)','基站号码','电池品牌','电池型号','电池生产日期','投入使用日期','安装人员','通讯计数','是否验收',''];
|
| | | dataArr = [];
|
| | | var startTime = "1980-01-01";
|
| | | var endTime = new Date().format('yyyy-MM-dd');
|
| | |
| | | createTbl(tbl, arrTh, dataArr);
|
| | | $(document).ready(function(){
|
| | | setPage();
|
| | | |
| | | Page.pageCurr=1;
|
| | | searchBattLife();
|
| | | getnumber();
|
| | | Page.pageCurr=1;
|
| | | searchBattLife();
|
| | | //console.info($("#getnumber").val());
|
| | |
|
| | | });
|
| | | function getnumber(){ //向获取所有通讯计数并存入缓存
|
| | | $.ajax({
|
| | | type: 'post',
|
| | | async: true,
|
| | | url: 'Battinf_applyAction!devCommNum',
|
| | | data: null,
|
| | | dataType: 'json',
|
| | | success:function(data) {
|
| | | data = JSON.parse(data.result);
|
| | | if(data.code==1){
|
| | | var json =JSON.stringify(data.data);
|
| | | setCookie("numberget",json);
|
| | | }
|
| | | }
|
| | | });
|
| | | }
|
| | | function getCookienumber(id){//输入ID,返回通讯计数。数据从缓存获取。
|
| | | //id = 0;
|
| | | var number = getCookie("numberget");
|
| | | number = JSON.parse(number);
|
| | | //console.info(number);
|
| | | if(number[0].dev_id){
|
| | | //console.info(number);
|
| | | for(var i =0; i<number.length;i++){
|
| | | if(id == number[i].dev_id){
|
| | | return number[i].dev_commcount;
|
| | | }
|
| | | } |
| | | }
|
| | | return 0;
|
| | | }
|
| | |
|
| | | function getcreatArr(){
|
| | | obj = {
|
| | |
| | | }
|
| | | return obj;
|
| | | }
|
| | | |
| | | function yanshou(check_en){
|
| | | if(check_en==0){
|
| | | return "未验收";
|
| | | }else{
|
| | | return "已验收";
|
| | | }
|
| | | }
|
| | | // 查询内容
|
| | | /* function searchBattLife(){
|
| | | function searchBattLife(){
|
| | | var temp = JSON.stringify(getcreatArr());
|
| | | console.info(temp);
|
| | | //console.info(temp);
|
| | | arrTd = new Array();
|
| | | getnumber();
|
| | | var index = 0;
|
| | | getCookienumber();
|
| | | $.ajax({
|
| | | type: 'post',
|
| | | async: true,
|
| | |
| | | arrTd[index++] = data[i].binf.BattProductDate.substr(0,10);
|
| | | arrTd[index++] = data[i].binf.BattInUseDate.substr(0,10);
|
| | | arrTd[index++] = data[i].binf.install_user;
|
| | | arrTd[index++] = "";
|
| | | arrTd[index++] = arrTd[i]='<a href="" class="ui-btn ui-btn-inline ui-corner-all operat-but" data-position-to="window" >电池组实时数据</a>';
|
| | | arrTd[index++] = getCookienumber(data[i].binf.FBSDeviceId);
|
| | | arrTd[index++] = yanshou(data[i].check_en);
|
| | | arrTd[index++]='<a onclick="getButIndex(this)" class="ui-btn ui-btn-inline ui-corner-all operat-but" data-position-to="window"'+'but-index='+i+'>电池组实时数据</a>';
|
| | | }
|
| | | }
|
| | | createTbl(tblCon, arrTh, arrTd);
|
| | | console.info(arrTd);
|
| | | createTbl(tblCon, arrTh, arrTd);
|
| | | timeer = window.setTimeout(function() {
|
| | | searchBattLife();
|
| | | }, 5000); |
| | | }
|
| | | });
|
| | | }*/
|
| | | }
|
| | |
|
| | | function setcookiedit(index){
|
| | | var arrcookie = new Array();
|
| | |
| | | }
|
| | |
|
| | | // 查询内容
|
| | | function searchBattLife(){
|
| | | /* function searchBattLife(){
|
| | |
|
| | |
|
| | | /* 模拟数据做好就删!!!!!!!! */
|
| | |
|
| | | for(var i=0;i<340;i++){
|
| | | /* for(var i=0;i<340;i++){
|
| | | if(i%34==33){
|
| | | //<a href="count-report.html" target="_top" class="ui-btn ui-corner-all ui-shadow ui-icon-back ui-btn-icon-left" style="padding-top: 0.7em; padding-bottom: 0.7em;">返回</a>
|
| | | console.info(i);
|
| | |
| | |
|
| | | continue;
|
| | |
|
| | | } |
| | | arrTd[i]=i*10;
|
| | | } if(i==13){
|
| | | arrTd[i]=1002102;
|
| | | }else{
|
| | | arrTd[i]=i*10;
|
| | | }
|
| | | }
|
| | |
|
| | | createTbl(tblCon, arrTh, arrTd);
|
| | |
|
| | | /* 模拟数据做好就删!!!!!!!! */
|
| | | }
|
| | | //}
|
| | |
|
| | | function getUpdateArr(temp){
|
| | | var arr = new Array();
|