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
25c26831
Commit
25c26831
authored
Dec 12, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端
parent
acd096d1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
356 additions
and
2 deletions
+356
-2
Index.php
application/index/controller/member/Index.php
+10
-1
consumer_list.html
application/index/view/member/consumer_list.html
+166
-0
entrust_list.html
application/index/view/member/entrust_list.html
+177
-0
route.php
application/route.php
+3
-1
No files found.
application/index/controller/member/Index.php
View file @
25c26831
...
...
@@ -15,5 +15,13 @@ class Index {
public
function
preview_list
(){
return
view
(
'member/preview_list'
);
//$this->response('100',array(),'json');
}
}
public
function
entrust_list
(){
return
view
(
'member/entrust_list'
);
//$this->response('100',array(),'json');
}
public
function
consumer_list
(){
return
view
(
'member/entrust_list'
);
//$this->response('100',array(),'json');
}
}
\ No newline at end of file
application/index/view/member/consumer_list.html
0 → 100644
View file @
25c26831
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"home"
/>
<!--导航star-->
<!-- Sidebar -->
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<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"
>
用户列表
</div>
<div
class=
"panel-body"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<tr>
<td
colspan=
"6"
>
<form
action=
""
method=
"get"
id=
"form_search"
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"company_name"
name=
"company_user_name"
placeholder=
"姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"mobile"
name=
"mobile"
placeholder=
"手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"invitemobile"
name=
"mobile"
placeholder=
"邀请人手机号"
type=
"text"
value=
""
>
<span
class=
"btn btn-default btn3"
onclick=
"search()"
>
搜索
</span>
<span
class=
"btn btn-default btn3"
onclick=
"search_reset()"
>
重置
</span>
</form>
</td>
</tr>
<tr>
<th>
注册时间
</th>
<th>
用户ID
</th>
<th>
昵称和头像
</th>
<th>
手机号
</th>
<th>
邀请人
</th>
<th>
操作
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
刘女士
</td>
<td>
13545876
</td>
<td>
刘丹丹
</td>
<td>
张大大
</td>
<td>
Thornton
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
>
编辑
</a>
<a
class=
"btn1 btn-warning "
href=
"#modal-details"
data-toggle=
"modal"
onclick=
"show_details(2244)"
>
锁定
</a>
</td>
</tr>
<tr>
<td>
李楠楠
</td>
<td>
Jac12413ob
</td>
<td>
Thornton
</td>
<td>
刘丹丹
</td>
<td>
Thornton
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
>
编辑
</a>
<a
class=
"btn1 btn-warning "
href=
"#modal-details"
data-toggle=
"modal"
onclick=
"show_details(2244)"
>
锁定
</a>
</td>
</tr>
<tr>
<td>
刘丹丹
</td>
<td>
1254352
</td>
<td>
the Bird
</td>
<td>
@twitter
</td>
<td>
Thornton
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
>
编辑
</a>
<a
class=
"btn1 btn-danger"
href=
"#modal-details"
data-toggle=
"modal"
onclick=
"show_details(2244)"
>
锁定
</a>
</td>
</tr>
</tbody>
</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>
<!-- /#wrapper -->
<!-- /#跟进模态框 -->
<div
class=
"modal fade"
id=
"modal-process"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
id=
"myModalLabel"
>
跟进
</h4>
</div>
<div
class=
"modal-body"
>
<div
class=
"table-responsive table-responsive1"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<tr>
<th>
跟进内容
</th>
<th>
跟进人
</th>
<th>
跟进时间
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
更近人
</td>
<td>
Mark
</td>
<td>
Otto
</td>
</tr>
<tr>
<td>
更近时间
</td>
<td>
Jacob
</td>
<td>
Thornton
</td>
</tr>
</tbody>
</table>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
备注
</label>
<div
class=
"controls"
>
<input
class=
"form-control"
type=
"text"
id=
"content1"
name=
"content"
>
<p
class=
"help-block"
>
</p></div>
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
关闭
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
提交
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
\ No newline at end of file
application/index/view/member/entrust_list.html
0 → 100644
View file @
25c26831
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"home"
/>
<!--导航star-->
<!-- Sidebar -->
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<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"
>
委托转铺列表
</div>
<div
class=
"panel-body"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<tr>
<td
colspan=
"8"
>
<form
action=
""
method=
"get"
id=
"form_search"
>
<span
class=
"fore-span"
>
提交时间
</span>
<input
class=
"form-control btn4"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"datetime-local"
value=
""
>
<input
class=
"form-control btn4"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"datetime-local"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"company_name"
name=
"company_user_name"
placeholder=
"客户姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"mobile"
name=
"mobile"
placeholder=
"手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"invite"
name=
"invite"
placeholder=
"店铺名"
type=
"text"
value=
""
>
<span
class=
"btn btn-default btn3"
onclick=
"search()"
>
搜索
</span>
<span
class=
"btn btn-default btn3"
onclick=
"search_reset()"
>
重置
</span>
</form>
</td>
</tr>
<tr>
<th>
称呼
</th>
<th>
客户电话
</th>
<th>
经营业态
</th>
<th>
所在区域
</th>
<th>
具体地址
</th>
<th>
期望月租金
</th>
<th>
提交时间
</th>
<th>
操作
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
刘女士
</td>
<td>
13545876
</td>
<td>
刘丹丹
</td>
<td>
张大大
</td>
<td>
刘丹丹
</td>
<td>
张大大
</td>
<td>
Thornton
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
>
跟进
</a>
<a
class=
"btn1 btn-warning "
href=
"#modal-details"
data-toggle=
"modal"
onclick=
"show_details(2244)"
>
转为上架商铺
</a>
</td>
</tr>
<tr>
<td>
李楠楠
</td>
<td>
Jac12413ob
</td>
<td>
Thornton
</td>
<td>
刘丹丹
</td>
<td>
张大大
</td>
<td>
@fat
</td>
<td>
Thornton
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
>
跟进
</a>
<a
class=
"btn1 btn-warning "
href=
"#modal-details"
data-toggle=
"modal"
onclick=
"show_details(2244)"
>
转为上架商铺
</a>
</td>
</tr>
<tr>
<td>
刘丹丹
</td>
<td>
1254352
</td>
<td>
the Bird
</td>
<td>
刘丹丹
</td>
<td>
张大大
</td>
<td>
@twitter
</td>
<td>
Thornton
</td>
<td>
<a
class=
"btn1 btn-success "
href=
"#modal-process"
data-toggle=
"modal"
>
跟进
</a>
<a
class=
"btn1 btn-danger"
href=
"#modal-details"
data-toggle=
"modal"
onclick=
"show_details(2244)"
>
已转为上架商铺
</a>
</td>
</tr>
</tbody>
</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>
<!-- /#wrapper -->
<!-- /#跟进模态框 -->
<div
class=
"modal fade"
id=
"modal-process"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
id=
"myModalLabel"
>
跟进
</h4>
</div>
<div
class=
"modal-body"
>
<div
class=
"table-responsive table-responsive1"
>
<table
class=
"table table-striped table-bordered table-hover"
>
<thead>
<tr>
<th>
跟进内容
</th>
<th>
跟进人
</th>
<th>
跟进时间
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
更近人
</td>
<td>
Mark
</td>
<td>
Otto
</td>
</tr>
<tr>
<td>
更近时间
</td>
<td>
Jacob
</td>
<td>
Thornton
</td>
</tr>
</tbody>
</table>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
备注
</label>
<div
class=
"controls"
>
<input
class=
"form-control"
type=
"text"
id=
"content1"
name=
"content"
>
<p
class=
"help-block"
>
</p></div>
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
关闭
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
提交
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
\ No newline at end of file
application/route.php
View file @
25c26831
...
...
@@ -42,7 +42,9 @@ Route::rule(['/city/:name' => 'error/index'] , '' ,'GET');*/
Route
::
group
(
'index'
,[
'member'
=>
[
'index/member.index/member'
,[
'method'
=>
'get'
]],
'preview_list'
=>
[
'index/member.index/preview_list'
,[
'method'
=>
'get'
]]
'preview_list'
=>
[
'index/member.index/preview_list'
,[
'method'
=>
'get'
]],
'consumer_list'
=>
[
'index/member.index/consumer_list'
,[
'method'
=>
'get'
]],
'entrust_list'
=>
[
'index/member.index/entrust_list'
,[
'method'
=>
'get'
]]
]);
Route
::
group
(
'api'
,[
//get
...
...
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