Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
| | |
| | | <meta http-equiv="expires" content="0">
|
| | | <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
| | | <meta http-equiv="description" content="This is my page">
|
| | | <title>设备单体信息查询</title> |
| | | <title>电池注册信息查询</title> |
| | | <link rel="stylesheet" type="text/css" href="pages/css/base.css">
|
| | | <link rel="stylesheet" type="text/css" href="jqueryui/jquery-ui.css">
|
| | | <link rel="stylesheet" type="text/css" href="src/css/layui.css">
|
| | |
| | | //console.log(Page);
|
| | |
|
| | | // 查询后台数据
|
| | | /* search(createSearchParam(), true);
|
| | | search(createSearchParam(), true);
|
| | | function search(temp, newLoad) {
|
| | | var load;
|
| | | if(newLoad) {
|
| | |
| | | $.ajax({
|
| | | type:'post',
|
| | | async:true,
|
| | | url: 'App_bts_comm_taskAction!serchByCondition',
|
| | | url: 'App_bts_battgroupAction!serchByCondition',
|
| | | data: "json="+JSON.stringify(temp),
|
| | | dataType: 'json',
|
| | | success:function(result) {
|
| | | var model = JSON.parse(result.result);
|
| | | //console.info(model);
|
| | | console.info(model);
|
| | | var arr_td = new Array();
|
| | | if(model.code == 1){
|
| | | for(var i=0;i<model.data.length;i++){
|
| | |
| | | });
|
| | |
|
| | | }
|
| | | */
|
| | | |
| | |
|
| | |
|
| | |
|
| | |
| | | <a href="wapprovalBatt-index.html" target="_top">待审批</a>
|
| | | </li>
|
| | | <li>
|
| | | <a href="batt-apprvedAccept-index.html" target="_top">待验收</a>
|
| | | <a href="wcheckAccept-index.html" target="_top">待验收</a>
|
| | | </li>
|
| | | <li>
|
| | | <a href="batt-unapproved-index.html" target="_top">已验收</a>
|
| | |
| | | var batt = JSON.parse(temp);
|
| | | console.info(batt);
|
| | | if(batt.install_user||batt.install_user==0){
|
| | | window.location.href="batt-approve-index.html";
|
| | | //console.info(batt);
|
| | | if(batt.address||batt.address==""){
|
| | | window.location.href="wcheckAccept-index.html";
|
| | | }else{
|
| | | window.location.href="batt-approve-index.html";
|
| | | }
|
| | | }else{
|
| | | window.location.href="testdata.html";
|
| | | }
|
| | |
| | | <li>
|
| | | <a href="map.html" target="_top" data-i18n="main.usermanagement">机房定位</a>
|
| | | </li>
|
| | | <!-- <li>
|
| | | <li>
|
| | | <a href="checkAccept-index.html" target="_top" data-i18n="main.usermanagement">批准审批及验收</a>
|
| | | </li> -->
|
| | | </li>
|
| | | <!-- <li>
|
| | | <a href="batt-home-info.html" target="_top" data-i18n="main.usermanagement">机房信息</a>
|
| | | </li> -->
|
New file |
| | |
| | | <!doctype html>
|
| | | <html>
|
| | | <head>
|
| | | <meta charset="utf-8">
|
| | | <title></title>
|
| | | <meta name="viewport" content="width=device-width,initial-scale=1">
|
| | | <link rel="stylesheet" href="mobilCss/jquery.mobile-1.4.5.min.css"/>
|
| | | <link rel="stylesheet" href="css/breadcrumb.css">
|
| | | <link rel="stylesheet" type="text/css" href="css/defined.popup.css"/>
|
| | | <script type="text/javascript" src="mobilJs/jquery-1.8.2.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/jquery.mobile-1.4.5.min.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/base.js"></script>
|
| | | </head>
|
| | | <body>
|
| | | <div data-role="page" tabindex="0" id="page0">
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="checkAccept-index.html" target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
|
| | | <h1>待审批通过机房列表</h1>
|
| | | </div>
|
| | | |
| | | <div data-role="content">
|
| | | <ul class="breadcrumb"></ul>
|
| | | <div id="battList"></div>
|
| | | </div>
|
| | | <div data-role="popup" id="myPopup" class="defined-popup">
|
| | | <div class="popup-container">
|
| | | <div class="popup-title">查询数据失败</div>
|
| | | <div class="popup-content">
|
| | | <div class="set-option">
|
| | | <p>请设置包机组</p>
|
| | | </div>
|
| | | </div>
|
| | | <div class="popup-footer">
|
| | | <div class="footer-float footer-left">
|
| | | <button type="button" id="right" data-mini="true" style="visibility: hidden;">确定</button>
|
| | | </div>
|
| | | <div class="footer-float footer-right">
|
| | | <button type="button" id="hidePopup" data-mini="true">取消</button>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | <div data-role="footer" data-position="fixed">
|
| | | <!-- <h1>福光电子有限公司</h1> -->
|
| | | </div>
|
| | | </div>
|
| | | </body>
|
| | | <script type="text/javascript" src="js/battNav.js"></script>
|
| | | <script type="text/javascript">
|
| | | var stationlist = new Array();
|
| | | |
| | | // 初始化页面内容
|
| | | $(document).ready(function(){
|
| | | setCookie("station",null);
|
| | | setCookie("batt",null);
|
| | | searchBattLife();
|
| | |
|
| | | });
|
| | | |
| | | // 点击机房事件
|
| | | $(function () {
|
| | | var aLi = -1;
|
| | | $('#battList').on('click', 'ul li', function () {
|
| | | aLi = $(this).index();
|
| | | console.info(aLi);
|
| | | station = getbatt(stationlist,aLi);
|
| | | var arr=setarrbatt(arrdata,station);
|
| | | console.info(arr);
|
| | | window.location.href="wapprovalBatt.html";
|
| | | }); |
| | | });
|
| | | |
| | | var arrTd = new Array();
|
| | | var arrdata = new Array();
|
| | | |
| | | var Page = {
|
| | | pageSize:20, //每页的行数
|
| | | pageCurr:1, //当前页码数
|
| | | pageAll:0,
|
| | | };
|
| | | |
| | | function getcreatArr(){
|
| | | obj = {
|
| | | apply_en: 0,
|
| | | check_en: 100,
|
| | | binf : {
|
| | | page:Page, |
| | | }
|
| | | }
|
| | | return obj;
|
| | | }
|
| | | |
| | | // 查询内容
|
| | | function searchBattLife(){
|
| | | var temp = JSON.stringify(getcreatArr());
|
| | | console.info(temp);
|
| | | arrTd = new Array();
|
| | | var index = 0;
|
| | | $.ajax({
|
| | | type: 'post',
|
| | | async: true,
|
| | | url: 'Battinf_applyAction!serchByCondition',
|
| | | data: "json="+temp,
|
| | | dataType: 'json',
|
| | | success:function(data) {
|
| | | //console.info(data);
|
| | | data = JSON.parse(data.result);
|
| | | if(data.code!=0&&data.data.length>0){
|
| | | console.info(data);
|
| | | data=data.data
|
| | | var model = new Array();
|
| | | console.info(data);
|
| | | for(var i=0;i<data.length;i++){
|
| | | if(data[i].check_en!=1){
|
| | | arrdata.push(data[i]);//存储数据
|
| | | if(model.length==0){
|
| | | model.push(data[i].binf.StationName);
|
| | | }else{
|
| | | if(model[model.length-1]!=data[i].binf.StationName){//若不重复,则PUSH进去
|
| | | model.push(data[i].binf.StationName);
|
| | | }
|
| | | }
|
| | | console.info(model);
|
| | | stationlist=model;
|
| | | }
|
| | | }
|
| | | createUl($('#battList'),model);
|
| | | }
|
| | | }
|
| | | }); |
| | | } |
| | | |
| | | function setarrbatt(arrdata,station){
|
| | | console.info(arrdata);
|
| | | if(arrdata.length>0){ //存入的为所有已查出数据 |
| | | var arr= creatYanshouObj(arrdata,station);//申请验收方法。
|
| | | return arr;
|
| | | }else{
|
| | | alert("网络错误,请重新进入");
|
| | | }
|
| | | }
|
| | | function creatYanshouObj(arrdata,station){ //通过点击机房信息(stationid),获取该机房电池组
|
| | | //var StationId = arrdata[index].binf.StationId;
|
| | | //console.info(StationId);
|
| | | var arr = new Array(); //初始化传参数组
|
| | | console.info(station);
|
| | | console.info(arrdata);
|
| | | for(var i=0;i<arrdata.length;i++){//一次验收该机房下的所有电池组构建对象 。
|
| | | if(station == arrdata[i].binf.StationName){ |
| | | var obj = {
|
| | | num :arrdata[i].num,
|
| | | check_en:arrdata[i].check_en,
|
| | | apply_date: arrdata[i].apply_date,
|
| | | binf:{
|
| | | StationId : arrdata[i].binf.StationId, // 机房编号
|
| | | StationName : (arrdata[i].binf.StationName1+"-"+ arrdata[i].binf.StationName2+"-"+arrdata[i].binf.StationName5+"-"+arrdata[i].binf.StationName3), // 拼接机房名称
|
| | | StationName1 :arrdata[i].binf.StationName1, // 省
|
| | | StationName2 : arrdata[i].binf.StationName2, // 市
|
| | | StationName5 : arrdata[i].binf.StationName5, // 区/县
|
| | | StationName3 : arrdata[i].binf.StationName3, // 机房名称
|
| | | StationName4 : arrdata[i].binf.StationName4, // 设备名称
|
| | | StationIp :arrdata[i].binf.StationIp, //机房ip
|
| | | FBSDeviceId : arrdata[i].binf.FBSDeviceId, //设备id
|
| | | FbsDeviceIp : arrdata[i].binf.FbsDeviceIp, //设备ip
|
| | | FbsDeviceIp_YM : arrdata[i].binf.FbsDeviceIp_YM, // 设备掩码
|
| | | FbsDeviceIp_WG : arrdata[i].binf.FbsDeviceIp_WG , // 网关
|
| | | FBSDeviceName : arrdata[i].binf.FBSDeviceName, //设备名称
|
| | | GroupIndexInFBSDevice : arrdata[i].binf.GroupIndexInFBSDevice, //fbs设备索引
|
| | | BattGroupId : arrdata[i].binf.BattGroupId, //电池组id
|
| | | BattGroupNum : arrdata[i].binf.BattGroupNum , //机房内电池组编号
|
| | | BattGroupName :arrdata[i].binf.BattGroupName, //电池组索引
|
| | | FloatVolLevel : arrdata[i].binf.FloatVolLevel, //浮充电压阀值
|
| | | OfflineVolLevel : arrdata[i].binf.OfflineVolLevel, //离线电压阀值
|
| | | BattFloatCurrent : arrdata[i].binf.BattFloatCurrent, //浮充电流阀值
|
| | | MonCount : arrdata[i].binf.MonCount, //单体数量
|
| | | MonCapStd : arrdata[i].binf.MonCapStd, //标称容量
|
| | | MonVolStd : arrdata[i].binf.MonVolStd, //标称电压
|
| | | MonResStd : arrdata[i].binf.MonResStd, //标称内阻
|
| | | MonSerStd : arrdata[i].binf.MonSerStd, //标称电导
|
| | | MonVolLowToAvg : arrdata[i].binf.MonVolLowToAvg, //单体电压次低偏移量
|
| | | |
| | | Load_curr : arrdata[i].binf.Load_curr, //负载电流
|
| | | DisCurrMax : arrdata[i].binf.DisCurrMax, //最大核容电流
|
| | | station_phone : arrdata[i].binf.station_phone, //基站号码
|
| | | |
| | | BattProducer : arrdata[i].binf.BattProducer, //电池品牌
|
| | | BattModel : arrdata[i].binf.BattModel, //电池型号
|
| | | BattProductDate : arrdata[i].binf.BattProductDate, //电池生产日期
|
| | | BattInUseDate : arrdata[i].binf.BattInUseDate, //电池使用日期
|
| | | install_user : arrdata[i].binf.install_user, //安装人员
|
| | | }
|
| | | |
| | | }
|
| | | arr.push(obj);
|
| | | }
|
| | | } |
| | | console.info(arr); |
| | | //applyendyanshou(arr);//申请验收方法。
|
| | | var json=window.JSON.stringify(arr);
|
| | | setCookie("wapproval",json); //这里setcookie,若有上一条cookie则清空上一笔
|
| | | return arr;
|
| | | }
|
| | | |
| | | function createUl(ulCon, dataList) {
|
| | | //console.info(index);
|
| | | // 清理容器下的ul
|
| | | ulCon.find('ul').remove();
|
| | | |
| | | // 创建ul
|
| | | var _ul = $('<ul data-role="listview" data-inset="true"></ul>');
|
| | | |
| | | // 遍历dataList生成li和a
|
| | | for (var i = 0; i < dataList.length; i++){
|
| | | var _li = $('<li></li');
|
| | | |
| | | var _a = $('<a href="#page1" value="" data-transition="slide">'+dataList[i]+'</a>');
|
| | | |
| | | // 将_a添加到_li,将_li添加到_ul中
|
| | | _li.append(_a);
|
| | | _ul.append(_li);
|
| | | }
|
| | | |
| | | // 将_ul添加到容器中
|
| | | ulCon.append(_ul).trigger('create'); |
| | | loadclose();
|
| | | }
|
| | | |
| | | //获取当前选中的batt
|
| | | function getbatt(arr,index){
|
| | | if(arr.length>index){
|
| | | return arr[index];
|
| | | }
|
| | | return undefined;
|
| | | };
|
| | | </script>
|
| | | |
| | | </html> |
New file |
| | |
| | | <!DOCTYPE html>
|
| | | <html lang="en">
|
| | | <head>
|
| | | <meta charset="UTF-8">
|
| | | <title>待审批电池组</title>
|
| | | <meta name="viewport" content="width=device-width,initial-scale=1">
|
| | | <meta name="apple-mobile-web-app-capable" content="yes">
|
| | | <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
| | | <link rel="stylesheet" href="mobilCss/jquery.mobile-1.4.5.min.css"/>
|
| | | <link href="mobilCss/mobiscroll.core-2.5.2.css" rel="stylesheet" type="text/css" />
|
| | | <link href="mobilCss/mobiscroll.animation-2.5.2.css" rel="stylesheet" type="text/css" />
|
| | | <link rel="stylesheet" type="text/css" href="css/tbl.css">
|
| | | <link rel="stylesheet" type="text/css" href="src/css/layui.css">
|
| | | <script type="text/javascript" src="mobilJs/jquery-1.8.2.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/jquery.mobile-1.4.5.min.js"></script>
|
| | | <style type="text/css">
|
| | | |
| | | /*规定面板的样式*/
|
| | | .ui-panel {
|
| | | width: 80%;
|
| | | }
|
| | | .ui-panel-dismiss{
|
| | | width: 20%;
|
| | | }
|
| | | .ui-panel-inner{
|
| | | padding:0 !important;
|
| | | }
|
| | | .ui-collapsible-heading-toggle{
|
| | | padding-left: 1em !important;
|
| | | }
|
| | | .panel-header{
|
| | | padding: 8px 0;
|
| | | font-size: 1.2em;
|
| | | text-indent: 1em;
|
| | | background-color: #DFDCDC;
|
| | | }
|
| | | /*规定开关的位置*/
|
| | | .ui-flipswitch {
|
| | | margin-left: 0.5em;
|
| | | }
|
| | | |
| | | .ui-field-contain{
|
| | | padding: 0 0.6em ;
|
| | | }
|
| | | .ui-field-contain {
|
| | | border-bottom-color: #828282;
|
| | | border-bottom-color: rgba(0,0,0,.15);
|
| | | border-bottom-width: 1px;
|
| | | border-bottom-style: none;
|
| | | }
|
| | | .sicon{ |
| | | display:inline-block;width:4%;margin:1em 0;float:left; |
| | | }
|
| | | .checkdata{
|
| | | display:inline-block;width:48%;margin:0 0 0 0;float:left; |
| | | }
|
| | | |
| | | .next-page, .pre-page {
|
| | | position: fixed;
|
| | | width: 40px;
|
| | | height: 40px;
|
| | | top: 50%;
|
| | | margin-top: -15px;
|
| | | }
|
| | | .next-page {
|
| | | right: 0;
|
| | | }
|
| | | .pre-page {
|
| | | left: 0;
|
| | | }
|
| | | |
| | | |
| | | table {
|
| | | margin-top:.5em;
|
| | | border-collapse:separate; |
| | | border-spacing:0 .5em;
|
| | | }
|
| | | |
| | | tbody tr td{
|
| | | overflow: hidden;
|
| | | text-overflow:ellipsis;
|
| | | white-space: nowrap;
|
| | | }
|
| | | .bg-line{
|
| | | background-color:#ddd;
|
| | | }
|
| | | .operat-but{
|
| | | margin: 0;
|
| | | padding-top: 0.1em;
|
| | | padding-bottom: 0.1em;
|
| | | |
| | | }
|
| | | .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label{
|
| | | width:35%;
|
| | | } |
| | | .fr{
|
| | | float:right;
|
| | | }
|
| | | </style>
|
| | | <link rel="stylesheet" href="css/fgpanel.css">
|
| | | </head>
|
| | | <body>
|
| | | <div data-role="page">
|
| | | |
| | | <!-- 头部内容 -->
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="wapprovalBatt-index.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>
|
| | | <h1>待审批电池组</h1>
|
| | | |
| | | </div>
|
| | | <!-- 主体内容 -->
|
| | | <div data-role="main">
|
| | | <div class="pre-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-l ui-btn-icon-notext">图标</a></div>
|
| | | <div class="next-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-notext">图标</a></div> |
| | | <!-- 表格容器 -->
|
| | | <div class="tbl-container"></div>
|
| | | <table data-role="table" class="ui-responsive ui-shadow" id="tab" >
|
| | | |
| | | </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="#yourPopup" data-rel="popup" class="ui-btn ui-btn-inline ui-corner-all ui-btn-icon-check" data-position-to="window" data-icon="check" data-role="button">审核</a></li>
|
| | | </ul>
|
| | | </div> |
| | | </div> |
| | | <div data-role="popup" id="yourPopup" 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="" data-rel="back" id="sure" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left ui-icon-check" >提交</a>
|
| | | <a href="" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left ui-icon-delete" >放弃</a>
|
| | | </div> |
| | | </div>
|
| | | <!-- 存储homeinfo的值 -->
|
| | | <div id="homeInfoIframe"></div>
|
| | | <div id="homeInfoIframeAll"></div>
|
| | | </body>
|
| | |
|
| | | <script src="mobilJs/mobiscroll.core-2.5.2.js" type="text/javascript"></script>
|
| | | <script src="mobilJs/mobiscroll.core-2.5.2-zh.js" type="text/javascript"></script>
|
| | | <script src="mobilJs/mobiscroll.datetime-2.5.1.js" type="text/javascript"></script>
|
| | | <script src="mobilJs/mobiscroll.datetime-2.5.1-zh.js" type="text/javascript"></script>
|
| | | <script type="text/javascript" src="js/tbl.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/base.js"></script>
|
| | | <script type="text/javascript" src="src/layui.all.js"></script>
|
| | |
|
| | | <script type="text/javascript">
|
| | | /* 获取点击的是哪个按钮 */
|
| | |
|
| | | |
| | | var iframePopup = ''; // 弹出面板标识符
|
| | | |
| | | // 存储所有的数据
|
| | | $('#homeInfoIframeAll').data('allData', arr);
|
| | | var _data = arr[0];
|
| | | var temp = {
|
| | | homeId: _data.binf.StationId
|
| | | ,homeName: _data.binf.StationName
|
| | | ,addr: ''
|
| | | ,lng: 0
|
| | | ,lat: 0
|
| | | }
|
| | | // 存储需要的homeInfo信息
|
| | | $('#homeInfoIframe').data('homeInfo', temp);
|
| | | |
| | | iframePopup = layer.open({
|
| | | type: 2
|
| | | ,closeBtn: 0
|
| | | ,title: false
|
| | | ,area: ['100%', '100%']
|
| | | ,full: true
|
| | | ,anim: 4
|
| | | ,content: 'iframe/homeinfo1.html'
|
| | | });
|
| | | layer.full(iframePopup);
|
| | | |
| | |
|
| | |
|
| | | var arrTd = new Array(); //当前表格td数据
|
| | | var tblCon = $('.tbl-container');
|
| | | var Page = {
|
| | | pageSize:20, //每页的行数
|
| | | pageCurr:1, //当前页码数
|
| | | pageAll:0,
|
| | | };
|
| | | |
| | | 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');
|
| | | var tbl = $('.tbl-container');
|
| | | var temp = getCookie("wapproval");
|
| | | temp = JSON.parse(temp);
|
| | | createTbl(tbl, arrTh, dataArr);
|
| | | $(document).ready(function(){
|
| | | Page.pageCurr=1; |
| | | console.info(temp);
|
| | | setBattLife();
|
| | | });
|
| | | |
| | | $("#sure").click(function(){
|
| | | var data = temp;
|
| | | exBattGroupAjax(data);
|
| | | });
|
| | | function setBattLife(){
|
| | | data = temp;
|
| | | var index = 0;
|
| | | for(var i=0;i<data.length;i++){
|
| | | arrTd[index++] = data[i].binf.StationId;
|
| | | arrTd[index++] = data[i].binf.StationName1;
|
| | | arrTd[index++] = data[i].binf.StationName2;
|
| | | arrTd[index++] = data[i].binf.StationName5;
|
| | | arrTd[index++] = data[i].binf.StationName3;
|
| | | arrTd[index++] = data[i].binf.StationName4;
|
| | | arrTd[index++] = data[i].binf.StationIp;
|
| | | arrTd[index++] = data[i].binf.FBSDeviceId;
|
| | | arrTd[index++] = data[i].binf.FbsDeviceIp;
|
| | | arrTd[index++] = data[i].binf.FbsDeviceIp_YM;
|
| | | arrTd[index++] = data[i].binf.FbsDeviceIp_WG;
|
| | | arrTd[index++] = data[i].binf.FBSDeviceName;
|
| | | arrTd[index++] = data[i].binf.GroupIndexInFBSDevice;
|
| | | arrTd[index++] = data[i].binf.BattGroupId;
|
| | | arrTd[index++] = data[i].binf.BattGroupNum;
|
| | | arrTd[index++] = data[i].binf.BattGroupName;
|
| | | arrTd[index++] = data[i].binf.FloatVolLevel;
|
| | | arrTd[index++] = data[i].binf.OfflineVolLevel;
|
| | | arrTd[index++] = data[i].binf.BattFloatCurrent;
|
| | | arrTd[index++] = data[i].binf.MonCount;
|
| | | arrTd[index++] = data[i].binf.MonCapStd;
|
| | | arrTd[index++] = data[i].binf.MonVolStd;
|
| | | arrTd[index++] = data[i].binf.MonResStd;
|
| | | arrTd[index++] = data[i].binf.MonSerStd;
|
| | | arrTd[index++] = data[i].binf.MonVolLowToAvg;
|
| | | arrTd[index++] = data[i].binf.Load_curr;
|
| | | arrTd[index++] = data[i].binf.DisCurrMax;
|
| | | arrTd[index++] = data[i].binf.station_phone;
|
| | | arrTd[index++] = data[i].binf.BattProducer;
|
| | | arrTd[index++] = data[i].binf.BattModel;
|
| | | 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++] = data[i].apply_date;
|
| | | //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);
|
| | | }
|
| | |
|
| | | // 通过审批请求
|
| | | function exBattGroupAjax(data) {
|
| | | // 请求后台
|
| | | $.ajax({
|
| | | type: 'post'
|
| | | ,async: true
|
| | | ,url: "Battinf_applyAction!update"
|
| | | ,data: "json="+JSON.stringify(data)
|
| | | ,dataType: 'json'
|
| | | ,success: function(res) {
|
| | | var rs = JSON.parse(res.result);
|
| | | // console.log(rs);
|
| | | if(rs.code == 1) {
|
| | | alert("确认审核成功");
|
| | | window.location.href="wapprovalBatt-index.html";
|
| | | }else {
|
| | | alert('确认审核失败!');
|
| | | } |
| | | }
|
| | | ,complete: function() {
|
| | | //关闭等待框
|
| | | }
|
| | | });
|
| | | } |
| | | </script>
|
| | | </html> |
New file |
| | |
| | | <!doctype html>
|
| | | <html>
|
| | | <head>
|
| | | <meta charset="utf-8">
|
| | | <title></title>
|
| | | <meta name="viewport" content="width=device-width,initial-scale=1">
|
| | | <link rel="stylesheet" href="mobilCss/jquery.mobile-1.4.5.min.css"/>
|
| | | <link rel="stylesheet" href="css/breadcrumb.css">
|
| | | <link rel="stylesheet" type="text/css" href="css/defined.popup.css"/>
|
| | | <script type="text/javascript" src="mobilJs/jquery-1.8.2.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/jquery.mobile-1.4.5.min.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/base.js"></script>
|
| | | </head>
|
| | | <body>
|
| | | <div data-role="page" tabindex="0" id="page0">
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="checkAccept-index.html" target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
|
| | | <h1>待验收机房列表</h1>
|
| | | </div>
|
| | | |
| | | <div data-role="content">
|
| | | <ul class="breadcrumb"></ul>
|
| | | <div id="battList"></div>
|
| | | </div>
|
| | | <div data-role="popup" id="myPopup" class="defined-popup">
|
| | | <div class="popup-container">
|
| | | <div class="popup-title">查询数据失败</div>
|
| | | <div class="popup-content">
|
| | | <div class="set-option">
|
| | | <p>请设置包机组</p>
|
| | | </div>
|
| | | </div>
|
| | | <div class="popup-footer">
|
| | | <div class="footer-float footer-left">
|
| | | <button type="button" id="right" data-mini="true" style="visibility: hidden;">确定</button>
|
| | | </div>
|
| | | <div class="footer-float footer-right">
|
| | | <button type="button" id="hidePopup" data-mini="true">取消</button>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | | <div data-role="footer" data-position="fixed">
|
| | | <!-- <h1>福光电子有限公司</h1> -->
|
| | | </div>
|
| | | </div>
|
| | | </body>
|
| | | <script type="text/javascript" src="js/battNav.js"></script>
|
| | | <script type="text/javascript">
|
| | | var stationlist = new Array();
|
| | | |
| | | // 初始化页面内容
|
| | | $(document).ready(function(){
|
| | | setCookie("station",null);
|
| | | setCookie("batt",null);
|
| | | searchBattLife();
|
| | |
|
| | | });
|
| | | |
| | | // 点击机房事件
|
| | | $(function () {
|
| | | var aLi = -1;
|
| | | $('#battList').on('click', 'ul li', function () {
|
| | | aLi = $(this).index();
|
| | | console.info(aLi);
|
| | | station = getbatt(stationlist,aLi);
|
| | | var arr=setarrbatt(arrdata,station);
|
| | | console.info(arr);
|
| | | window.location.href="wcheckAccept.html";
|
| | | }); |
| | | });
|
| | | |
| | | var arrTd = new Array();
|
| | | var arrdata = new Array();
|
| | | |
| | | var Page = {
|
| | | pageSize:20, //每页的行数
|
| | | pageCurr:1, //当前页码数
|
| | | pageAll:0,
|
| | | };
|
| | | |
| | | function getcreatArr(){
|
| | | obj = {
|
| | | apply_en: 1,
|
| | | check_en: 100,
|
| | | binf : {
|
| | | page:Page, |
| | | }
|
| | | }
|
| | | return obj;
|
| | | }
|
| | | |
| | | // 查询内容
|
| | | function searchBattLife(){
|
| | | var temp = JSON.stringify(getcreatArr());
|
| | | console.info(temp);
|
| | | arrTd = new Array();
|
| | | var index = 0;
|
| | | $.ajax({
|
| | | type: 'post',
|
| | | async: true,
|
| | | url: 'Battinf_applyAction!serchByCondition',
|
| | | data: "json="+temp,
|
| | | dataType: 'json',
|
| | | success:function(data) {
|
| | | //console.info(data);
|
| | | data = JSON.parse(data.result);
|
| | | if(data.code!=0&&data.data.length>0){
|
| | | console.info(data);
|
| | | data=data.data
|
| | | var model = new Array();
|
| | | console.info(data);
|
| | | for(var i=0;i<data.length;i++){
|
| | | if(data[i].check_en!=1){
|
| | | arrdata.push(data[i]);//存储数据
|
| | | if(model.length==0){
|
| | | model.push(data[i].binf.StationName);
|
| | | }else{
|
| | | if(model[model.length-1]!=data[i].binf.StationName){//若不重复,则PUSH进去
|
| | | model.push(data[i].binf.StationName);
|
| | | }
|
| | | }
|
| | | console.info(model);
|
| | | stationlist=model;
|
| | | }
|
| | | }
|
| | | createUl($('#battList'),model);
|
| | | }
|
| | | }
|
| | | }); |
| | | } |
| | | |
| | | function setarrbatt(arrdata,station){
|
| | | console.info(arrdata);
|
| | | if(arrdata.length>0){ //存入的为所有已查出数据 |
| | | var arr= creatYanshouObj(arrdata,station);//申请验收方法。
|
| | | return arr;
|
| | | }else{
|
| | | alert("网络错误,请重新进入");
|
| | | }
|
| | | }
|
| | | function creatYanshouObj(arrdata,station){ //通过点击机房信息(stationid),获取该机房电池组
|
| | | //var StationId = arrdata[index].binf.StationId;
|
| | | //console.info(StationId);
|
| | | var arr = new Array(); //初始化传参数组
|
| | | console.info(station);
|
| | | console.info(arrdata);
|
| | | for(var i=0;i<arrdata.length;i++){//一次验收该机房下的所有电池组构建对象 。
|
| | | if(station == arrdata[i].binf.StationName){ |
| | | var obj = {
|
| | | num :arrdata[i].num,
|
| | | check_en:arrdata[i].check_en,
|
| | | apply_date: arrdata[i].apply_date,
|
| | | confirm_name: arrdata[i].confirm_name,
|
| | | apply_name: arrdata[i].apply_name,
|
| | | check_en:arrdata[i].check_en,
|
| | | latitude:arrdata[i].latitude,//维度
|
| | | longitude:arrdata[i].longitude,//经度
|
| | | address:arrdata[i].address,//地址
|
| | | binf:{
|
| | | StationId : arrdata[i].binf.StationId, // 机房编号
|
| | | StationName : (arrdata[i].binf.StationName1+"-"+ arrdata[i].binf.StationName2+"-"+arrdata[i].binf.StationName5+"-"+arrdata[i].binf.StationName3), // 拼接机房名称
|
| | | StationName1 :arrdata[i].binf.StationName1, // 省
|
| | | StationName2 : arrdata[i].binf.StationName2, // 市
|
| | | StationName5 : arrdata[i].binf.StationName5, // 区/县
|
| | | StationName3 : arrdata[i].binf.StationName3, // 机房名称
|
| | | StationName4 : arrdata[i].binf.StationName4, // 设备名称
|
| | | StationIp :arrdata[i].binf.StationIp, //机房ip
|
| | | FBSDeviceId : arrdata[i].binf.FBSDeviceId, //设备id
|
| | | FbsDeviceIp : arrdata[i].binf.FbsDeviceIp, //设备ip
|
| | | FbsDeviceIp_YM : arrdata[i].binf.FbsDeviceIp_YM, // 设备掩码
|
| | | FbsDeviceIp_WG : arrdata[i].binf.FbsDeviceIp_WG , // 网关
|
| | | FBSDeviceName : arrdata[i].binf.FBSDeviceName, //设备名称
|
| | | GroupIndexInFBSDevice : arrdata[i].binf.GroupIndexInFBSDevice, //fbs设备索引
|
| | | BattGroupId : arrdata[i].binf.BattGroupId, //电池组id
|
| | | BattGroupNum : arrdata[i].binf.BattGroupNum , //机房内电池组编号
|
| | | BattGroupName :arrdata[i].binf.BattGroupName, //电池组索引
|
| | | FloatVolLevel : arrdata[i].binf.FloatVolLevel, //浮充电压阀值
|
| | | OfflineVolLevel : arrdata[i].binf.OfflineVolLevel, //离线电压阀值
|
| | | BattFloatCurrent : arrdata[i].binf.BattFloatCurrent, //浮充电流阀值
|
| | | MonCount : arrdata[i].binf.MonCount, //单体数量
|
| | | MonCapStd : arrdata[i].binf.MonCapStd, //标称容量
|
| | | MonVolStd : arrdata[i].binf.MonVolStd, //标称电压
|
| | | MonResStd : arrdata[i].binf.MonResStd, //标称内阻
|
| | | MonSerStd : arrdata[i].binf.MonSerStd, //标称电导
|
| | | MonVolLowToAvg : arrdata[i].binf.MonVolLowToAvg, //单体电压次低偏移量
|
| | | |
| | | Load_curr : arrdata[i].binf.Load_curr, //负载电流
|
| | | DisCurrMax : arrdata[i].binf.DisCurrMax, //最大核容电流
|
| | | station_phone : arrdata[i].binf.station_phone, //基站号码
|
| | | |
| | | BattProducer : arrdata[i].binf.BattProducer, //电池品牌
|
| | | BattModel : arrdata[i].binf.BattModel, //电池型号
|
| | | BattProductDate : arrdata[i].binf.BattProductDate, //电池生产日期
|
| | | BattInUseDate : arrdata[i].binf.BattInUseDate, //电池使用日期
|
| | | install_user : arrdata[i].binf.install_user, //安装人员
|
| | | address : arrdata[i].address,
|
| | | confirm_name : arrdata[i].confirm_name,
|
| | | }
|
| | | }
|
| | | arr.push(obj);
|
| | | }
|
| | | } |
| | | console.info(arr); |
| | | //applyendyanshou(arr);//申请验收方法。
|
| | | var json=window.JSON.stringify(arr);
|
| | | setCookie("wapproval",json); //这里setcookie,若有上一条cookie则清空上一笔
|
| | | return arr;
|
| | | }
|
| | | |
| | | function createUl(ulCon, dataList) {
|
| | | //console.info(index);
|
| | | // 清理容器下的ul
|
| | | ulCon.find('ul').remove();
|
| | | |
| | | // 创建ul
|
| | | var _ul = $('<ul data-role="listview" data-inset="true"></ul>');
|
| | | |
| | | // 遍历dataList生成li和a
|
| | | for (var i = 0; i < dataList.length; i++){
|
| | | var _li = $('<li></li');
|
| | | |
| | | var _a = $('<a href="#page1" value="" data-transition="slide">'+dataList[i]+'</a>');
|
| | | |
| | | // 将_a添加到_li,将_li添加到_ul中
|
| | | _li.append(_a);
|
| | | _ul.append(_li);
|
| | | }
|
| | | |
| | | // 将_ul添加到容器中
|
| | | ulCon.append(_ul).trigger('create'); |
| | | loadclose();
|
| | | }
|
| | | |
| | | //获取当前选中的batt
|
| | | function getbatt(arr,index){
|
| | | if(arr.length>index){
|
| | | return arr[index];
|
| | | }
|
| | | return undefined;
|
| | | };
|
| | | </script>
|
| | | |
| | | </html> |
New file |
| | |
| | | <!DOCTYPE html>
|
| | | <html lang="en">
|
| | | <head>
|
| | | <meta charset="UTF-8">
|
| | | <title>待验收电池组</title>
|
| | | <meta name="viewport" content="width=device-width,initial-scale=1">
|
| | | <meta name="apple-mobile-web-app-capable" content="yes">
|
| | | <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
| | | <link rel="stylesheet" href="mobilCss/jquery.mobile-1.4.5.min.css"/>
|
| | | <link href="mobilCss/mobiscroll.core-2.5.2.css" rel="stylesheet" type="text/css" />
|
| | | <link href="mobilCss/mobiscroll.animation-2.5.2.css" rel="stylesheet" type="text/css" />
|
| | | <link rel="stylesheet" type="text/css" href="css/tbl.css">
|
| | | <link rel="stylesheet" type="text/css" href="src/css/layui.css">
|
| | | <script type="text/javascript" src="mobilJs/jquery-1.8.2.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/jquery.mobile-1.4.5.min.js"></script>
|
| | | <style type="text/css">
|
| | | |
| | | /*规定面板的样式*/
|
| | | .ui-panel {
|
| | | width: 80%;
|
| | | }
|
| | | .ui-panel-dismiss{
|
| | | width: 20%;
|
| | | }
|
| | | .ui-panel-inner{
|
| | | padding:0 !important;
|
| | | }
|
| | | .ui-collapsible-heading-toggle{
|
| | | padding-left: 1em !important;
|
| | | }
|
| | | .panel-header{
|
| | | padding: 8px 0;
|
| | | font-size: 1.2em;
|
| | | text-indent: 1em;
|
| | | background-color: #DFDCDC;
|
| | | }
|
| | | /*规定开关的位置*/
|
| | | .ui-flipswitch {
|
| | | margin-left: 0.5em;
|
| | | }
|
| | | |
| | | .ui-field-contain{
|
| | | padding: 0 0.6em ;
|
| | | }
|
| | | .ui-field-contain {
|
| | | border-bottom-color: #828282;
|
| | | border-bottom-color: rgba(0,0,0,.15);
|
| | | border-bottom-width: 1px;
|
| | | border-bottom-style: none;
|
| | | }
|
| | | .sicon{ |
| | | display:inline-block;width:4%;margin:1em 0;float:left; |
| | | }
|
| | | .checkdata{
|
| | | display:inline-block;width:48%;margin:0 0 0 0;float:left; |
| | | }
|
| | | |
| | | .next-page, .pre-page {
|
| | | position: fixed;
|
| | | width: 40px;
|
| | | height: 40px;
|
| | | top: 50%;
|
| | | margin-top: -15px;
|
| | | }
|
| | | .next-page {
|
| | | right: 0;
|
| | | }
|
| | | .pre-page {
|
| | | left: 0;
|
| | | }
|
| | | |
| | | |
| | | table {
|
| | | margin-top:.5em;
|
| | | border-collapse:separate; |
| | | border-spacing:0 .5em;
|
| | | }
|
| | | |
| | | tbody tr td{
|
| | | overflow: hidden;
|
| | | text-overflow:ellipsis;
|
| | | white-space: nowrap;
|
| | | }
|
| | | .bg-line{
|
| | | background-color:#ddd;
|
| | | }
|
| | | .operat-but{
|
| | | margin: 0;
|
| | | padding-top: 0.1em;
|
| | | padding-bottom: 0.1em;
|
| | | |
| | | }
|
| | | .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label{
|
| | | width:35%;
|
| | | } |
| | | .fr{
|
| | | float:right;
|
| | | }
|
| | | </style>
|
| | | <link rel="stylesheet" href="css/fgpanel.css">
|
| | | </head>
|
| | | <body>
|
| | | <div data-role="page">
|
| | | |
| | | <!-- 头部内容 -->
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="wcheckAccept-index.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>
|
| | | <h1>待验收电池组</h1>
|
| | | |
| | | </div>
|
| | | <!-- 主体内容 -->
|
| | | <div data-role="main">
|
| | | <div class="pre-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-l ui-btn-icon-notext">图标</a></div>
|
| | | <div class="next-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-notext">图标</a></div> |
| | | <!-- 表格容器 -->
|
| | | <div class="tbl-container"></div>
|
| | | <table data-role="table" class="ui-responsive ui-shadow" id="tab" >
|
| | | |
| | | </table>
|
| | | </div>
|
| | | <div data-role="footer" data-position="fixed" data-theme="a"> |
| | | <div data-role="navbar">
|
| | | <ul>
|
| | | <li><a href="" id="jizhandata" target="_top" data-role="button" data-icon="home" data-transition="slide">机房信息</a></li>
|
| | | <li><a href="#myPopup" data-rel="popup" class="ui-btn ui-btn-inline ui-corner-all ui-btn-icon-check" data-position-to="window" data-icon="check" data-role="button">实时数据</a></li>
|
| | | <li><a href="#yourPopup" data-rel="popup" class="ui-btn ui-btn-inline ui-corner-all ui-btn-icon-check" data-position-to="window" data-icon="check" data-role="button">验收</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>
|
| | | <h1>选择查看电池组</h1>
|
| | | <fieldset data-role="controlgroup" > |
| | | <select id="newbattnum" data-mini="true">
|
| | | <option value="1">电池组1</option>
|
| | | |
| | | </select> |
| | | </fieldset>
|
| | | |
| | | <div data-role="controlgroup" data-type="horizontal" class="mt6">
|
| | | <a href="" id="suredata" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left ui-icon-check pl5" >确定</a>
|
| | | <a href="" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left ui-icon-delete pl5" >取消</a> |
| | | </div>
|
| | | </div> |
| | | <div data-role="popup" id="yourPopup" 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="" data-rel="back" id="sure" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left ui-icon-check" >提交</a>
|
| | | <a href="" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn-icon-left ui-icon-delete" >放弃</a>
|
| | | </div> |
| | | </div>
|
| | | <!-- 存储homeinfo的值 -->
|
| | | <div id="homeInfoIframe"></div>
|
| | | <div id="homeInfoIframeAll"></div>
|
| | | </body>
|
| | |
|
| | | <script src="mobilJs/mobiscroll.core-2.5.2.js" type="text/javascript"></script>
|
| | | <script src="mobilJs/mobiscroll.core-2.5.2-zh.js" type="text/javascript"></script>
|
| | | <script src="mobilJs/mobiscroll.datetime-2.5.1.js" type="text/javascript"></script>
|
| | | <script src="mobilJs/mobiscroll.datetime-2.5.1-zh.js" type="text/javascript"></script>
|
| | | <script type="text/javascript" src="js/tbl.js"></script>
|
| | | <script type="text/javascript" src="mobilJs/base.js"></script>
|
| | | <script type="text/javascript" src="src/layui.all.js"></script>
|
| | |
|
| | | <script type="text/javascript">
|
| | | /* 获取点击的是哪个按钮 */
|
| | | function getButIndex(t){ //查看实时数据 |
| | | var index = $(t).attr("but-index"); |
| | | // index=(index/33-1);
|
| | | console.info(index);
|
| | | setcookiedit(index);
|
| | | window.location.href="control.html"; |
| | | return ;
|
| | | }
|
| | | |
| | | var iframePopup = ''; // 弹出面板标识符
|
| | | function getApplyYanshouIndex(t){
|
| | | var index = $(t).attr("but-index");
|
| | | console.info(index);
|
| | | var arr=setApplyYanshou(index);
|
| | | console.log(arr); |
| | | |
| | | if(arr.length == 0) {
|
| | | layer.msg('获取数据失败!!');
|
| | | return ;
|
| | | }
|
| | | |
| | | // 存储所有的数据
|
| | | $('#homeInfoIframeAll').data('allData', arr);
|
| | | var _data = arr[0];
|
| | | var temp = {
|
| | | homeId: _data.binf.StationId
|
| | | ,homeName: _data.binf.StationName
|
| | | ,addr: ''
|
| | | ,lng: 0
|
| | | ,lat: 0
|
| | | }
|
| | | // 存储需要的homeInfo信息
|
| | | $('#homeInfoIframe').data('homeInfo', temp);
|
| | | |
| | | iframePopup = layer.open({
|
| | | type: 2
|
| | | ,closeBtn: 0
|
| | | ,title: false
|
| | | ,area: ['100%', '100%']
|
| | | ,full: true
|
| | | ,anim: 4
|
| | | ,content: 'iframe/homeinfo1.html'
|
| | | });
|
| | | layer.full(iframePopup);
|
| | | // applyendyanshou(arr); |
| | | }
|
| | | |
| | | function getApplyYanshoupicture(t){
|
| | | var index = $(t).attr("but-index");
|
| | | console.info(index);//方法2
|
| | | var arr=setApplyYanshou(index);
|
| | | //请在此对接加入弹出框
|
| | | }
|
| | | var arrTd = new Array(); //当前表格td数据
|
| | | var tblCon = $('.tbl-container');
|
| | | var Page = {
|
| | | pageSize:20, //每页的行数
|
| | | pageCurr:1, //当前页码数
|
| | | pageAll:0,
|
| | | };
|
| | | |
| | | 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');
|
| | | var tbl = $('.tbl-container');
|
| | | var temp = getCookie("wapproval");
|
| | | temp = JSON.parse(temp);
|
| | | console.info(temp);
|
| | | createTbl(tbl, arrTh, dataArr);
|
| | | $(document).ready(function(){
|
| | | Page.pageCurr=1; |
| | | console.info(temp);
|
| | | setBattLife();
|
| | | battnumber();
|
| | | //searchBattLife();
|
| | | //console.info($("#getnumber").val()); |
| | | });
|
| | | |
| | | $("#sure").click(function(){
|
| | | var temp = getCookie("wapproval");
|
| | | temp = JSON.parse(temp);
|
| | | var data = temp;
|
| | | if(data[i].check_en==0){
|
| | | alert("现场未提交申请验收");
|
| | | }else if(data[i].check_en==2){
|
| | | exBattGroupAjax(data);
|
| | | }
|
| | | });
|
| | | |
| | | $("#suredata").click(function(){
|
| | | console.info($('#newbattnum').val());
|
| | | setcookieCreat($('#newbattnum').val());
|
| | | //window.location.href="control.html"; |
| | | }); |
| | | |
| | | $("#jizhandata").click(function(){
|
| | | // 查看机房信息
|
| | | var temp = getCookie("wapproval");
|
| | | data = JSON.parse(temp);
|
| | | var lng = data[0].longitude; // 获取经度
|
| | | var lat = data[0].latitude; // 获取纬度
|
| | | var addr = data[0].address; // 获取地址
|
| | | var homeId = data[0].binf.StationId; // 机房Id
|
| | | var homeName = data[0].binf.StationName; // 机房名称
|
| | | var temp = {
|
| | | homeId: homeId
|
| | | ,homeName: homeName
|
| | | ,addr: addr
|
| | | ,lng: lng
|
| | | ,lat: lat
|
| | | }
|
| | | // 显示暂无可设站点
|
| | | if(homeId == 0) {
|
| | | layer.msg(homeName);
|
| | | return;
|
| | | }
|
| | | // 存储值
|
| | | $('#homeInfoIframe').data('homeInfo', temp);
|
| | | |
| | | iframePopup = layer.open({
|
| | | type: 2
|
| | | ,closeBtn: 0
|
| | | ,title: false
|
| | | ,area: ['100%', '100%']
|
| | | ,full: true
|
| | | ,anim: 4
|
| | | ,content: 'iframe/seenhomeinfo.html'
|
| | | });
|
| | | layer.full(iframePopup);
|
| | | });
|
| | | |
| | | function setcookieCreat(i){
|
| | | console.info(temp);
|
| | | console.info(i)
|
| | | //var index=Math.ceil(i-1);
|
| | | arrdata = temp[i].binf;
|
| | | //arrdata.push("wcheckAccept");
|
| | | console.info(arrdata);
|
| | | var json = JSON.stringify(arrdata);
|
| | | setCookie("batt",json);
|
| | | //setCookie("battcontrol",json);
|
| | | window.location.href="control.html"; |
| | | }
|
| | | |
| | | function battnumber(){
|
| | | var selected=''
|
| | | console.info(temp);
|
| | | if(temp.length>0){
|
| | | for(var i=0;i<temp.length;i++){
|
| | | selected+= '<option '+'value='+i+'>'+temp[i].binf.BattGroupName+'</option>'; |
| | | }
|
| | | return $('#newbattnum').html(selected); |
| | | }
|
| | | }
|
| | | |
| | | function setBattLife(){
|
| | | data = temp;
|
| | | var index = 0;
|
| | | for(var i=0;i<data.length;i++){
|
| | | arrTd[index++] = data[i].binf.StationId;
|
| | | arrTd[index++] = data[i].binf.StationName1;
|
| | | arrTd[index++] = data[i].binf.StationName2;
|
| | | arrTd[index++] = data[i].binf.StationName5;
|
| | | arrTd[index++] = data[i].binf.StationName3;
|
| | | arrTd[index++] = data[i].binf.StationName4;
|
| | | arrTd[index++] = data[i].binf.StationIp;
|
| | | arrTd[index++] = data[i].binf.FBSDeviceId;
|
| | | arrTd[index++] = data[i].binf.FbsDeviceIp;
|
| | | arrTd[index++] = data[i].binf.FbsDeviceIp_YM;
|
| | | arrTd[index++] = data[i].binf.FbsDeviceIp_WG;
|
| | | arrTd[index++] = data[i].binf.FBSDeviceName;
|
| | | arrTd[index++] = data[i].binf.GroupIndexInFBSDevice;
|
| | | arrTd[index++] = data[i].binf.BattGroupId;
|
| | | arrTd[index++] = data[i].binf.BattGroupNum;
|
| | | arrTd[index++] = data[i].binf.BattGroupName;
|
| | | arrTd[index++] = data[i].binf.FloatVolLevel;
|
| | | arrTd[index++] = data[i].binf.OfflineVolLevel;
|
| | | arrTd[index++] = data[i].binf.BattFloatCurrent;
|
| | | arrTd[index++] = data[i].binf.MonCount;
|
| | | arrTd[index++] = data[i].binf.MonCapStd;
|
| | | arrTd[index++] = data[i].binf.MonVolStd;
|
| | | arrTd[index++] = data[i].binf.MonResStd;
|
| | | arrTd[index++] = data[i].binf.MonSerStd;
|
| | | arrTd[index++] = data[i].binf.MonVolLowToAvg;
|
| | | arrTd[index++] = data[i].binf.Load_curr;
|
| | | arrTd[index++] = data[i].binf.DisCurrMax;
|
| | | arrTd[index++] = data[i].binf.station_phone;
|
| | | arrTd[index++] = data[i].binf.BattProducer;
|
| | | arrTd[index++] = data[i].binf.BattModel;
|
| | | 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++] = data[i].longitude;//经度
|
| | | arrTd[index++] = data[i].latitude;//纬度
|
| | | arrTd[index++] = data[i].address;//地址
|
| | | arrTd[index++] = data[i].apply_date;
|
| | | arrTd[index++] = check(data[i].check_en);
|
| | | arrTd[index++] = data[i].apply_name;
|
| | | arrTd[index++] = data[i].confirm_name;
|
| | | //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);
|
| | | }
|
| | | function check(data){
|
| | | switch (data)
|
| | | {
|
| | | case 0:
|
| | | return "待申请验收";
|
| | | break;
|
| | | case 1:
|
| | | return "已验收";
|
| | | break;
|
| | | case 2:
|
| | | return "已申请验收"; |
| | | break; |
| | | }
|
| | | }
|
| | | // 通过审批请求
|
| | | function exBattGroupAjax(data) {
|
| | | // 请求后台
|
| | | $.ajax({
|
| | | type: 'post'
|
| | | ,async: true
|
| | | ,url: "Battinf_applyAction!check"
|
| | | ,data: "json="+JSON.stringify(data)
|
| | | ,dataType: 'json'
|
| | | ,success: function(res) {
|
| | | var rs = JSON.parse(res.result);
|
| | | // console.log(rs);
|
| | | if(rs.code == 1) {
|
| | | alert("确认验收成功");
|
| | | window.location.href="wcheckAccept-index.html";
|
| | | }else {
|
| | | alert('确认验收失败');
|
| | | } |
| | | }
|
| | | ,complete: function() {
|
| | | //关闭等待框
|
| | | }
|
| | | });
|
| | | } |
| | | </script>
|
| | | </html> |