From 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期六, 19 一月 2019 09:16:08 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
index 40294ec..55c099b 100644
--- a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
+++ b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
@@ -133,7 +133,7 @@
 						<tr>
 							<td>*璐熻浇鐢垫祦(A)</td>
 							<td>
-								<input type="text" id="Load_curr" class="unable" data-mini="true" />
+								<input type="text" id="Load_curr" data-mini="true" />
 							</td>
 						</tr>
 						
@@ -142,7 +142,7 @@
 						<tr>
 							<td>鍩虹珯鐢佃瘽鍙风爜</td>
 							<td>
-								<input type="text" id="station_phone" class="unable" data-mini="true" />
+								<input type="text" id="station_phone" data-mini="true" />
 							</td>
 						</tr>
 
@@ -153,7 +153,7 @@
 						<tr>
 							<td>*瀹夎浜哄憳</td>
 							<td>
-								<input type="text" id="install_user" class="unable" data-mini="true" />
+								<input type="text" id="install_user" data-mini="true" />
 							</td>
 						</tr>
 					</tbody>
@@ -597,15 +597,15 @@
 					console.info(model);
 					if(model.code ==1){
 						alert("淇敼鎴愬姛");
-						//window.location.href="batt-unapproved.html"
+						window.location.href="batt-unapproved.html"
 					}else{
 						alert("淇敼澶辫触!");
-						//window.location.href="batt-unapproved.html"
+						window.location.href="batt-unapproved.html"
 					}		
 	        	},
 	        	error:function(){
 	        		alert("淇敼鐢垫睜缁勫け璐�!");
-	        		//window.location.href="batt-unapproved.html"
+	        		window.location.href="batt-unapproved.html"
 	        	}
  		});
  	}

--
Gitblit v1.9.1