Commit 672d1985 authored by agping's avatar agping

成交报告 列表 新增 成交价 提交人

parent 6fb23477
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
<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">商铺号</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">成交类型</th>
<th class="text-center">应收佣金(元)</th> <th class="text-center">应收佣金(元)</th>
<th class="text-center">操作</th> <th class="text-center">操作</th>
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<td class="text-center" width="8%">[%= it["list"][item]['is_open']*1?'是':'否' %]</td> <td class="text-center" width="8%">[%= it["list"][item]['is_open']*1?'是':'否' %]</td>
<td class="text-left">[%= it["list"][item]['internal_address'] %]</td> <td class="text-left">[%= it["list"][item]['internal_address'] %]</td>
<td class="text-center">[%= it["list"][item]['house_number'] %]</td> <td class="text-center">[%= it["list"][item]['house_number'] %]</td>
<td class="text-center">[%= it["list"][item]['user_name'] %]</td> <td class="text-center">[%= it["list"][item]['price'] %]</td>
<td class="text-center">[%= hideTel(it["list"][item]['user_phone']) %]</td> <td class="text-center">[%= it["list"][item]['submit_agent_name'] %]</td>
<td class="text-center">[%= sw(it["list"][item]['trade_type']) %]</td> <td class="text-center">[%= sw(it["list"][item]['trade_type']) %]</td>
<td class="text-center">[%= it["list"][item]['commission'] %]</td> <td class="text-center">[%= it["list"][item]['commission'] %]</td>
<td class="text-center" width="15%"> <td class="text-center" width="15%">
......
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