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/battM.html |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/battM.html b/gx_tieta/WebRoot/mobil/battM.html
index 368df1b..671441e 100644
--- a/gx_tieta/WebRoot/mobil/battM.html
+++ b/gx_tieta/WebRoot/mobil/battM.html
@@ -33,11 +33,8 @@
 		var battinlist = new Array();			//鎵�鏈夌數姹犵粍鐨勬暟缁�
 		var temp = getCookie("battselect");
 		$(document).ready(function(){
-		setCookie('batt', '');
-		//temp = JSON.parse(temp);
-		console.info(temp);
+			setCookie('batt', '');
 			init();
-			//searchkBattByStationid();
 		});
 		
 		function init(){
@@ -50,7 +47,7 @@
 					{url: 'javascript:JumpFirstPage();', txt:temp.StationName1},
 					{url: 'javascript:JumpcityPage();', txt: temp.StationName2},
 					{url: 'selectcounty.html', txt: temp.StationName5 },
-					{url: 'selectbatt.html', txt: temp.StationName3},
+					{url: 'selectbatt.html', txt: temp.StationName3 },
 					{url: 'javascript:;', txt: '钃勭數姹犵粍'}
 				];
 				addBreadCrumb($('.breadcrumb').eq(0),data);
@@ -66,12 +63,13 @@
 		function searchkBattByStationid(){
 			loadshow();
 			var data = {
-						StationName1: temp.StationName1,
-						StationName2: temp.StationName2,
-						StationName5: temp.StationName5,
-						StationName: temp.StationName,
-						StationId: temp.StationId
-					};
+				StationName1: temp.StationName1,
+				StationName2: temp.StationName2,
+				StationName5: temp.StationName5,
+				StationName: temp.StationName,
+				StationId: temp.StationId
+			};
+			console.log(data);
 			$.ajax({ 	
 		        type: "post", 				
 		        url: "BattInfAction!serchBattByStation",				

--
Gitblit v1.9.1