Commit 7aafee83 authored by agping's avatar agping

1

parent dbdf2b85
<script id="adjustment_office_template_tpl" type="text/template">
[% if(it&&it.length!=0) { %]
[% for(var item in it){ %]
<tr class="text-center">
<td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['id'] %]</td>
<td>[%= it[item]['order_id'] %]</td>
<td>[%= it[item]['paylog_id'] %]</td>
<td>[%= it[item]['house_id'] %]</td>
<td>[%= it[item]['address'] %]</td>
<td>[%= it[item]['money'] %]</td>
<td>[%= it[item]['income_time'] %]</td>
[% if( it[item]['type'] == 1 ) { %]
<td>意向金转中介费</td>
[% } else if( it[item]['type'] == 2 ) { %]
<td>意向金转案场费</td>
[% } else if( it[item]['type'] == 3 ) { %]
<td>意向金转意向金</td>
[% } else if( it[item]['type'] == 4 ) { %]
<td>保管金转中介费 </td>
[% } else if( it[item]['type'] == 5 ) { %]
<td>保管金转案场费</td>
[% } else if(it[item]['type'] == 7){%]
<td>意向金转保管金</td>
[% }else{ %]
<td>保管金转保管金</td>
[% } %]
<td>[%= it[item]['new_paylog_id '] %]</td>
<td>[%= it[item]['name'] %]</td>
<td>
<a class="btn1 btn-success add-pic" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>
[% if(check_auth('index/delAdjustment')) { %]
<a class="btn1 btn-success list_delete" href="#modal-delete" data-toggle="modal" data-id='[%= it[item]["id"]%]'>撤销调整</a>
[% } %]
</td>
</tr>
[% } %]
[% }else{ %]
<tr>
<td colspan="13" style="text-align:center;"> 暂无数据</td>
</tr>
[% } %]
</script>
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