Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
bc2aa010
Commit
bc2aa010
authored
Nov 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺 面积 月租金自定义筛选
parent
b6c43f46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
17 deletions
+18
-17
houseList.html
application/index/view/houses/houseList.html
+10
-14
houseList.js
public/resource/js/houseList.js
+7
-2
professionalList.js
public/resource/js/professionalList.js
+1
-1
No files found.
application/index/view/houses/houseList.html
View file @
bc2aa010
...
@@ -231,15 +231,16 @@
...
@@ -231,15 +231,16 @@
<option
value=
"1"
selected=
"selected"
>
上架
</option>
<option
value=
"1"
selected=
"selected"
>
上架
</option>
<option
value=
"2"
>
下架
</option>
<option
value=
"2"
>
下架
</option>
</select>
</select>
<select
class=
"form-control btn2"
id=
"rent_price"
>
<span
class=
"fore-span"
>
月租金(元/月):
</span>
<option
value=
"-1"
>
月租金
</option>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"area_start"
name=
""
type=
"text"
placeholder=
"请输入"
>
<option
value=
"1"
>
10000以下
</option>
<span
class=
"fore-span"
>
-
</span>
<option
value=
"2"
>
10000-30000
</option>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"area_end"
name=
""
type=
"text"
placeholder=
"请输入"
>
<option
value=
"3"
>
30000以上
</option>
</select>
<span
class=
"fore-span"
>
面积m²:
</span>
<select
class=
"form-control btn2 "
id=
"area_id"
>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"price_start"
name=
""
type=
"text"
placeholder=
"请输入"
>
<option
value=
""
selected=
"selected"
>
面积筛选
</option>
<span
class=
"fore-span"
>
-
</span>
</select>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"price_end"
name=
""
type=
"text"
placeholder=
"请输入"
>
<select
class=
"form-control btn2 "
id=
"yetai_id"
>
<select
class=
"form-control btn2 "
id=
"yetai_id"
>
<option
value=
""
selected=
"selected"
>
业态筛选
</option>
<option
value=
""
selected=
"selected"
>
业态筛选
</option>
</select>
</select>
...
@@ -268,11 +269,6 @@
...
@@ -268,11 +269,6 @@
<!--新加筛选-->
<!--新加筛选-->
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_title_open"
placeholder=
"对外商铺名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_title_open"
placeholder=
"对外商铺名称"
type=
"text"
value=
""
>
<!--<select class="form-control btn2 ld-Marheight" id="shop_city_id">
<option value="" selected="selected">城市筛选</option>
<option value="310100">上海市</option>
<option value="330100">杭州市</option>
</select>-->
<!--新增盘方部门 盘方门店 -->
<!--新增盘方部门 盘方门店 -->
<!--二级联动-->
<!--二级联动-->
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id_panfang"
>
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id_panfang"
>
...
...
public/resource/js/houseList.js
View file @
bc2aa010
...
@@ -1218,13 +1218,11 @@ if(data.code == 200) {
...
@@ -1218,13 +1218,11 @@ if(data.code == 200) {
params
.
shop_type
=
$
(
'#shop_type option:selected'
).
val
();
//商铺类型
params
.
shop_type
=
$
(
'#shop_type option:selected'
).
val
();
//商铺类型
// params.leased = $('#leased option:selected').val(); 商铺状态
// params.leased = $('#leased option:selected').val(); 商铺状态
params
.
status
=
$
(
'#leased option:selected'
).
val
();
//商铺状态 上架 下架
params
.
status
=
$
(
'#leased option:selected'
).
val
();
//商铺状态 上架 下架
params
.
rent_price
=
$
(
'#rent_price option:selected'
).
val
();
//月租金
params
.
is_exclusive_type
=
$
(
'#is_exclusive_type option:selected'
).
val
();
//是否独家
params
.
is_exclusive_type
=
$
(
'#is_exclusive_type option:selected'
).
val
();
//是否独家
params
.
id
=
$
(
'#id'
).
val
();
//商铺编号
params
.
id
=
$
(
'#id'
).
val
();
//商铺编号
params
.
internal_address
=
$
(
'#shop_address'
).
val
();
//商铺地址,即对内地址
params
.
internal_address
=
$
(
'#shop_address'
).
val
();
//商铺地址,即对内地址
params
.
internal_title
=
$
(
'#internal_title'
).
val
();
//对内商铺名称
params
.
internal_title
=
$
(
'#internal_title'
).
val
();
//对内商铺名称
params
.
external_title
=
$
(
'#internal_title_open'
).
val
();
//对外商铺名称
params
.
external_title
=
$
(
'#internal_title_open'
).
val
();
//对外商铺名称
params
.
area
=
$
(
'#area_id'
).
val
();
//面积筛选
params
.
is_lock
=
$
(
'#is_lock_plate'
).
val
();
//锁盘筛选
params
.
is_lock
=
$
(
'#is_lock_plate'
).
val
();
//锁盘筛选
params
.
vip
=
$
(
'#is_vip_plate'
).
val
();
//VIP盘筛选
params
.
vip
=
$
(
'#is_vip_plate'
).
val
();
//VIP盘筛选
//添加个人商铺和所有商铺选择功能
//添加个人商铺和所有商铺选择功能
...
@@ -1240,6 +1238,13 @@ if(data.code == 200) {
...
@@ -1240,6 +1238,13 @@ if(data.code == 200) {
params
.
dish_district_id
=
$
(
'#district_id_panfang'
).
val
();
//盘方 部门 id
params
.
dish_district_id
=
$
(
'#district_id_panfang'
).
val
();
//盘方 部门 id
params
.
dish_store_id
=
$
(
'#guest_stores_panfang'
).
val
();
//盘方 门店 id
params
.
dish_store_id
=
$
(
'#guest_stores_panfang'
).
val
();
//盘方 门店 id
params
.
dish_name
=
business
.
agent_id_choose
;
//盘方姓名 下拉式
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
();
//月租金结束
$
.
ajax
({
$
.
ajax
({
url
:
'/index/getHouseList.html'
,
//获取列表
url
:
'/index/getHouseList.html'
,
//获取列表
type
:
'GET'
,
type
:
'GET'
,
...
...
public/resource/js/professionalList.js
View file @
bc2aa010
...
@@ -64,7 +64,7 @@ define(['doT', 'text!temp/professional_list_template_tpl.html', 'text!temp/repor
...
@@ -64,7 +64,7 @@ define(['doT', 'text!temp/professional_list_template_tpl.html', 'text!temp/repor
var
_this
=
$
(
this
);
var
_this
=
$
(
this
);
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
if
(
_this
.
index
()
==
0
){
if
(
_this
.
index
()
==
0
){
professional
.
mainTabIndex
=
''
;
professional
.
mainTabIndex
=
-
1
;
}
}
if
(
_this
.
index
()
==
1
){
if
(
_this
.
index
()
==
1
){
professional
.
mainTabIndex
=
1
;
professional
.
mainTabIndex
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment