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/taskplan2.html |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/taskplan2.html b/gx_tieta/WebRoot/mobil/taskplan2.html
index 1870775..a46c767 100644
--- a/gx_tieta/WebRoot/mobil/taskplan2.html
+++ b/gx_tieta/WebRoot/mobil/taskplan2.html
@@ -19,25 +19,25 @@
 				<div class="fg-panel-header">绛涢��</div>
 				<div class="fg-panel-content">
 					<p>鐪�</p>
-		            	<select id="mainteArea" data-mini="true">
-		              		<option value="">鍏ㄩ儴</option>
-		            	</select>
-		            	<p>甯�</p>
-			            <select id="city" data-mini="true">
-			            	<option value="">鍏ㄩ儴</option>
-			            </select>
-			            <p>鍖�/鍘�</p>
-			            <select id="country" data-mini="true">
-			            	<option value="">鍏ㄩ儴</option>
-			            </select>
-		             	<p>鏈烘埧绔欑偣</p>
-		            	<select id="homeName" data-mini="true">
-		            		<option value="">鍏ㄩ儴</option>
-		            	</select>
-		            	<p>钃勭數姹犵粍</p>
-		            	<select id="battgroup_name" data-mini="true">
-		            		<option value="0">鍏ㄩ儴</option>
-		            	</select>
+	            	<select id="mainteArea" data-mini="true">
+	              		<option value="">鍏ㄩ儴</option>
+	            	</select>
+	            	<p>甯�</p>
+		            <select id="city" data-mini="true">
+		            	<option value="">鍏ㄩ儴</option>
+		            </select>
+		            <p>鍖�/鍘�</p>
+		            <select id="country" data-mini="true">
+		            	<option value="">鍏ㄩ儴</option>
+		            </select>
+	             	<p>鏈烘埧绔欑偣</p>
+	            	<select id="homeName" data-mini="true">
+	            		<option value="">鍏ㄩ儴</option>
+	            	</select>
+	            	<p>钃勭數姹犵粍</p>
+	            	<select id="battgroup_name" data-mini="true">
+	            		<option value="0">鍏ㄩ儴</option>
+	            	</select>
 					<fieldset data-role="collapsible" data-collapsed="false" data-mini="true">
 						<legend><strong>鏃堕棿娈甸�夋嫨锛�</strong></legend>
 						<label for="startTime"><strong>寮�濮嬫椂闂达細</strong></label>
@@ -263,7 +263,7 @@
 		function creatObj(){
 		    var temp={
 		         binf:{
-		           StationName1:$('#mainteArea').val(),
+		           	StationName1:$('#mainteArea').val(),
 					StationName2:$('#city').val(),
 					StationName5: $('#country').val(),
 					StationName:$('#homeName').val(),
@@ -445,8 +445,8 @@
  
  //鏍规嵁鏈烘埧鑾峰彇鐢垫睜缁�   
      function findserchByBattGroupNamebystationname(){
-		var stationid = $("#station_name").find('option:selected').attr('stationid')?$("#station_name").find('option:selected').attr('stationid'):'';
-	
+		var stationid = $("#homeName").find('option:selected').attr('stationid')?$("#homeName").find('option:selected').attr('stationid'):'';
+
 		var data = {
 			StationName1: $("#mainteArea").val(),
 			StationName2:$("#city").val(),

--
Gitblit v1.9.1