From 16b677e2158d2ff9dfa968133bdb715ac11b7701 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.106>
Date: 星期五, 28 十二月 2018 09:05:31 +0800
Subject: [PATCH] 修改机房信息图标的大小

---
 gx_tieta/WebRoot/mobil/ele-param2.html |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/ele-param2.html b/gx_tieta/WebRoot/mobil/ele-param2.html
index 8798da5..36f1b16 100644
--- a/gx_tieta/WebRoot/mobil/ele-param2.html
+++ b/gx_tieta/WebRoot/mobil/ele-param2.html
@@ -208,8 +208,6 @@
 			            <select id="newbattnum" data-mini="true">
 			              <option value="1">鏂板缓1涓數姹犵粍</option>
 			              <option value="2">鏂板缓2涓數姹犵粍</option>
-			              <option value="3">鏂板缓3涓數姹犵粍</option>
-			              <option value="4">鏂板缓4涓數姹犵粍</option>
 			            </select>
 			            
 		            	
@@ -257,7 +255,7 @@
 	
 	    $(document).ready(function(){
 		//setPage();
-		$("#submit").click(function(){
+		$("#submit").off('click').on('click.cjj123',function(){
 			//newbattnum;
 		
 			//Page.pageCurr=1;
@@ -317,9 +315,7 @@
 			});
 			
 		}
-		
-		
-		
+			
 		
 		//
 		$('#homeLocation').off('click').on('click.cjj', function() {
@@ -347,7 +343,7 @@
 	};
 
     
-    $("#sure").click(function(){
+    $("#sure").off('click').on('click.cjj123',function(){
     	var currentlength = Math.floor(arrTd.length/34);
 		if(currentlength<Page.pageSize){
     		setcookieCreat(currentlength-1);
@@ -373,7 +369,7 @@
  	function seteditparm(index){
  		if(arrdata.length>0){   //瀛樺叆鐨勪负鎵�鏈夊凡鏌ュ嚭鏁版嵁	
  		console.info(arrdata);	                                      
-				var arr= creatYanshouObj(arrdata,index);//鐢宠楠屾敹鏂规硶銆�
+				var arr= creatYanshouObj(arrdata,index);
 				return arr;
 			}else{
 				alert("璇风瓑寰呭嚑绉掑悗鍐嶆彁浜ょ敵璇�");

--
Gitblit v1.9.1