From 2fdfd35f961bc39a64e07041e9852f4b9e71f658 Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@USER-20180117QL>
Date: 星期二, 18 十二月 2018 16:07:09 +0800
Subject: [PATCH] 修改添加电池组

---
 gx_tieta/WebRoot/mobil/batt-unapproved.html |  172 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 136 insertions(+), 36 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/batt-unapproved.html b/gx_tieta/WebRoot/mobil/batt-unapproved.html
index 1cb5ba3..8bd9940 100644
--- a/gx_tieta/WebRoot/mobil/batt-unapproved.html
+++ b/gx_tieta/WebRoot/mobil/batt-unapproved.html
@@ -130,7 +130,7 @@
 		</div>  
 		<div data-role="popup" id="myPopup" class="ui-content" data-overlay-theme="b">
 		<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>
-        <a href="" id="delete" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-check" >纭畾鍒犻櫎</a>	  
+        <a href="" id="delete" value="" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-check" >纭畾鍒犻櫎</a>	  
         <a href="" id="" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-forbidden"  data-icon="delete">鍙栨秷鍒犻櫎</a>
         </div>    
 		
@@ -148,11 +148,15 @@
 
  <script type="text/javascript">
         /* 鑾峰彇鐐瑰嚮鐨勬槸鍝釜鎸夐挳   */
+        
     function getDeleteButIndex(t){
 	    console.warn($(t).attr("but-index")+' 鍒犻櫎');
 	    var index = $(t).attr("but-index");  
-	    console.info(index); 
-	   	setcookiedit(index);
+	    //delindex = index; 
+	     $("#delete").attr("value",index);
+	    //setCookie("delindex",index);
+	   	//setcookiedit(index);
+	   	//delparm = battDeleteparm(index);
 	   	//var parm = battDeleteparm();
         //console.info(parm);
         //delBatt(parm);
@@ -166,7 +170,7 @@
 	    return ;
 	}
     
- 
+ 	var delindex=0;
     var arrTd=new Array();		//褰撳墠琛ㄦ牸td鏁版嵁
     var tblCon = $('.tbl-container');
     var Page = {
@@ -174,17 +178,11 @@
 		pageCurr:1,  				//褰撳墠椤电爜鏁�
 		pageAll:0,
 	};
-
-       
-    $("#edit").click(function(){
-    	//searchHomeInfoByName(homename);
-        //window.location.href="batt-infor-unapproved-edit.html";   
-    });
-    $("#delete").click(function(){  //鍒犻櫎鐢垫睜缁�
-        var parm = battDeleteparm();
-        console.info(parm);
-        delBatt(parm);
-        //window.location.href="batt-unapproved.html";   
+    $("#delete").click(function(delindex){  //鍒犻櫎鐢垫睜缁�
+        var delindex = $("#delete").val();
+        //console.info($("#delete").val());
+        //console.info(delindex);
+       	battDeleteparm(delindex);   
     });
      
     var arrTh = [ '鏈烘埧缂栧彿', '鐪�', '鍩庡競','鍖哄幙','鏈烘埧鍚嶇О','璁惧鍚嶇О','鏈烘埧IP','FBS璁惧ID(閲嶈)','FBS璁惧IP(閲嶈)','瀛愮綉鎺╃爜','缃戝叧','FBS璁惧鍚嶇О','FBS鐢垫睜绱㈠紩(0-3)','鐢垫睜缁処D','鏈烘埧鍐呯數姹犵粍缂栧彿','鐢垫睜缁勫悕绉�','娴厖鐢靛帇闃�鍊�(V)','绂荤嚎鐢靛帇闃�鍊�(V)','娴厖鐢垫祦闃�鍊�(A)','鍗曚綋鏁伴噺','鏍囩О瀹归噺(AH)','鏍囩О鍗曚綋鐢靛帇(V)','鏍囩О鍗曚綋鍐呴樆(m惟)','鏍囩О鍗曚綋鐢靛','鍗曚綋鐢靛帇娆′綆鍋忕Щ閲�(V)','璐熻浇鐢垫祦(A)','鏈�澶ф牳瀹圭數娴�(A)','鍩虹珯鍙风爜','鐢垫睜鍝佺墝','鐢垫睜鍨嬪彿','鐢垫睜鐢熶骇鏃ユ湡','鎶曞叆浣跨敤鏃ユ湡','瀹夎浜哄憳',''];
@@ -274,6 +272,7 @@
 					//var index = 0;
 					var num =new Array();
 					var groupId = new Array();
+					var eleditparm = new Array();
 					//var index1 = 0;
 					var temp = {
 						binf:{
@@ -294,26 +293,37 @@
 				        success: function(data){
 				        	var data = JSON.parse(data.result)
 				        	console.info(data);
-				        	data = data.data;
-				        	for(var i=0;i<data.length;i++){
-				        	console.info(data[i]);
-				        	 groupName[i] = data[i].binf.BattGroupName;
-				        	 num[i] = data[i].num;
-				        	 groupId[i] = data[i].binf.BattGroupId;
-				        	}
-				        	
+				        	if(data.code!=0){
+					        	data = data.data;
+					        	for(var i=0;i<data.length;i++){
+						        	console.info(data[i]);
+						        	groupName[i] = data[i].binf.BattGroupName;
+						        	num[i] = data[i].num;
+						        	groupId[i] = data[i].binf.BattGroupId;
+				        			var eleditparmarr={
+				        				groupname : data[i].binf.BattGroupName,
+				        				num : data[i].num,
+				        				groupId :data[i].binf.BattGroupId,
+				        			}
+				        			eleditparm.push(eleditparmarr);	
+				        		}
+				        		 console.info(eleditparm);				        		
+				        	}				      				        	
 				        var json = JSON.stringify(groupName);
 				        var json1 =JSON.stringify(num);
-				        var json2 = JSON.stringify(groupId);    
+				        var json2 = JSON.stringify(groupId);
+				        
+				        //console.info(eleditparm)
+				        var jsonedit = JSON.stringify(eleditparm);
+				        setCookie("eleditparm",jsonedit);			   
 						setCookie("eleparmindex",json);             //鐢垫睜缁勫悕绉�
 						setCookie("eleparmnum",json1);				//鐢垫睜缁勭紪鍙�
 						console.info(groupName);
 						setCookie("elegroupid",json2);
-						console.info(json2)
+						console.info(json2);
 						window.location.href="batt-infor-unapproved-edit.html";	
 				        }
-				    })
-				    
+				    });	    
 		}		        		
 	function setcookiedit(index){
  				var arrcookie = new Array();	
@@ -354,19 +364,25 @@
 					window.location.href="batt-unapproved.html"; 
 				}
 			}
