| | |
| | | <div data-role="page">
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="control.html" class="ui-btn ui-corner-all ui-shadow ui-icon-arrow-l ui-btn-icon-left" target="_top" style="padding-bottom:0.7em; padding-top:0.7em;">返回</a>
|
| | | <h1>内阻</h1>
|
| | | <h1 id="biaoti">内阻</h1>
|
| | |
|
| | | <div data-role="collapsible" data-type="horizontal" class="ui-btn-right" style="padding-bottom:-0.7em; padding-top:-0.7em;" >
|
| | | <h1 id="alwaysRight">更多</h1>
|
| | |
| | |
|
| | | <div data-role="main" class="ui-content">
|
| | | <div class="ui-grid-b">
|
| | | <div class="ui-block-a">MAX <span class="max"> </span></div>
|
| | | <div class="ui-block-b">MIN <span class="min"> </span></div>
|
| | | <div class="ui-block-c">AVG <span class="avg"> </span></div>
|
| | | <div class="ui-block-a">最大值 <span class="max"> </span></div>
|
| | | <div class="ui-block-b">最小值 <span class="min"> </span></div>
|
| | | <div class="ui-block-c">平均值 <span class="avg"> </span></div>
|
| | | </div>
|
| | | <table data-role="table" data-mode="" class="ui-responsive" id="myTable">
|
| | | <thead>
|
| | |
| | | if(temp.length>0){
|
| | | var batt=eval("("+temp+")");
|
| | | //console.info(batt);
|
| | | $("#biaoti").text("内阻("+batt.BattGroupName+")");//标题添加电池组编号
|
| | | $.ajax({
|
| | | url : "Batt_rtdataAction_serchByCondition",
|
| | | async: true,
|