Commit 3dcb5972 authored by agping's avatar agping

1

parent 5de72c91
...@@ -20,16 +20,16 @@ ...@@ -20,16 +20,16 @@
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td>所属楼盘:{{d.id}}</td> <td>所属楼盘:{{d.building_data.title}}</td>
<td>楼盘地址:{{(d.shop_type==1)?'街铺':'商场'}}</td> <td>楼盘地址:{{d.building_data.address}}</td>
<td>所属商圈:{{(d.is_show==1)?'否':'是'}}</td> <td>所属商圈:{{d.building_data.business_name}}</td>
<td>总层数:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <td>总层数:{{d.building_data.floor_total}}</td>
</tr> </tr>
<tr> <tr>
<td>类型:{{d.id}}</td> <td>类型:{{d.building_data.type}}</td>
<td>交通:{{(d.shop_type==1)?'街铺':'商场'}}</td> <td>交通:{{d.building_data.traffic}}</td>
<td>简介:{{(d.is_show==1)?'否':'是'}}</td> <td>简介:{{d.building_data.intro}}</td>
<td>楼盘图片:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <td>楼盘图片:{{d.building_data.intro}}</td>
</tr> </tr>
<tr> <tr>
<td>所在楼层:{{d.id}}</td> <td>所在楼层:{{d.id}}</td>
...@@ -38,32 +38,33 @@ ...@@ -38,32 +38,33 @@
<td>是否独家:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <td>是否独家:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr> </tr>
<tr> <tr>
<td>租金总价:{{d.id}}</td> <td>租金总价:{{d.price_total}}</td>
<td>租金单价:{{(d.shop_type==1)?'街铺':'商场'}}</td> <td>租金单价:{{d.price}}</td>
<td>转让费:{{(d.is_show==1)?'否':'是'}}</td> <td>转让费:{{d.slotting_fee}}</td>
<td>物业管理费:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <!--<td>转让费:{{(d.is_show==1)?'否':'是'}}</td>-->
<td>物业管理费:{{d.management_fee}}</td>
</tr> </tr>
<tr> <tr>
<td>可容纳工位:{{d.id}}</td> <td>可容纳工位:{{d.station_start}}-{{d.station_end}}</td>
<td>面积:{{(d.shop_type==1)?'街铺':'商场'}}</td> <td>面积:{{d.area}}</td>
<td>所属楼层:{{(d.is_show==1)?'否':'是'}}</td> <td>所属楼层:{{d.floor_tag}}</td>
<td>入驻时间:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <td>入驻时间:{{d.enter_time}}</td>
</tr> </tr>
<tr> <tr>
<td>付款规则:{{d.id}}</td> <td>付款规则:{{d.payment_month}}-{{d.deposit_month}}</td>
<td>签约年限:{{(d.shop_type==1)?'街铺':'商场'}}</td> <td>签约年限:{{d.age_limit_start}}-{{d.age_limit_end}}</td>
<td>可注册公司:{{(d.is_show==1)?'否':'是'}}</td> <td>可注册公司:{{(d.is_register==1)?'否':'是'}}</td>
<td>是否可分割:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <td>是否可分割:{{(d.is_partition==1)?'是':'否'}}</td>
</tr> </tr>
<tr> <tr>
<td>车位情况:{{d.id}}</td> <td>车位情况:{{d.carport}}</td>
<td>免租时间:{{(d.shop_type==1)?'街铺':'商场'}}</td> <!--<td>免租时间:{{(d.rent_free == -1)?'面议':d.rent_free}}</td>-->
<td>来源:{{(d.is_show==1)?'否':'是'}}</td> <td>来源:{{d.source}}</td>
<td>是否对客户展示:{{(d.is_exclusive_type==1)?'是':'否'}}</td> <td>是否对客户展示:{{(d.is_show==0)?'是':'否'}}</td>
</tr> </tr>
<tr> <tr>
<td>交付装修:{{d.id}}</td> <td>交付装修:{{d.decoration}}</td>
<td>办公楼标签:{{(d.shop_type==1)?'街铺':'商场'}}</td> <td>办公楼标签:{{d.shop_sign}}</td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>
......
...@@ -25,7 +25,7 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio ...@@ -25,7 +25,7 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio
content: '',//跟进的内容,填写 content: '',//跟进的内容,填写
select_public:'',//c端公开选择 select_public:'',//c端公开选择
select_public_var:'',//记录c端公开 的变量 select_public_var:'',//记录c端公开 的变量
d: {} d: {},//房源详情
}, },
created: function() { created: function() {
var _this = this; var _this = this;
...@@ -262,10 +262,10 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio ...@@ -262,10 +262,10 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio
var _this = this; var _this = this;
$.ajax({ $.ajax({
type: 'get', type: 'get',
url: '/broker/getShopDetail', url: '/office/houseEdit',
data: { data: {
'id': shop_id, 'id': shop_id,
'site_area': 4, //pc后台固定传4 // 'site_area': 4, //pc后台固定传4
'AuthToken': _this.user_info_obj.AuthToken 'AuthToken': _this.user_info_obj.AuthToken
}, },
timeout: 30000, timeout: 30000,
......
...@@ -1315,40 +1315,8 @@ if(data.code == 200) { ...@@ -1315,40 +1315,8 @@ if(data.code == 200) {
params.agent_id = user_info_obj.id; params.agent_id = user_info_obj.id;
params.pageNo = business.pageNo; params.pageNo = business.pageNo;
params.pageSize = business.pageSize; params.pageSize = business.pageSize;
params.is_carefully_chosen = $('#is_carefully_chosen option:selected').val(); //首页显示
params.is_show = $('#is_show option:selected').val(); //c端显示
params.shop_type = $('#shop_type option:selected').val(); //商铺类型
// params.leased = $('#leased option:selected').val(); 商铺状态
params.status = $('#leased option:selected').val(); //商铺状态 上架 下架
params.is_exclusive_type = $('#is_exclusive_type option:selected').val(); //是否独家
params.id = $('#id').val(); //商铺编号
params.internal_address = $('#shop_address').val(); //商铺地址,即对内地址
params.internal_title = $('#internal_title').val(); //对内商铺名称
params.external_title = $('#internal_title_open').val(); //对外商铺名称
params.is_lock = $('#is_lock_plate').val(); //锁盘筛选
params.vip = $('#is_vip_plate').val(); //VIP盘筛选
//添加个人商铺和所有商铺选择功能
params.dish_id = business.all_shop ? '' : user_info_obj.id ;
params.city = $('.shop_city_choose_site_list').val(); //城市筛选
params.disc = $('#shop_area_id').val(); //区域筛选
params.business_id=$('#business_circle_id').val();//商圈筛选
params.industry_type = $('#yetai_id').val(); //业态筛选
params.dish_phone = $('#dish_phone').val(); //盘方手机号
params.landlord_phone = $('#landlord_phone').val(); //房东手机号
params.start_date = $('#start_date').val(); //时间1
params.end_date = $('#end_date').val(); //时间2
params.dish_district_id = $('#district_id_panfang').val(); //盘方 部门 id
params.dish_store_id = $('#guest_stores_panfang').val(); //盘方 门店 id
params.dish_name = business.agent_id_choose; //盘方姓名 下拉式
params.area_start = $('#area_start').val(); //面积开始
params.area_end = $('#area_end').val(); //面积结束
params.price_start = $('#price_start').val(); //月租金开始
params.price_end = $('#price_end').val(); //月租金结束
params.fit_industry_type = $('#suitable_yetai_input').val(); //适合业态
params.residue_type = $('#lease_state').val(); //求租 已租 无效 筛选
$.ajax({ $.ajax({
url: '/index/getHouseList.html', //获取列表 url: '/office_index/getRoomList', //获取列表
type: 'GET', type: 'GET',
async: true, async: true,
data: params, data: params,
......
This diff is collapsed.
...@@ -6,52 +6,30 @@ ...@@ -6,52 +6,30 @@
[% if(it&&it.length!=0) { %] [% if(it&&it.length!=0) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['id'] %]</td>
<td> <td>
[%= it[item]['id'] %] [% if (it[item]['type'] == 1) { %]
[% if(it[item]["is_lock"] == 1) { %] 写字楼
<span class="btn1 btn-warning btn-xs">锁盘</span> [% } else if (it[item]['type'] == 2) { %]
[% } %] 商住两用
[% if(it[item]["is_vip"] == 1) { %] [% }else if (it[item]['type'] == 3) { %]
<span class="btn1 btn-warning btn-xs">VIP</span> 园区
[% } %] [% }else if (it[item]['type'] == 4) { %]
</td> 洋房
<td> [% }else if (it[item]['type'] == 5) { %]
[% if(it[item]["shop_type"] == 0) { %] 联合办公
商场 [% }else if (it[item]['type'] == 6) { %]
[% }else{ %] 厂房
街铺
[% } %] [% } %]
</td> </td>
<td>[%= it[item]['disc'] %]</td> <td>[%= it[item]['disc'] %]</td>
<td>[%= it[item]['internal_title'] %]</td> <td>[%= it[item]['business_name'] %]</td>
<td>[%= it[item]['floor'] %]</td> <td>[%= it[item]['title'] %]</td>
<td>楼层</td>
<td> <td>[%=it[item]["price_total"] %]</td>
[% if (it[item]['rent_type'] == 1) { %] <td>租金单价</td>
[%= it[item]["rent_price"] / 100 %] <td>[%=it[item]["area"] %]</td>
[% } else if (it[item]['rent_type'] == 2) { %] <td>[%=it[item]["station_start"] %]-[%=it[item]["station_end"] %]</td>
[%= it[item]["rent_price"] / 100 %] %
[% }else if (it[item]['rent_type'] == 3) { %]
[%= it[item]["rent_price"] / 100 %] //
[% }else if (it[item]['rent_type'] == 4) { %]
[%= it[item]["rent_price"] / 100 %] /
[% }else if (it[item]['rent_type'] == 5) { %]
[%= it[item]["rent_price"] / 100 %] //
[% } %]
</td>
<td>[%=it[item]["slotting_fee"]/100 %]</td>
<td>[%=it[item]["slotting_fee"]/100 %]</td>
<td>
[% if(it[item]["shop_type"] == 0) { %]
[%= it[item]["shop_area_start"] + '-' + it[item]["shop_area_end"] %]
[% }else{ %]
[%= it[item]["shop_area_start"] %]
[% } %]
</td>
<td width="10%">[%= hideStr(it[item]['industry_type']) %]</td>
<td>[%= it[item]['dish_name'] %]</td>
<td width="10%">[%= it[item]['create_time'] %]</td>
<td> <td>
[% if(it[item]["status"] == 0) { %] [% if(it[item]["status"] == 0) { %]
审核 审核
...@@ -77,17 +55,20 @@ ...@@ -77,17 +55,20 @@
[% } %] [% } %]
</td> </td>
<td>[%= it[item]['dish_name'] %]</td>
<td width="10%">[%= it[item]['create_time'] %]</td>
<td> <td>
[% if(it[item]["is_lock"] == 0 || check_auth('index/lockHouse') || it[item]["auth_edit_exclusive"] == 1 || it[item]["auth_edit_house"] == 1) { %] [% if(it[item]["is_lock"] == 0 || check_auth('index/lockHouse') || it[item]["auth_edit_exclusive"] == 1 || it[item]["auth_edit_house"] == 1) { %]
<a class="btn1 [%= (it[item]['is_look'] && it[item]['auth_edit_house'] == 0)?'btn-warning':'btn-success' %]" href="#modal_shop_detail" data-id='[%= it[item]["id"] %]' data-toggle="modal">跟进/查看</a> <a class="btn1 [%= (it[item]['is_look'] && it[item]['auth_edit_house'] == 0)?'btn-warning':'btn-success' %]" href="#modal_shop_detail" data-id='[%= it[item]["id"] %]' data-toggle="modal">跟进/查看</a>
<a class="btn1 is_show_shoucang [%= sw(it[item]['is_collect']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'> <!--<a class="btn1 is_show_shoucang [%= sw(it[item]['is_collect']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["is_collect"] == 1) { %] [%if(it[item]["is_collect"] == 1) { %]
取消收藏 取消收藏
[% }else if(it[item]["is_collect"] == 2 ) { %] [% }else if(it[item]["is_collect"] == 2 ) { %]
收藏 收藏
[% } %] [% } %]
</a> </a>-->
[% } %] [% } %]
[% if(it[item]["is_vip"] == 1) { %] [% if(it[item]["is_vip"] == 1) { %]
...@@ -104,7 +85,7 @@ ...@@ -104,7 +85,7 @@
[% if(check_auth('index/houseEdit')) { %] [% if(check_auth('index/houseEdit')) { %]
<a class="btn1 btn-success is_show btn-default-hide-display" data-toggle="modal" data-id='[%= it[item]["id"] %]'> <!--<a class="btn1 btn-success is_show btn-default-hide-display" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[% if(it[item]["is_carefully_chosen"] == 0) { %] [% if(it[item]["is_carefully_chosen"] == 0) { %]
推荐至首页 推荐至首页
[% }else if(it[item]["is_carefully_chosen"] == 1 ) { %] [% }else if(it[item]["is_carefully_chosen"] == 1 ) { %]
...@@ -112,39 +93,39 @@ ...@@ -112,39 +93,39 @@
[% } %] [% } %]
</a> </a>-->
[% } %] [% } %]
[% if(check_auth('index/lockHouse')) { %] [% if(check_auth('index/lockHouse')) { %]
<a class="btn1 is_show_lock_plate btn-default-hide-display [%= sw2(it[item]['is_lock']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'> <!--<a class="btn1 is_show_lock_plate btn-default-hide-display [%= sw2(it[item]['is_lock']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["is_lock"] == 1 ) { %] [%if(it[item]["is_lock"] == 1 ) { %]
已锁盘 已锁盘
[% }else{ %] [% }else{ %]
锁盘 锁盘
[% } %] [% } %]
</a> </a>-->
[% } %] [% } %]
[% if(it[item]["is_can_edit_only_contract"] == 0) { %] [% if(it[item]["is_can_edit_only_contract"] == 0) { %]
<a class="btn1 btn-success dujia btn-default-hide-display" href="#modal-dujia" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-exclusive='[%= it[item]["auth_edit_exclusive"] %]'>是否独家</a> <!--<a class="btn1 btn-success dujia btn-default-hide-display" href="#modal-dujia" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-exclusive='[%= it[item]["auth_edit_exclusive"] %]'>是否独家</a>
[% } %] --> [% } %]
[% if(check_auth('index/houseDel')) { %] [% if(check_auth('index/houseDel')) { %]
[% if((it[item]["status"] != 3)){ %] [% if((it[item]["status"] != 3)){ %]
<a data-toggle="modal" data-id='[%= it[item]["id"] %]' href="#modal-delete" class="btn1 btn-danger add_applies del_modal btn-default-hide-display">无效</a> <!--<a data-toggle="modal" data-id='[%= it[item]["id"] %]' href="#modal-delete" class="btn1 btn-danger add_applies del_modal btn-default-hide-display">无效</a>
[% }else{ %] [% }else{ %]
<a data-toggle="modal" data-id='[%= it[item]["id"] %]' class="btn1 btn-default add_applies del_modal btn-default-hide-display">已无效</a> <a data-toggle="modal" data-id='[%= it[item]["id"] %]' class="btn1 btn-default add_applies del_modal btn-default-hide-display">已无效</a>
[% } %] [% } %]-->
[% } %] [% } %]
[% if(check_auth('index/vipHouse')) { %] [% if(check_auth('index/vipHouse')) { %]
<a class="btn1 is_vip_plate btn-default-hide-display [%= sw3(it[item]['is_vip']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'> <!--<a class="btn1 is_vip_plate btn-default-hide-display [%= sw3(it[item]['is_vip']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["is_vip"] == 1 ) { %] [%if(it[item]["is_vip"] == 1 ) { %]
取消VIP 取消VIP
[% }else { %] [% }else { %]
VIP VIP
[% } %] [% } %]
</a> </a>-->
[% } %] [% } %]
<a class="btn1 btn-default btn-default-hide-caozuo btn-default-hide-display"><<<</a> <a class="btn1 btn-default btn-default-hide-caozuo btn-default-hide-display"><<<</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