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
80b8abdc
Commit
80b8abdc
authored
Jan 08, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表
parent
7af5e51a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+1
-0
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+1
-1
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+3
-1
No files found.
application/index/view/member/user_genjing_modal.html
View file @
80b8abdc
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
.user-detail-relational
>
div
>
span
{
.user-detail-relational
>
div
>
span
{
margin-left
:
10px
;
margin-left
:
10px
;
cursor
:
pointer
;
cursor
:
pointer
;
margin-right
:
20px
;
}
}
.user-ul-liu
{
.user-ul-liu
{
height
:
auto
;
height
:
auto
;
...
...
public/resource/js/callPhoneIndex.js
View file @
80b8abdc
...
@@ -249,7 +249,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
...
@@ -249,7 +249,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
// user.user_id = $(this).attr("data-id");
// user.user_id = $(this).attr("data-id");
// user.getGenjinLabel();
// user.getGenjinLabel();
var
_$this
=
$
(
this
);
var
_$this
=
$
(
this
);
$
(
'#modal-record iframe'
).
attr
(
'src'
,
'/index/userModalList?data='
+
_$this
.
attr
(
'data-item'
)
+
'&id='
+
_$this
.
attr
(
'data-id'
)
'&type=1'
).
show
();
$
(
'#modal-record iframe'
).
attr
(
'src'
,
'/index/userModalList?data='
+
_$this
.
attr
(
'data-item'
)
+
'&id='
+
_$this
.
attr
(
'data-id'
)
+
'&type=1'
).
show
();
});
});
$
(
document
).
delegate
(
".add_alert"
,
"click"
,
function
()
{
//重置搜索
$
(
document
).
delegate
(
".add_alert"
,
"click"
,
function
()
{
//重置搜索
...
...
public/resource/js/user_genjing_modal.js
View file @
80b8abdc
...
@@ -154,6 +154,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
...
@@ -154,6 +154,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
user
.
pageNoUser
=
1
;
user
.
pageNoUser
=
1
;
$
(
'#caozuo_table2'
).
html
(
''
);
$
(
'#caozuo_table2'
).
html
(
''
);
user
.
getGenjincon
();
user
.
getGenjincon
();
user
.
getUserLogNew
();
user
.
getUserLog
(
2
);
}
}
});
});
...
@@ -1226,7 +1228,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
...
@@ -1226,7 +1228,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
//关联客户显示 解除关联
//关联客户显示 解除关联
var
user_bind_list
=
""
;
var
user_bind_list
=
""
;
$
.
each
(
data
[
'data'
][
'user_bind_list'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
][
'user_bind_list'
],
function
(
i
,
item
)
{
user_bind_list
+=
'<div>'
+
item
.
user_name
+
'
,ID:'
+
item
.
user_id
+
','
+
item
.
user_phone
+
'<span class="text-info del-relational" data-id="'
+
item
.
user_id
+
'">解除关联</span></div>'
;
user_bind_list
+=
'<div>'
+
item
.
user_name
+
'
,ID:'
+
item
.
user_id
+
','
+
hideTel
(
item
.
user_phone
)
+
'<span class="text-info del-relational" data-id="'
+
item
.
user_id
+
'">解除关联</span></div>'
;
});
});
if
(
user_bind_list
){
if
(
user_bind_list
){
$
(
".user-detail-relational"
).
html
(
user_bind_list
);
$
(
".user-detail-relational"
).
html
(
user_bind_list
);
...
...
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