| | |
| | | var binfs=new Array();
|
| | | $('.tbl-body table tbody tr').each(function(i){
|
| | | if($(this).hasClass('b8cfe5')){
|
| | | binfs.push(Alltestdata[i].binf);
|
| | | binfs.push(batttestdatas[i].binf);
|
| | | }
|
| | | });
|
| | | if(confirm("确认删除这"+binfs.length+"条测试数据吗?")){
|
| | |
| | | });
|
| | | });
|
| | |
|
| | | |
| | | var batttestdatas; //当前表格中的数据数组(其中的stationid标识了当前数据是属于内阻数据还是充放电数据)
|
| | | var formjson;
|
| | | //根据筛选条件查询
|
| | | function searchDisCharage(){
|
| | |
| | | formjson = temp;
|
| | | }
|
| | | Alltestdata=new Array();
|
| | | batttestdatas = new Array();
|
| | | // 清除表格内容
|
| | | $('.tbl-body table').remove();
|
| | | //创建等待框
|
| | |
| | | var alllist=list[i];
|
| | | var tmp = $.extend(true, {}, alllist.data);
|
| | | Alltestdata.push(tmp);
|
| | | batttestdatas.push(alllist.data);
|
| | | Page = alllist.data.page;
|
| | | tbArrTd.push(alllist.data.binf.StationName); //机房名称
|
| | | tbArrTd.push(alllist.data.binf.BattGroupName); //电池组名称
|