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
d1e4174b
Commit
d1e4174b
authored
Jan 22, 2018
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表UI
parent
3660d0b0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
157 additions
and
4 deletions
+157
-4
Houses.php
application/index/controller/Houses.php
+1
-1
houseList.html
application/index/view/houses/houseList.html
+147
-0
index.html
application/index/view/houses/index.html
+0
-3
public.css
public/resource/css/public.css
+9
-0
No files found.
application/index/controller/Houses.php
View file @
d1e4174b
...
...
@@ -19,7 +19,7 @@ use app\model\HouseInfos;
class
Houses
extends
Basic
{
public
function
index
()
{
return
view
(
'
index
'
);
return
view
(
'
houseList
'
);
}
/**
...
...
application/index/view/houses/houseList.html
0 → 100644
View file @
d1e4174b
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"home"
/>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-10 col-lg-offset-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<li><a
href=
"#"
>
商铺列表
</a></li>
<li
class=
"active"
>
新增商铺
</li>
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
<li>
<a
href=
"#modal-add-do"
data-toggle=
"modal"
class=
"btn btn-default"
><i
class=
"icon-plus"
></i>
新增商铺
</a>
</li>
</ul>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"9"
>
<form
id=
"form_search"
>
<select
class=
"form-control btn2"
>
<option
class=
"successModel"
>
是否显示在首页
</option>
<option>
是
</option>
<option>
否
</option>
</select>
<select
class=
"form-control btn2"
>
<option
class=
"successModel"
>
是否公开
</option>
<option>
是
</option>
<option>
否
</option>
</select>
<select
class=
"form-control btn2"
>
<option
class=
"successModel"
>
商铺类型
</option>
<option>
商场
</option>
<option>
街铺
</option>
</select>
<select
class=
"form-control btn2"
>
<option
class=
"successModel"
>
商铺状态
</option>
<option>
已租
</option>
<option>
待租
</option>
</select>
<select
class=
"form-control btn2"
>
<option
class=
"successModel"
>
10000以下
</option>
<option>
10000-30000
</option>
<option>
30000以上
</option>
</select>
<select
class=
"form-control btn2"
>
<option
class=
"successModel"
>
是否独家
</option>
<option>
是
</option>
<option>
否
</option>
</select>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"name"
placeholder=
"商铺名称"
type=
"text"
value=
""
>
<div
class=
"row"
>
</div>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"yetai"
placeholder=
"业态"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"admin"
placeholder=
"盘方"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"admin_num"
placeholder=
"店铺编号"
type=
"text"
value=
""
>
<span
class=
"fore-span ld-Marheight"
>
上传时间:
</span>
<input
class=
"form-control btn2 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn2 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<span
class=
"btn btn-default btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-default btn3 ld-Marheight"
id=
"form_search_reset"
>
重置
</span>
</form>
</td>
</tr>
<tr>
<th
class=
"text-center"
>
编号
</th>
<th
class=
"text-center"
>
类型
</th>
<th
class=
"text-center"
>
名称
</th>
<th
class=
"text-center"
>
月租金
</th>
<th
class=
"text-center"
>
C端是否显示
</th>
<th
class=
"text-center"
>
上传时间
</th>
<th
class=
"text-center"
>
状态
</th>
<th
class=
"text-center"
>
盘方
</th>
<th
class=
"text-center"
>
操作
</th>
</tr>
</thead>
<tbody
class=
"text-center"
>
<tr>
<td>
212
</td>
<td>
商场
</td>
<td>
长兴
</td>
<td>
1000
</td>
<td>
是
</td>
<td>
2018-01-16 17:02:00
</td>
<td>
已租
</td>
<td>
张娜张
<a
data-toggle=
"modal"
data-id=
"77"
href=
"#modal-watch"
class=
"btn1 btn-danger add_applies"
>
修改
</a>
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
编辑
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
推荐至首页
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
设置案场权限人
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
是否独家
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
操作记录
</a>
<a
data-toggle=
"modal"
data-id=
"77"
href=
"#modal-watch"
class=
"btn1 btn-danger add_applies"
>
删除
</a>
</td>
</tr>
<tr>
<td>
12
</td>
<td>
街铺
</td>
<td>
大地
</td>
<td>
1000-32222
</td>
<td>
是
</td>
<td>
2018-01-16 17:02:00
</td>
<td>
已租
</td>
<td>
张娜
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
编辑
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
推荐至首页
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
设置案场权限人
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
是否独家
</a>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
data-id=
"77"
onclick=
"alertFollow(this)"
>
操作记录
</a>
<a
data-toggle=
"modal"
data-id=
"77"
href=
"#modal-watch"
class=
"btn1 btn-danger add_applies"
>
删除
</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
<div
class=
"page-cla"
>
<ul
class=
"pagination"
>
<li><a
href=
"#"
>
«
</a></li>
<li><a
href=
"#"
>
1
</a></li>
<li><a
href=
"#"
>
2
</a></li>
<li><a
href=
"#"
>
3
</a></li>
<li><a
href=
"#"
>
4
</a></li>
<li><a
href=
"#"
>
5
</a></li>
<li><a
href=
"#"
>
»
</a></li>
</ul>
</div>
</div>
</div>
</div>
\ No newline at end of file
application/index/view/houses/index.html
deleted
100644 → 0
View file @
3660d0b0
{layout name="global/frame_tpl" /}
<h1>
商铺列表4444
</h1>
\ No newline at end of file
public/resource/css/public.css
View file @
d1e4174b
...
...
@@ -181,4 +181,12 @@ a:hover{
}
.dropdown-menu
>
li
>
a
:hover
,
.dropdown-menu
>
li
>
a
:focus
,
.dropdown-menu
>
.active
>
a
,
.dropdown-menu
>
.active
>
a
:hover
,
.dropdown-menu
>
.active
>
a
:focus
{
background
:
rgba
(
255
,
148
,
25
,
0.1
)
!important
;
}
.successModel
{
display
:
none
;
}
/*liudan.caa*/
.ld-Marheight
{
margin-top
:
7px
;
margin-left
:
7px
;
}
\ No newline at end of file
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