Commit 44c68012 authored by agping's avatar agping

调整 时间轴修改

parent 46c28d92
......@@ -38,6 +38,7 @@
<p v-if="item.step_name==='adjustment'">调整ID:<span>{{item.id}}</span></p>
<p v-if="item.step_name==='adjustment'">调整前收款ID:<span>{{item.paylog_id}}</span></p>
<p v-if="item.step_name==='adjustment'">调整后收款ID:<span>{{item.new_paylog_id}}</span></p>
<p v-if="item.step_name==='adjustment'">带看ID:<span>{{item.order_id}}</span></p>
<p v-if="item.step_name==='adjustment' && item.type == 1">调整类型:<span>意向金转中介费</span></p>
<p v-if="item.step_name==='adjustment' && item.type == 2">调整类型:<span>意向金转案场费</span></p>
<p v-if="item.step_name==='adjustment' && item.type == 3">调整类型:<span>意向金转意向金</span></p>
......
......@@ -396,12 +396,14 @@
<thead>
<tr class="maintable-tr-bar">
<th class="text-center">调整ID</th>
<th class="text-center">调整前收款ID</th>
<th class="text-center">调整前房源ID</th>
<th class="text-center">调整前房源地址</th>
<th class="text-center">调整类型</th>
<th class="text-center">入账日期</th>
<th class="text-center">收据编号</th>
<th class="text-center">调整金额</th>
<th class="text-center">调整后收款ID</th>
<th class="text-center">附件</th>
</tr>
</thead>
......
......@@ -153,12 +153,14 @@
[% for(var item in it){ %]
<tr>
<td>[%= it[item]['id'] %]</td>
<td>[%= it[item]['pay_log_id'] %]</td>
<td>[%= it[item]['house_id'] %]</td>
<td>[%= it[item]['house_address'] %]</td>
<td>[%= swtype(it[item]['type'])%]</td>
<td>[%= it[item]['income_time'] %]</td>
<td>[% if(it[item]["receipt_number"] != null) { %] [%= it[item]["receipt_number"] %] [% } %]</td>
<td>[%= it[item]['money'] %]</td>
<td>[%= it[item]['new_paylog_id'] %]</td>
<td>
<a class="btn1 btn-info add-pic-liu" href="#modal-addPicLiu" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
<a class="btn1 btn-info record-pic" href="#modal_financial" data-recordid="[%= it[item]['pay_log_id'] %]" data-toggle="modal">资料</a>
......
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