| | |
| | |
|
| | |
|
| | | <script type="text/javascript">
|
| | | /* 获取点击的是哪个按钮 */
|
| | | function getButIndex(t){
|
| | | //console.warn($(t).attr("but-index"));
|
| | | var index = $(t).attr("but-index"); |
| | | setcookiedit(index);
|
| | | return ;
|
| | | }
|
| | | /* 获取点击的是哪个按钮 */
|
| | | function getButIndex(t){
|
| | | //console.warn($(t).attr("but-index"));
|
| | | var index = $(t).attr("but-index"); |
| | | setcookiedit(index);
|
| | | return ;
|
| | | }
|
| | |
|
| | |
|
| | | var arrTd=new Array(); //当前表格td数据
|
| | |
| | |
|
| | | $("#edit").click(function(){
|
| | | //searchHomeInfoByName(homename);
|
| | | //window.location.href="batt-infor-unapproved-edit.html"; |
| | | window.location.href="batt-infor-unapproved-edit.html"; |
| | | });
|
| | | $("#delete").click(function(){ //删除电池组
|
| | | var parm = battDeleteparm();
|