From 6fc40df03a5fc40a2bae976ed8fdedc4946dc584 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.21>
Date: 星期二, 20 十一月 2018 17:27:00 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/mobil/ele-infor-search2.html | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/ele-infor-search2.html b/gx_tieta/WebRoot/mobil/ele-infor-search2.html
index 137cbb2..d02f5f5 100644
--- a/gx_tieta/WebRoot/mobil/ele-infor-search2.html
+++ b/gx_tieta/WebRoot/mobil/ele-infor-search2.html
@@ -502,8 +502,10 @@
});
}
}
- updataSel($Ostation_name1, arr);
+ console.info(111111111111111);
+ updataSelStation($Ostation_name1, arr);
}
+
findserchByBattGroupNamebystationname();
}
});
@@ -519,6 +521,7 @@
StationName: $("#homeName").text(),
StationId: $("#homeName").val()
};
+
console.info(data);
$.ajax({
type: "post",
@@ -529,10 +532,11 @@
success: function(data){
data = data.result;
data = eval("("+data+")");
+ console.warn();
console.info(data);
console.info(data.code);
if(data.code==1&&data.data.length>0){
- var $Ostation_name1=$("#homeName");
+ var $Ostation_name1=$("#battgroup_name");
$Ostation_name1.text("");
var arr = new Array();
for(var i=0;i<=data.data.length;i++)
--
Gitblit v1.9.1