Commit b26ff0b3 authored by agping's avatar agping

收款记录 列表优化

parent d2b6e856
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
<td>[%= it[item]['real_money'] %]</td> <td>[%= it[item]['real_money'] %]</td>
<td> <td>
[% if(it[item]['source'] == 2){ %] [% if(it[item]['source'] == 2){ %]
调整收款(调整ID:[%= it[item]['source_id'] %]) 调整入账(调整ID:[%= it[item]['source_id'] %])
[% } else { %] [% } else { %]
正常收款 正常入账
[% } %] [% } %]
</td> </td>
<td> <td>
......
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