Commit 040a5456 authored by agping's avatar agping

业绩排行 修改

parent e644f057
......@@ -52,7 +52,7 @@
$(".b3_span").html("街铺");
$('.pu_area_type').html('建筑面积');
$('.b3_span_build_type').html('建筑面积'+':');
$('.has-housed').html('当前商铺业态'+':');
$('.has-housed').html('当前经营'+':');
}
......
......@@ -230,6 +230,7 @@
<!--个人-业绩 -->
<script id="performance_details_tpl" type="text/template">
[% var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); %]
[% var sw=function(s){switch(Number(s)){case 10:return"出租";case 20:return"增佣";case 30:return"代理";case 40:return"好处费";default:return s}}; %]
[% if(it[0]) { %]
<tr>
<th class="text-center">成交报告ID</th>
......@@ -249,7 +250,7 @@
<tr data-id="[%= it[item]['id'] %]" data-orderid="[%= it[item]['order_id'] %]">
<td class="text-center">[%= it[item]['id'] %]</td>
<td class="text-center">[%= it[item]['create_time'] %]</td>
<td class="text-center">[%= it[item]['trade_type'] %]</td>
<td class="text-center">[%= sw(it[item]['trade_type']) %]</td>
<td class="text-left">[%= hideStr(it[item]['landmark']) %]</td>
<td class="text-center">[%= it[item]['house_id'] %]</td>
<td class="text-center">[%= it[item]['name'] %]</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