Commit dfe06140 authored by agping's avatar agping

实收汇总优化

parent ba2874b4
......@@ -31,7 +31,8 @@
[% } %]
</td>
<td>
[%= it[item]['practical_fee'] - it[item]['fee'] %]
[%= (it[item]['practical_fee'] - it[item]['fee']).toFixed(2) %]
</td>
</tr>
[% } %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment