Commit 8398524e authored by hujun's avatar hujun

1

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