Commit 84441436 authored by agping's avatar agping

成交报告id

parent 6123dede
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
<td class="text-center">[%= it[item]['practical_fee'] %]</td> <td class="text-center">[%= it[item]['practical_fee'] %]</td>
<td class="text-center"> <td class="text-center">
[% if(check_auth('index/bargainInfo') || (it[item]['agent_id'] == user_info_obj.id)) { %] [% if(check_auth('index/bargainInfo') || (it[item]['agent_id'] == user_info_obj.id)) { %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a> <a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["bargain_id"] %]'>详情</a>
[% } %] [% } %]
<!--<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>--> <!--<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>-->
</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