From 5b7458d9281319f69169399ed154de1fd3193668 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139.mshome.net>
Date: 星期三, 09 一月 2019 09:37:52 +0800
Subject: [PATCH] 手机已验收
---
gx_tieta/WebRoot/mobil/wcheckAccept.html | 2
gx_tieta/WebRoot/mobil/checkAccept-index.html | 2
gx_tieta/WebRoot/mobil/wcheckAccept-index.html | 7
gx_tieta/WebRoot/mobil/wapprovalBatt-index.html | 5
gx_tieta/WebRoot/mobil/hcheckAccpet-index.html | 289 ++++++++++++++++++++++++
gx_tieta/WebRoot/mobil/wapprovalBatt.html | 6
gx_tieta/WebRoot/mobil/hcheckAccpet.html | 366 ++++++++++++++++++++++++++++++
7 files changed, 665 insertions(+), 12 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/checkAccept-index.html b/gx_tieta/WebRoot/mobil/checkAccept-index.html
index be5e088..f01b134 100644
--- a/gx_tieta/WebRoot/mobil/checkAccept-index.html
+++ b/gx_tieta/WebRoot/mobil/checkAccept-index.html
@@ -25,7 +25,7 @@
<a href="wcheckAccept-index.html" target="_top">寰呴獙鏀�</a>
</li>
<li>
- <a href="batt-unapproved-index.html" target="_top">宸查獙鏀�</a>
+ <a href="hcheckAccpet-index.html" target="_top">宸查獙鏀�</a>
</li>
</ul>
diff --git a/gx_tieta/WebRoot/mobil/hcheckAccpet-index.html b/gx_tieta/WebRoot/mobil/hcheckAccpet-index.html
new file mode 100644
index 0000000..7808a1b
--- /dev/null
+++ b/gx_tieta/WebRoot/mobil/hcheckAccpet-index.html
@@ -0,0 +1,289 @@
+<!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="hcheckAccpet.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: 1,
+ 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++){
+ 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;
+ }
+ //console.info(model);
+ //if(Page.pageCurr==1){
+ createUl($('#battList'),model);
+ //}else{
+ //addteUl($('#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){ //閫氳繃鐐瑰嚮鏈烘埧淇℃伅锛坰tationid锛夛紝鑾峰彇璇ユ満鎴跨數姹犵粍
+ //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, //鐢垫睜缁刬d
+ 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,鑻ユ湁涓婁竴鏉ookie鍒欐竻绌轰笂涓�绗�
+ return arr;
+ }
+ function addteUl(ulCon,dataList){
+ // 鍒涘缓ul
+ var _ul = $('<ul data-role="listview" data-inset="true"></ul>');
+
+ // 閬嶅巻dataList鐢熸垚li鍜宎
+ 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();
+ }
+ function createUl(ulCon, dataList) {
+ //console.info(index);
+ // 娓呯悊瀹瑰櫒涓嬬殑ul
+ if(Page.pageCurr==1){
+ ulCon.find('ul').remove();
+ }
+ // 鍒涘缓ul
+ var _ul = $('<ul data-role="listview" data-inset="true"></ul>');
+
+ // 閬嶅巻dataList鐢熸垚li鍜宎
+ 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();
+ }
+
+
+ // 鐩戞祴椤甸潰婊氬姩鍒版枃妗g殑搴曢儴
+ $(document).on('scrollstop', function() {
+ var tblCont = $('.tbl-container');
+ var loading = $('.ui-loading');
+ var scrollTop = $(this).scrollTop();
+ var pageNum = Math.ceil(Page.pageAll/Page.pageSize);
+ console.info(pageNum);
+ console.info(loading.length);
+ console.info(scrollTop);
+ console.info("$(window).height()"+$(window).height());
+ console.info(" $(this).height()"+ $(this).height());
+ if(loading.length == 0) {
+ var winHt = $(window).height();
+ var docHt = $(this).height();
+ var shiftHt = docHt - winHt;
+ if(shiftHt < scrollTop || shiftHt == scrollTop) {
+ Page.pageCurr++;
+ searchBattLife()
+ }
+ }
+ });
+
+ //鑾峰彇褰撳墠閫変腑鐨刡att
+ function getbatt(arr,index){
+ if(arr.length>index){
+ return arr[index];
+ }
+ return undefined;
+ };
+ </script>
+
+</html>
\ No newline at end of file
diff --git a/gx_tieta/WebRoot/mobil/hcheckAccpet.html b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
new file mode 100644
index 0000000..0980e12
--- /dev/null
+++ b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -0,0 +1,366 @@
+<!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="hcheckAccpet-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="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>
+ </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>
+ <!-- 瀛樺偍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)','鐢垫睜缁処D','鏈烘埧鍐呯數姹犵粍缂栧彿','鐢垫睜缁勫悕绉�','娴厖鐢靛帇闃�鍊�(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());
+ });
+
+ $("#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;
+ }
+ }
+ </script>
+</html>
\ No newline at end of file
diff --git a/gx_tieta/WebRoot/mobil/wapprovalBatt-index.html b/gx_tieta/WebRoot/mobil/wapprovalBatt-index.html
index d5db535..b08b71f 100644
--- a/gx_tieta/WebRoot/mobil/wapprovalBatt-index.html
+++ b/gx_tieta/WebRoot/mobil/wapprovalBatt-index.html
@@ -204,8 +204,9 @@
function createUl(ulCon, dataList) {
//console.info(index);
// 娓呯悊瀹瑰櫒涓嬬殑ul
- ulCon.find('ul').remove();
-
+ if(Page.pageCurr==1){
+ ulCon.find('ul').remove();
+ }
// 鍒涘缓ul
var _ul = $('<ul data-role="listview" data-inset="true"></ul>');
diff --git a/gx_tieta/WebRoot/mobil/wapprovalBatt.html b/gx_tieta/WebRoot/mobil/wapprovalBatt.html
index 4915da4..c2158df 100644
--- a/gx_tieta/WebRoot/mobil/wapprovalBatt.html
+++ b/gx_tieta/WebRoot/mobil/wapprovalBatt.html
@@ -110,8 +110,6 @@
</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" >
@@ -152,7 +150,7 @@
var iframePopup = ''; // 寮瑰嚭闈㈡澘鏍囪瘑绗�
// 瀛樺偍鎵�鏈夌殑鏁版嵁
- $('#homeInfoIframeAll').data('allData', arr);
+ /* $('#homeInfoIframeAll').data('allData', arr);
var _data = arr[0];
var temp = {
homeId: _data.binf.StationId
@@ -174,7 +172,7 @@
,content: 'iframe/homeinfo1.html'
});
layer.full(iframePopup);
-
+ */
var arrTd = new Array(); //褰撳墠琛ㄦ牸td鏁版嵁
diff --git a/gx_tieta/WebRoot/mobil/wcheckAccept-index.html b/gx_tieta/WebRoot/mobil/wcheckAccept-index.html
index a25ef35..ede8cce 100644
--- a/gx_tieta/WebRoot/mobil/wcheckAccept-index.html
+++ b/gx_tieta/WebRoot/mobil/wcheckAccept-index.html
@@ -208,11 +208,12 @@
return arr;
}
- function createUl(ulCon, dataList) {
+ function createUl(ulCon, dataList) {
//console.info(index);
// 娓呯悊瀹瑰櫒涓嬬殑ul
- ulCon.find('ul').remove();
-
+ if(Page.pageCurr==1){
+ ulCon.find('ul').remove();
+ }
// 鍒涘缓ul
var _ul = $('<ul data-role="listview" data-inset="true"></ul>');
diff --git a/gx_tieta/WebRoot/mobil/wcheckAccept.html b/gx_tieta/WebRoot/mobil/wcheckAccept.html
index 2c992ad..e8faef3 100644
--- a/gx_tieta/WebRoot/mobil/wcheckAccept.html
+++ b/gx_tieta/WebRoot/mobil/wcheckAccept.html
@@ -110,8 +110,6 @@
</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" >
--
Gitblit v1.9.1