Commit bcf92f77 authored by agping's avatar agping

修改

parent c37e6ba8
...@@ -638,7 +638,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -638,7 +638,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
if(typeof data === 'object') { if(typeof data === 'object') {
if(data.code == 200) { if(data.code == 200) {
var doTtmpl = doT.template(document.getElementById('approach_number_details_tpl').innerHTML); var doTtmpl = doT.template(document.getElementById('approach_number_details_tpl').innerHTML);
$("#approach_number_details_list").html(doTtmpl(data.data.data)); $("#approach_number_details_list").html(doTtmpl(data.data.date));
//获取统计时间 //获取统计时间
$('#approach_details_time_start').html(realtime.time_search_start); $('#approach_details_time_start').html(realtime.time_search_start);
$('#approach_details_time_end').html(realtime.time_search_end); $('#approach_details_time_end').html(realtime.time_search_end);
...@@ -726,7 +726,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -726,7 +726,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
if(typeof data === 'object') { if(typeof data === 'object') {
if(data.code == 200) { if(data.code == 200) {
var doTtmpl = doT.template(document.getElementById('reported_number_details_tpl').innerHTML); var doTtmpl = doT.template(document.getElementById('reported_number_details_tpl').innerHTML);
$("#reported_number_details_list").html(doTtmpl(data.data)); $("#reported_number_details_list").html(doTtmpl(data.data.date));
//获取统计时间 //获取统计时间
$('#reported_details_time_start').html(realtime.time_search_start); $('#reported_details_time_start').html(realtime.time_search_start);
$('#reported_details_time_end').html(realtime.time_search_end); $('#reported_details_time_end').html(realtime.time_search_end);
......
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
<td class="text-center">[%= it[item]['house_id'] %]</td> <td class="text-center">[%= it[item]['house_id'] %]</td>
<td class="text-center">[%= it[item]['name'] %]</td> <td class="text-center">[%= it[item]['name'] %]</td>
<td class="text-center">[%= it[item]['district_name']+'-'+it[item]['store_name'] %]</a></td> <td class="text-center">[%= it[item]['district_name']+'-'+it[item]['store_name'] %]</a></td>
<td class="text-center">[%= it[item]['scale'] %]</td> <td class="text-center">[%= it[item]['scale'] %]%</td>
<td class="text-center">[%= it[item]['scale_fee'] %]</td> <td class="text-center">[%= it[item]['scale_fee'] %]</td>
<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">
...@@ -427,6 +427,7 @@ ...@@ -427,6 +427,7 @@
<tr> <tr>
<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-left">业态</th> <th class="text-left">业态</th>
...@@ -443,6 +444,7 @@ ...@@ -443,6 +444,7 @@
街铺 街铺
[% } %] [% } %]
</td> </td>
<td class="text-center">[%= it[item]['internal_title'] %]</td>
<td class="text-center"> <td class="text-center">
[% if (it[item]['rent_type'] == 1) { %] [% if (it[item]['rent_type'] == 1) { %]
[%= it[item]["rent_price"] / 100 %] [%= it[item]["rent_price"] / 100 %]
......
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