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
4ba733e6
Commit
4ba733e6
authored
Jan 07, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表优化
parent
902cf510
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
users_list.html
application/index/view/member/users_list.html
+42
-0
user_template_tpl.html
public/resource/template/user_template_tpl.html
+18
-0
No files found.
application/index/view/member/users_list.html
View file @
4ba733e6
...
@@ -1395,6 +1395,48 @@
...
@@ -1395,6 +1395,48 @@
</div>
</div>
<!-- /.modal -->
<!-- /.modal -->
</div>
</div>
<!-- 客户关联记录 -->
<div
class=
"modal fade"
id=
"modal-relationalRecord"
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"
>
客户关联记录
</h4>
</div>
<div
class=
"modal-body"
style=
"padding: 25px;"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<th
class=
"text-center"
>
操作
</th>
<th
class=
"text-center"
>
操作人
</th>
<th
class=
"text-center"
>
操作时间
</th>
</tr>
</thead>
<tbody
id=
'agent_phone_binding'
>
</tbody>
</table>
</div>
</form>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
关闭
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!--加载图标-->
<!--加载图标-->
<div
id=
"main_loading_pic"
>
<div
id=
"main_loading_pic"
>
<img
src=
"/resource/image/jz2.gif"
>
<img
src=
"/resource/image/jz2.gif"
>
...
...
public/resource/template/user_template_tpl.html
View file @
4ba733e6
...
@@ -72,6 +72,7 @@
...
@@ -72,6 +72,7 @@
<
a
class
=
"btn1 is_invalid [%= sw3(it[item]['user_status']) %]"
href
=
""
data
-
id
=
'[%= it[item]["id"] %]'
data
-
status
=
'[%= it[item]["user_status"] %]'
>
无效
<
/a
>
<
a
class
=
"btn1 is_invalid [%= sw3(it[item]['user_status']) %]"
href
=
""
data
-
id
=
'[%= it[item]["id"] %]'
data
-
status
=
'[%= it[item]["user_status"] %]'
>
无效
<
/a
>
[
%
}
%
]
[
%
}
%
]
<
a
class
=
"btn1 relationalRecord btn-info"
href
=
"#modal-relationalRecord"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
toggle
=
"modal"
>
绑定记录
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
...
@@ -81,3 +82,20 @@
...
@@ -81,3 +82,20 @@
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
</script>
</script>
<!--客户列表 关联记录-->
<script
id=
"relational_record_list"
type=
"text/template"
>
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
"model"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"model"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"8"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
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