81041
2018-12-12 c4dba5d08a114cad2d98222a26c796582973d8e1
gx_tieta/WebRoot/mobil/batt-unapproved.html
@@ -91,6 +91,9 @@
      .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label{
          width:35%;
      } 
      .tbl-container td {
            color: #fb0909a3;
        }
   </style>
   <link rel="stylesheet" href="css/fgpanel.css">
</head>
@@ -113,8 +116,19 @@
               
         </table>
      </div>
      <div data-role="footer" data-position="fixed" data-theme="a">
         <div data-role="navbar">
            <ul>
              <li><a href="index.html" target="_top" data-role="button" data-icon="home" data-transition="slide">首页</a></li>
              <li><a href="batt-approved.html" target="_top" data-role="button" data-icon="check" data-transition="slide">已通过</a></li>
            </ul>
         </div>
      </div>
      <div data-role="popup" id="myPopup" class="ui-content" data-overlay-theme="b">
      <a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn ui-icon-delete ui-btn-icon-notext ui-btn-right">关闭</a>
        <a href="" id="edit" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-edit" >修改</a>
        <a href="" id="delete" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-forbidden"  data-icon="delete">删除</a>
        </div>
      
    </div>    
   </div>
@@ -148,7 +162,7 @@
       
    $("#edit").click(function(){
        window.location.href="batt-infor-conf-temp.html";
        window.location.href="batt-infor-unapproved-edit.html";
    });
    $("#delete").click(function(){  //删除电池组
       var temp = getCookie("eleparm");
@@ -159,7 +173,7 @@
       // window.location.href="batt-infor-conf-delete.html";   
    });
     
    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');
@@ -214,7 +228,7 @@
         
         for(i=0;i<340;i++){
          
                if(i%35==34){arrTd[i]='<a onclick="getButIndex(this)" href="#myPopup" id="butt" data-rel="popup" class="ui-btn ui-btn-inline ui-corner-all operat-but" data-position-to="window"'+'but-index='+i+'>修改或删除</a>';continue;}
                arrTd[i]=i*10;
               }