From 94e5b0bddf2b83e1591de425d3e30030fcbb1d23 Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@USER-20180117QL>
Date: 星期二, 25 十二月 2018 11:50:53 +0800
Subject: [PATCH] 新建修改到APPLY
---
gx_tieta/WebRoot/mobil/ele-param2.html | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/ele-param2.html b/gx_tieta/WebRoot/mobil/ele-param2.html
index d7929a5..2cdd9c7 100644
--- a/gx_tieta/WebRoot/mobil/ele-param2.html
+++ b/gx_tieta/WebRoot/mobil/ele-param2.html
@@ -169,8 +169,8 @@
console.warn($(t).attr("but-index")+' 淇敼');
var index = $(t).attr("but-index");
var parm = seteditparm(index);
- console.info(getCookie("eleparm"));
- //window.location.href="batt-edit.html";
+ // console.info(getCookie("eleparm"));
+ window.location.href="batt-edit.html";
return ;
}
@@ -436,18 +436,11 @@
arrTd.push(data[i].install_user); // 璁惧瀹夎浜哄憳
arrTd.push('<a onclick="getEditButIndex(this)" id="edit" class="ui-btn ui-btn-inline ui-corner-all operat-but" data-position-to="window"'+'but-index='+i+'>淇敼</a>');
Page.pageAll = data[i].num;
- groupName.push(data[i].BattGroupName);
+
num.push(data.length);
- groupId.push(data[i].BattGroupId);
+
}
- var json = JSON.stringify(groupName);
- var json1 =JSON.stringify(num);
- var json2 = JSON.stringify(groupId);
-
- setCookie("eleparmindex",json); //鐢垫睜缁勫悕绉�
- setCookie("eleparmnum",json1); //鐢垫睜缁勭紪鍙�
-
- setCookie("elegroupid",json2);
+
}else{
Page.pageAll = 0;
}
--
Gitblit v1.9.1