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
4bc94fbe
Commit
4bc94fbe
authored
Jul 04, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
办公楼 房号
parent
d666d5bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
officeBuildingList.html
application/index/view/office_room/officeBuildingList.html
+1
-0
officeBuildingList.js
public/resource/js/officeBuildingList.js
+3
-0
No files found.
application/index/view/office_room/officeBuildingList.html
View file @
4bc94fbe
...
@@ -315,6 +315,7 @@
...
@@ -315,6 +315,7 @@
</select>
</select>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"office_title"
placeholder=
"楼盘名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"office_title"
placeholder=
"楼盘名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"office_num"
placeholder=
"房号"
type=
"text"
value=
""
>
<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"
>
<option
value=
""
>
盘方部门
</option>
<option
value=
""
>
盘方部门
</option>
</select>
</select>
...
...
public/resource/js/officeBuildingList.js
View file @
4bc94fbe
...
@@ -1368,6 +1368,9 @@ if(data.code == 200) {
...
@@ -1368,6 +1368,9 @@ if(data.code == 200) {
if
(
$
(
'#office_title'
).
val
()){
if
(
$
(
'#office_title'
).
val
()){
params
.
title
=
$
(
'#office_title'
).
val
();
//楼盘标题
params
.
title
=
$
(
'#office_title'
).
val
();
//楼盘标题
}
}
if
(
$
(
'#office_num'
).
val
()){
params
.
room_number
=
$
(
'#office_num'
).
val
();
//楼盘房号
}
if
(
$
(
'#office_id'
).
val
()){
if
(
$
(
'#office_id'
).
val
()){
params
.
id
=
$
(
'#office_id'
).
val
();
//楼盘id
params
.
id
=
$
(
'#office_id'
).
val
();
//楼盘id
}
}
...
...
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