提交 50f7ce9e authored 作者: chengye's avatar chengye

修改用电量小数计算错误

上级 e8506828
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<th lay-data="{field:'last_sum_numb'}">上次度数</th> <th lay-data="{field:'last_sum_numb'}">上次度数</th>
<th lay-data="{field:'current_sum_numb'}">本次度数</th> <th lay-data="{field:'current_sum_numb'}">本次度数</th>
<th lay-data="{templet: '#repo_numb'}">用电量</th> <th lay-data="{field:'repo_numb'}">用电量</th>
<th lay-data="{templet: '#photo_id',sort: true}">抄表凭证</th> <th lay-data="{templet: '#photo_id',sort: true}">抄表凭证</th>
<th lay-data="{fixed: 'right', align:'center', toolbar: '#barDemo'}">操作</th> <th lay-data="{fixed: 'right', align:'center', toolbar: '#barDemo'}">操作</th>
</tr> </tr>
...@@ -81,9 +81,7 @@ ...@@ -81,9 +81,7 @@
未上传 未上传
{{# } }} {{# } }}
</script> </script>
<script type="text/html" id="repo_numb">
{{ (d.current_sum_numb*10000 - d.last_sum_numb*10000)/10000 }}
</script>
{if $admin == true} {if $admin == true}
<script type="text/html" id="barDemo"> <script type="text/html" id="barDemo">
{{# if(d.status == 1){ }} {{# if(d.status == 1){ }}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论