Commit c3c9a339 authored by hujun's avatar hujun

slotting_fee

parent 64701102
...@@ -279,7 +279,7 @@ class Houses extends Basic ...@@ -279,7 +279,7 @@ class Houses extends Basic
} }
$fields = 'id,shop_type,internal_title,rent_price,is_show,create_time,residue_num,rent_type,status, $fields = 'id,shop_type,internal_title,rent_price,is_show,create_time,residue_num,rent_type,status,
shop_area_start,shop_area_end,industry_type,disc,is_carefully_chosen,is_exclusive_type,is_lock,is_vip,is_show,floor'; shop_area_start,shop_area_end,industry_type,disc,is_carefully_chosen,is_exclusive_type,is_lock,is_vip,is_show,floor,slotting_fee';
/*楼盘编号*/ /*楼盘编号*/
if ($this->params['id'] != NULL) { if ($this->params['id'] != NULL) {
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
[%= it[item]["rent_price"] / 100 %] // [%= it[item]["rent_price"] / 100 %] //
[% } %] [% } %]
</td> </td>
<td>[%='转让费' %]</td> <td>[%=it[item]["slotting_fee"] %]</td>
<td> <td>
[% if(it[item]["shop_type"] == 0) { %] [% if(it[item]["shop_type"] == 0) { %]
[%= it[item]["shop_area_start"] + '-' + it[item]["shop_area_end"] %] [%= it[item]["shop_area_start"] + '-' + it[item]["shop_area_end"] %]
......
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