From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期五, 18 一月 2019 17:30:50 +0800
Subject: [PATCH] 未审批可更改

---
 gx_tieta/WebRoot/mobil/hcheckAccpet.html |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/hcheckAccpet.html b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
index 40fdd03..9a14f05 100644
--- a/gx_tieta/WebRoot/mobil/hcheckAccpet.html
+++ b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -195,6 +195,12 @@
                 ,full: true
                 ,anim: 4
                 ,content: 'iframe/homeinfo1.html'
+                ,success: function() {
+	             	$('div[data-role=page]').hide();
+	             }
+	             ,end: function() {
+	             	$('div[data-role=page]').show();
+	             }
             });
             layer.full(iframePopup);
 		// applyendyanshou(arr);		
@@ -220,9 +226,9 @@
     var startTime = "1980-01-01";
     var endTime = new Date().format('yyyy-MM-dd');
     var tbl = $('.tbl-container');
-    var temp = getCookie("wapproval");
+    var temp = getCookie("happroval");
 	temp = JSON.parse(temp);
-	//console.info(temp);
+	console.info(temp);
     createTbl(tbl, arrTh, dataArr);
 	$(document).ready(function(){
 		Page.pageCurr=1;		
@@ -241,7 +247,7 @@
 	
 	$("#jizhandata").click(function(){
 			// 鏌ョ湅鏈烘埧淇℃伅
-			var temp = getCookie("wapproval");
+			var temp = getCookie("happroval");
 			data = JSON.parse(temp);
 			var lng = data[0].longitude;							// 鑾峰彇缁忓害
 			var lat = data[0].latitude;							// 鑾峰彇绾害
@@ -255,6 +261,7 @@
 				,lng: lng
 				,lat: lat
 			}
+			console.info(temp);
 			// 鏄剧ず鏆傛棤鍙绔欑偣
 			if(homeId == 0) {
 				layer.msg(homeName);
@@ -271,6 +278,12 @@
                 ,full: true
                 ,anim: 4
                 ,content: 'iframe/seenhomeinfo.html'
+                ,success: function() {
+	             	$('div[data-role=page]').hide();
+	             }
+	             ,end: function() {
+	             	$('div[data-role=page]').show();
+	             }
             });
             layer.full(iframePopup);
 	});
@@ -290,7 +303,7 @@
 	
 	function battnumber(){
        var selected=''
-      // console.info(temp);
+       console.info(temp);
        if(temp.length>0){
 	       for(var i=0;i<temp.length;i++){
 	       		selected+= '<option '+'value='+i+'>'+temp[i].binf.BattGroupName+'</option>';	

--
Gitblit v1.9.1