-		}); 
- 		
+		}); 	
  	}	
-	function battDeleteparm(){
-		var arr = new Array();
+	function battDeleteparm(index){
+		console.info(arrTh.length);
+		console.info(index);
+		var delindex = Math.ceil(arrTh.length*index);
+		var stationid = arrTd[delindex];
+		console.info(stationid);
+		searchdelnum(stationid,index,delindex);
+		/*var arr = new Array();
 		var temp = getCookie("eleparm");
  		var tempindex = getCookie("eleparmindex");
 		var tempnum = getCookie("eleparmnum");
+		var tempgroupid = getCookie("elegroupid");
 		temp=JSON.parse(temp);
 		tempindex = JSON.parse(tempindex);
 		tempnum =JSON.parse(tempnum);
-		//console.info(temp);
-		//var numinsert;
+		tempid = JSON.parse(tempgroupid);
+		
 		console.info(temp[12]);
 		//for(var i=0;i<tempindex.length;i++){
 			//console.info(battString);
@@ -388,7 +404,7 @@
 					FbsDeviceIp_WG : temp[10],			// 缃戝叧
 					FBSDeviceName : temp[11],			//璁惧鍚嶇О
 					GroupIndexInFBSDevice : temp[12],	//fbs璁惧绱㈠紩
-					BattGroupId : temp[13],				//鐢垫睜缁刬d
+					BattGroupId : tempid[temp[12]],				//鐢垫睜缁刬d
 					BattGroupNum : temp[14],			//鏈烘埧鍐呯數姹犵粍缂栧彿
 					BattGroupName : temp[15],        //鐢垫睜缁勭储寮�
 					FloatVolLevel : temp[16],			//娴厖鐢靛帇闃�鍊�
@@ -415,10 +431,93 @@
 			arr.push(obj);
 		//}
 		//console.info(arr);
-		return arr;
+		return arr;*/
 		
 	}
 	
+	function searchdelnum(id,index,delindex) {
+					var groupName = new Array();
+					//var index = 0;
+					var num =new Array();
+					var groupId = new Array();
+					//var index1 = 0;
+					var temp = {
+						binf:{
+							StationId:id,						
+						}
+						,page: {
+							pageCurr: 1
+							,pageSize: 100
+						}
+					};	
+					// 璇锋眰鍚庡彴
+					$.ajax({
+						type: "post", 				
+				        url: "Battinf_applyAction!serchbystationId",				
+				        async:true,				
+				        dataType:'json',
+				        data:"json="+JSON.stringify(temp), 	
+				        success: function(data){
+				        	var data = JSON.parse(data.result)
+				        	console.info(data);
+				        	if(data.code!=0){
+				        	data = data.data;
+				        	for(var i=0;i<data.length;i++){
+				        		console.info(data[i]);
+				        	 	groupName[i] = data[i].binf.BattGroupName;
+				        	 	num[i] = data[i].num;
+				        	 	groupId[i] = data[i].binf.BattGroupId;
+				        	}
+				        	var arr = new Array();
+							var obj = {
+								//apply_date : new Date().format("yyyy-MM-dd hh:mm:ss"),
+								num : num[arrTd[delindex+12]],
+								binf:{
+									StationId : arrTd[delindex++],	// 鏈烘埧缂栧彿
+									StationName : (arrTd[delindex]+"-"+arrTd[delindex+1]+"-"+arrTd[delindex+3]+"-"+arrTd[delindex+4]),	// 鎷兼帴鏈烘埧鍚嶇О
+									StationName1 :arrTd[delindex++],		// 鐪�
+									StationName2 : arrTd[delindex++],		// 甯�
+									StationName5 : arrTd[delindex++],		// 鍖�/鍘�
+									StationName3 : arrTd[delindex++],		// 鏈烘埧鍚嶇О
+									StationName4 :arrTd[delindex++],		// 璁惧鍚嶇О
+									StationIp : arrTd[delindex++],				//鏈烘埧ip
+									FBSDeviceId : arrTd[delindex++],				//璁惧id
+									FbsDeviceIp : arrTd[delindex++],				//璁惧ip
+									FbsDeviceIp_YM : arrTd[delindex++],			// 璁惧鎺╃爜
+									FbsDeviceIp_WG : arrTd[delindex++],			// 缃戝叧
+									FBSDeviceName : arrTd[delindex++],			//璁惧鍚嶇О
+									GroupIndexInFBSDevice : arrTd[delindex++],	//fbs璁惧绱㈠紩
+									BattGroupId : arrTd[delindex++],				//鐢垫睜缁刬d
+									BattGroupNum : arrTd[delindex++],			//鏈烘埧鍐呯數姹犵粍缂栧彿
+									BattGroupName : arrTd[delindex++],        //鐢垫睜缁勭储寮�
+									FloatVolLevel : arrTd[delindex++],			//娴厖鐢靛帇闃�鍊�
+									OfflineVolLevel : arrTd[delindex++],			//绂荤嚎鐢靛帇闃�鍊�
+									BattFloatCurrent : arrTd[delindex++],		//娴厖鐢垫祦闃�鍊�
+									MonCount : arrTd[delindex++],				//鍗曚綋鏁伴噺
+									MonCapStd : arrTd[delindex++],				//鏍囩О瀹归噺
+									MonVolStd : arrTd[delindex++],				//鏍囩О鐢靛帇
+									MonResStd : arrTd[delindex++],				//鏍囩О鍐呴樆
+									MonSerStd : arrTd[delindex++],				//鏍囩О鐢靛
+									MonVolLowToAvg : arrTd[delindex++],			//鍗曚綋鐢靛帇娆′綆鍋忕Щ閲�
+							
+									Load_curr : arrTd[delindex++],				//璐熻浇鐢垫祦
+									DisCurrMax : arrTd[delindex++],				//鏈�澶ф牳瀹圭數娴�
+									station_phone : arrTd[delindex++],			//鍩虹珯鍙风爜
+													
+									BattProducer : arrTd[delindex++],			//鐢垫睜鍝佺墝
+									BattModel : arrTd[delindex++],				//鐢垫睜鍨嬪彿
+									BattProductDate :  arrTd[delindex++]+" 00:00:00",		//鐢垫睜鐢熶骇鏃ユ湡
+									BattInUseDate :  arrTd[delindex++]+" 00:00:00",			//鐢垫睜浣跨敤鏃ユ湡
+									install_user : arrTd[delindex++],			//瀹夎浜哄憳
+								}
+							}
+							arr.push(obj);
+							console.info(arr);
+							delBatt(arr);
+			        	}
+				        }
+				    })	    
+		}		
 	$(function() {
 		//鐐瑰嚮涓婁竴椤�
 		$('.pre-page').on('click', 'a', function() {
@@ -461,6 +560,7 @@
 		}else{
 			$('.pre-page').show();
 		}
+
 		var pageNum = Math.ceil(Page.pageAll/Page.pageSize);
 		
 		if(Page.pageCurr < pageNum){
@@ -473,4 +573,4 @@
 	
 	 
    </script>
-</html> 
\ No newline at end of file
+</html>

--
Gitblit v1.9.1