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
052fec6a
Commit
052fec6a
authored
Jul 17, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表修改
parent
c8fb7853
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
users_list.html
application/index/view/member/users_list.html
+9
-10
user.js
public/resource/js/user.js
+2
-2
No files found.
application/index/view/member/users_list.html
View file @
052fec6a
...
...
@@ -749,13 +749,12 @@
<div
class=
"clear"
>
</div>
<div
class=
"followup-modal-list-area"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<tbody
class=
"text-center "
id=
"caozuo_table2 "
>
</tbody>
</table>
</div>
</div>
<div
class=
"modal-footer "
>
<button
type=
"button "
class=
"btn btn-default "
data-dismiss=
"modal "
>
关闭
...
...
@@ -894,31 +893,31 @@
<!-- /.modal -->
</div>
<!--拨打手机号-->
<div
class=
"modal fade "
id=
"modal-call
"
tabindex=
"-1 "
role=
"dialog "
aria-labelledby=
"myModalLabel "
aria-hidden=
"true "
>
<div
class=
"modal fade "
id=
"modal-call"
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
type=
"button "
class=
"close "
data-dismiss=
"modal
"
aria-hidden=
"true
"
>
×
</button>
<h4
class=
"modal-title "
>
请使用
<span
id=
"phone_title
"
>
<span
id=
"phone_title"
>
</span>
的手机拨打该虚拟号
</h4>
</div>
<div
class=
"modal-body "
>
<div
class=
"modal-body "
>
<
input
type=
"hidden "
value=
" "
id=
"delete_id "
/>
<span
id=
"phone_title2
"
>
<
!--<input type="hidden " value=" " id="delete_id " />-->
<span
id=
"phone_title2"
>
</span>
</div>
</div>
<div
class=
"modal-footer
"
>
<button
type=
"button
"
class=
"btn btn-default "
data-dismiss=
"modal "
id=
"unbind_call
"
>
没打通
<div
class=
"modal-footer"
>
<button
type=
"button
"
class=
"btn btn-default "
data-dismiss=
"modal"
id=
"unbind_call
"
>
没打通
</button>
<button
type=
"button
"
class=
"btn btn-primary "
id=
" "
data-dismiss=
"modal
"
>
<button
type=
"button
"
class=
"btn btn-primary "
data-dismiss=
"modal
"
>
已拨打
</button>
</div>
...
...
public/resource/js/user.js
View file @
052fec6a
...
...
@@ -188,11 +188,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
}
});
//拨打手机号
$
(
document
).
on
(
"click"
,
"#user_call"
,
function
()
{
//手机号搜索客方
$
(
document
).
on
(
"click"
,
"#user_call"
,
function
()
{
user
.
user_Call
();
});
//没打通手机号
$
(
document
).
on
(
"click"
,
"#unbind_call"
,
function
()
{
//手机号搜索客方
$
(
document
).
on
(
"click"
,
"#unbind_call"
,
function
()
{
user
.
unbind_Call
();
});
...
...
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