From 00ee1e49cac2ec8a8a1f476b48dd7e60166bccbe Mon Sep 17 00:00:00 2001
From: chenjingjing <chenjingjing@LAPTOP-E51P2139>
Date: 星期五, 28 十二月 2018 11:24:41 +0800
Subject: [PATCH] 未审批详情添加删除,修改界面

---
 gx_tieta/WebRoot/mobil/ele-param2.html |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/ele-param2.html b/gx_tieta/WebRoot/mobil/ele-param2.html
index f5cbe0e..16c3da1 100644
--- a/gx_tieta/WebRoot/mobil/ele-param2.html
+++ b/gx_tieta/WebRoot/mobil/ele-param2.html
@@ -203,16 +203,12 @@
 		<a href="#"  data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn ui-icon-delete ui-btn-icon-notext ui-btn-right">鍏抽棴</a>
 		          <h1>閫夋嫨鏂板缓鐢垫睜缁勪釜鏁�</h1>
 		           <fieldset data-role="controlgroup" >
-		           
-		           
+		                      
 			            <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>
-			            
-		            	
+			            	            	
 		        	</fieldset>
 		        	
 		        	<div data-role="controlgroup" data-type="horizontal" class="mt6">
@@ -257,7 +253,7 @@
 	
 	    $(document).ready(function(){
 		//setPage();
-		$("#submit").off('click').on('click.cjj',function(){
+		$("#submit").off('click').on('click.cjj123',function(){
 			//newbattnum;
 		
 			//Page.pageCurr=1;
@@ -317,9 +313,7 @@
 			});
 			
 		}
-		
-		
-		
+			
 		
 		//
 		$('#homeLocation').off('click').on('click.cjj', function() {
@@ -347,7 +341,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);

--
Gitblit v1.9.1