From 35fefed0792c40cb99b8d15fa5811bbb5992bff9 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期一, 21 一月 2019 10:42:24 +0800
Subject: [PATCH] 修改
---
gx_tieta/WebRoot/mobil/battM.html | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/battM.html b/gx_tieta/WebRoot/mobil/battM.html
index acf3c2c..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(){
@@ -47,10 +44,10 @@
var data = [
{url: 'javascript:JumpHomePage();', txt: '棣栭〉'},
- {url: 'javascript:JumpFirstPage();', txt: '鐪�'},
- {url: 'javascript:JumpcityPage();', txt: '甯�'},
- {url: 'machineroomM.html', txt: '鍖�/鍘�' },
- {url: 'selectbatt.html', txt: '鏈烘埧'},
+ {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: '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