Commit 6a15d334 authored by agping's avatar agping

修改

parent 9904a059
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
<td> <td>
[% if(it[item]['status'] == 0) { %] [% if(it[item]['status'] == 0) { %]
<a class="btn1 btn-info financial-check" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-storeTime="[%= it[item]['daily_date'] %]" data-toggle="modal">审核</a> <a class="btn1 btn-info financial-check" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-storeTime="[%= it[item]['daily_date'] %]" data-toggle="modal">审核</a>
[% } %] [% }else{%]
<a class="btn1 btn-info financial-check" data-recordid="[%= it[item]['id'] %]" data-store="[%= it[item]['store_name'] %]" data-storeId="[%= it[item]['store_id'] %]" data-storeTime="[%= it[item]['daily_date'] %]" data-toggle="modal">查看</a>
[%} %]
</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