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
46c624a5
Commit
46c624a5
authored
Nov 13, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进场商铺类型搜索处理
parent
6e62364f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MarchIn.php
application/index/controller/MarchIn.php
+1
-1
marchin_list.html
application/index/view/marchin/marchin_list.html
+1
-1
No files found.
application/index/controller/MarchIn.php
View file @
46c624a5
...
...
@@ -84,7 +84,7 @@ class MarchIn extends Basic
$where
[
'c.house_title'
]
=
[
'LIKE'
,
'%'
.
$params
[
'house_title'
]
.
'%'
];
}
//9.商铺类型
if
(
!
empty
(
$params
[
'shop_type'
])
)
{
if
(
isset
(
$params
[
'shop_type'
])
&&
$params
[
'shop_type'
]
!=
-
1
)
{
$where
[
'f.shop_type'
]
=
$params
[
'shop_type'
]
;
}
//搜索条件 end
...
...
application/index/view/marchin/marchin_list.html
View file @
46c624a5
...
...
@@ -71,7 +71,7 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"report_agent_phone"
placeholder=
"报备人手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"house_title"
placeholder=
"商铺名"
type=
"text"
value=
""
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_type"
>
<option
value=
""
>
商铺类型
</option>
<option
value=
"
-1
"
>
商铺类型
</option>
<option
value=
"0"
>
商场
</option>
<option
value=
"1"
>
街铺
</option>
</select>
...
...
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