Commit dfe06140 authored by agping's avatar agping

实收汇总优化

parent ba2874b4
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
[% } %] [% } %]
</td> </td>
<td> <td>
[%= it[item]['practical_fee'] - it[item]['fee'] %] [%= (it[item]['practical_fee'] - it[item]['fee']).toFixed(2) %]
</td> </td>
</tr> </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