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
838cd86e
Commit
838cd86e
authored
Jun 04, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表搜索
parent
45b6df85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
27 deletions
+27
-27
officeBuildingList.html
...ication/index/view/officeBuilding/officeBuildingList.html
+2
-2
officeBuildingList.js
public/resource/js/officeBuildingList.js
+25
-25
No files found.
application/index/view/officeBuilding/officeBuildingList.html
View file @
838cd86e
...
...
@@ -304,12 +304,12 @@
</div>
<div
class=
"main-select col-xs-12"
style=
"padding:0px;"
>
<select
class=
"form-control btn11 ld-Marheight"
id=
"is_show"
>
<option
value=
"
-1
"
>
是否给商户看
</option>
<option
value=
""
>
是否给商户看
</option>
<option
value=
"0"
>
是
</option>
<option
value=
"1"
>
否
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"is_exclusive_type"
>
<option
value=
"
-1
"
>
是否独家
</option>
<option
value=
""
>
是否独家
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
</select>
...
...
public/resource/js/officeBuildingList.js
View file @
838cd86e
...
...
@@ -1315,79 +1315,79 @@ if(data.code == 200) {
params
.
agent_id
=
user_info_obj
.
id
;
params
.
pageNo
=
business
.
pageNo
;
params
.
pageSize
=
business
.
pageSize
;
if
(
params
.
is_show
){
if
(
$
(
'#is_show option:selected'
).
val
()
){
params
.
is_show
=
$
(
'#is_show option:selected'
).
val
();
//c端显示
}
if
(
params
.
city
){
if
(
$
(
'.shop_city_choose_site_list'
).
val
()
){
params
.
city
=
$
(
'.shop_city_choose_site_list'
).
val
();
//城市筛选
}
if
(
params
.
disc
){
if
(
$
(
'#shop_area_id'
).
val
()
){
params
.
disc
=
$
(
'#shop_area_id'
).
val
();
//区域筛选
}
if
(
params
.
business_district_id
){
if
(
$
(
'#business_circle_id'
).
val
()
){
params
.
business_district_id
=
$
(
'#business_circle_id'
).
val
();
//商圈筛选
}
if
(
params
.
dish_phone
){
if
(
$
(
'#dish_phone'
).
val
()
){
params
.
dish_phone
=
$
(
'#dish_phone'
).
val
();
//盘方手机号
}
if
(
params
.
landlord_phone
){
if
(
$
(
'#landlord_phone'
).
val
()
){
params
.
landlord_phone
=
$
(
'#landlord_phone'
).
val
();
//房东手机号
}
if
(
params
.
create_time_start
){
if
(
$
(
'#start_date'
).
val
()
){
params
.
create_time_start
=
$
(
'#start_date'
).
val
();
//时间1
}
if
(
params
.
create_time_end
){
if
(
$
(
'#end_date'
).
val
()
){
params
.
create_time_end
=
$
(
'#end_date'
).
val
();
//时间2
}
if
(
params
.
dish_district_id
){
if
(
$
(
'#district_id_panfang'
).
val
()
){
params
.
dish_district_id
=
$
(
'#district_id_panfang'
).
val
();
//盘方 部门 id
}
if
(
params
.
dish_store_id
){
if
(
$
(
'#guest_stores_panfang'
).
val
()
){
params
.
dish_store_id
=
$
(
'#guest_stores_panfang'
).
val
();
//盘方 门店 id
}
if
(
params
.
dish_nam
e
){
if
(
business
.
agent_id_choos
e
){
params
.
dish_name
=
business
.
agent_id_choose
;
//盘方姓名 下拉式
}
if
(
params
.
area_start
){
if
(
$
(
'#area_start'
).
val
()
){
params
.
area_start
=
$
(
'#area_start'
).
val
();
//面积开始
}
if
(
params
.
area_end
){
if
(
$
(
'#area_end'
).
val
()
){
params
.
area_end
=
$
(
'#area_end'
).
val
();
//面积结束
}
if
(
params
.
station_start
){
if
(
$
(
'#station_start'
).
val
()
){
params
.
station_start
=
$
(
'#station_start'
).
val
();
//工位开始
}
if
(
params
.
station_end
){
if
(
$
(
'#station_end'
).
val
()
){
params
.
station_end
=
$
(
'#station_end'
).
val
();
//工位结束
}
if
(
params
.
title
){
if
(
$
(
'#office_title'
).
val
()
){
params
.
title
=
$
(
'#office_title'
).
val
();
//楼盘标题
}
if
(
params
.
id
){
if
(
$
(
'#office_id'
).
val
()
){
params
.
id
=
$
(
'#office_id'
).
val
();
//楼盘id
}
if
(
params
.
status
){
if
(
$
(
'#office_status'
).
val
()
){
params
.
status
=
$
(
'#office_status'
).
val
();
//上下架
}
if
(
params
.
is_rent
){
if
(
$
(
'#office_rent'
).
val
()
){
params
.
is_rent
=
$
(
'#office_rent'
).
val
();
//出租
}
if
(
params
.
price_total_start
){
if
(
$
(
'#price_start'
).
val
()
){
params
.
price_total_start
=
$
(
'#price_start'
).
val
();
//租金总价
}
if
(
params
.
price_total_end
){
if
(
$
(
'#price_end'
).
val
()
){
params
.
price_total_end
=
$
(
'#price_end'
).
val
();
//租金总价
}
if
(
params
.
price_start
){
if
(
$
(
'#price_end_single'
).
val
()
){
params
.
price_start
=
$
(
'#price_end_single'
).
val
();
//租金单价
}
if
(
params
.
price_end
){
if
(
$
(
'#price_end_single'
).
val
()
){
params
.
price_end
=
$
(
'#price_end_single'
).
val
();
//租金单价
}
if
(
params
.
address
){
if
(
$
(
'#office_adrress'
).
val
()
){
params
.
address
=
$
(
'#office_adrress'
).
val
();
//地址
}
if
(
params
.
is_exclusive_type
){
if
(
$
(
'#is_exclusive_type'
).
val
()
){
params
.
is_exclusive_type
=
$
(
'#is_exclusive_type'
).
val
();
//是否独家
}
$
.
ajax
({
...
...
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