D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-04 438a2d9f5fb4dc6a07ca4adec966782e4336e6c1
柱状图添加电池组编号
4个文件已修改
18 ■■■■■ 已修改文件
gx_tieta/WebRoot/mobil/conductanceMbargraph.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/temperatureMbargraph.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/voltageMbargraph.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/conductanceMbargraph.html
@@ -82,7 +82,7 @@
            background-image: linear-gradient(#ffefaa,#ffe155);     
               font-weight: bold;     color: #333333; text-decoration: none;">返回</a>
                  <h1>电导</h1>
                  <h1 id="biaoti">电导</h1>
                  <div  data-role="collapsible"  data-type="horizontal"  class="ui-btn-right"  style=" background-color: none; color: #333333; text-decoration: none;" >
                  <h1 id="alwaysRight">其他</h1>
@@ -159,7 +159,8 @@
           var model = eval("("+data.result+")");
               //model = eval("("+model.result+")");
            datas = model.data;
             $("#biaoti").text("电导("+batt.BattGroupName+")");//标题添加电池组编号
            mon_vol = new Array();                //电压
            mon_tmp = new Array();                //温度
            mon_res = new Array();                //内阻
gx_tieta/WebRoot/mobil/internalresistanceMbargraph.html
@@ -75,7 +75,7 @@
           <a href="control.html" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left" target="_top" style="padding:0.5em 0.5em; /*background-color: #e9e9e9; color: #333333;*/color:#fff;border:1px solid #3a755a;; text-decoration: none;">返回</a>
            <h1>内阻</h1>
            <h1 id="biaoti">内阻</h1>
            <div  data-role="collapsible"  data-type="horizontal"  class="ui-btn-right"  style=" background-color: none; color: #ffffff; text-decoration: none;" >
                <h1 id="alwaysRight">其他</h1>
@@ -147,7 +147,8 @@
            var model = eval("("+data.result+")");
               //model = eval("("+model.result+")");
            datas = model.data;
             $("#biaoti").text("内阻("+batt.BattGroupName+")");//标题添加电池组编号
            mon_vol = new Array();                //电压
            mon_tmp = new Array();                //温度
            mon_res = new Array();                //内阻
gx_tieta/WebRoot/mobil/temperatureMbargraph.html
@@ -59,7 +59,7 @@
                background-image: -o-linear-gradient(#5f9cc5,#396b9e);
                background-image: linear-gradient(#5f9cc5,#396b9e); border: 1px solid #044062; color: #fff; text-decoration: none;">返回</a>
            <h1>温度</h1>
            <h1 id="biaoti">温度</h1>
            <div  data-role="collapsible"  data-type="horizontal"  class="ui-btn-right"  style=" background-color: none; color: #333333; text-decoration: none;" >
                <h1 id="alwaysRight">其他</h1>
@@ -133,7 +133,8 @@
            var model = eval("("+data.result+")");
               //model = eval("("+model.result+")");
            datas = model.data;
             $("#biaoti").text("温度("+batt.BattGroupName+")");//标题添加电池组编号
            mon_vol = new Array();                //电压
            mon_tmp = new Array();                //温度
            mon_res = new Array();                //内阻
gx_tieta/WebRoot/mobil/voltageMbargraph.html
@@ -59,7 +59,7 @@
                background-image: -o-linear-gradient(#444,#2d2d2d);
                background-image: linear-gradient(#444,#2d2d2d); border:1px solid #111; color: #fff; text-decoration: none;">返回</a>
            <h1>单体电压</h1>
            <h1 id="biaoti">单体电压</h1>
             <div  data-role="collapsible"  data-type="horizontal"  class="ui-btn-right"  style=" background-color: none; color: #333333; text-decoration: none;" >
                  <h1 id="alwaysRight">其他</h1>
                  <div class="clear"></div>
@@ -129,6 +129,7 @@
               var model = eval("("+data.result+")");
               //model = eval("("+model.result+")");
            datas = model.data;
            $("#biaoti").text("电压("+batt.BattGroupName+")");//标题添加电池组编号
            
            mon_vol = new Array();                //电压
            mon_tmp = new Array();                //温度