From 7e3d63c5720803dbef662477171cb62cff8f8f8a Mon Sep 17 00:00:00 2001
From: chenjingjing <chenjingjing@LAPTOP-E51P2139>
Date: 星期五, 28 十二月 2018 15:09:11 +0800
Subject: [PATCH] test

---
 gx_tieta/WebRoot/mobil/batt-edit2.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/batt-edit2.html b/gx_tieta/WebRoot/mobil/batt-edit2.html
index 686e3ad..622944a 100644
--- a/gx_tieta/WebRoot/mobil/batt-edit2.html
+++ b/gx_tieta/WebRoot/mobil/batt-edit2.html
@@ -68,6 +68,7 @@
 			              
 			            </select>
 			            
+			            
 		            	
 		        	</fieldset>
 			
@@ -374,7 +375,7 @@
 						//console.info(dev_id);
 						document.getElementById("FBSDeviceId").value = dev_id;
 						var ip = getDevIp(dev_id);
-						//console.info(ip);
+						console.info(ip);
 						document.getElementById("FbsDeviceIp").value = ip;
 					}else{
 						alert("groupid鐢熸垚澶辫触");
@@ -596,15 +597,15 @@
 					var model =data;
 					if(model.code ==1){
 						alert("淇敼鎴愬姛");
-						window.location.href="batt-unapproved.html"
+						window.location.href="batt-unapproved-index.html"
 					}else{
 						alert("淇敼澶辫触!");
-						window.location.href="batt-unapproved.html"
+						window.location.href="batt-unapproved-index.html"
 					}		
 	        	},
 	        	error:function(){
 	        		alert("淇敼鐢垫睜缁勫け璐�!");
-	        		//window.location.href="batt-unapproved.html"
+	        		//window.location.href="batt-unapproved.html"  璇︽儏鍒楄〃
 	        	}
  		});
  	}

--
Gitblit v1.9.1