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
54d28f81
Commit
54d28f81
authored
Jan 03, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户详情优化
parent
926e97a0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
3 deletions
+24
-3
users_list.html
application/index/view/member/users_list.html
+6
-1
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+6
-1
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+6
-0
user.js
public/resource/js/user.js
+6
-1
No files found.
application/index/view/member/users_list.html
View file @
54d28f81
...
@@ -888,7 +888,7 @@
...
@@ -888,7 +888,7 @@
<span
class=
"text-info"
>
客户动态
</span>
<span
class=
"text-info"
>
客户动态
</span>
<span>
带看动态
</span>
<span>
带看动态
</span>
</span>
</span>
<span
class=
"user-log-more text-info"
style=
"float: right;"
>
加载更多
</span>
</div>
</div>
<div
id=
"gen_jing_user"
>
<div
id=
"gen_jing_user"
>
<div>
<div>
...
@@ -896,6 +896,11 @@
...
@@ -896,6 +896,11 @@
<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
class=
"text-center"
id=
"caozuo_table2"
>
</tbody>
</tbody>
<tr
class=
"text-center is-show-more-followlog"
>
<td
colspan=
"3"
>
<span
class=
"user-log-more text-info"
style=
"cursor: pointer;"
>
加载更多
</span>
</td>
</tr>
</table>
</table>
</div>
</div>
<div
class=
"follow-up-modal-list-area"
style=
"height: 212px"
>
<div
class=
"follow-up-modal-list-area"
style=
"height: 212px"
>
...
...
application/index/view/remark/remark_follow_index.html
View file @
54d28f81
...
@@ -607,7 +607,7 @@
...
@@ -607,7 +607,7 @@
<span
class=
"text-info"
>
客户动态
</span>
<span
class=
"text-info"
>
客户动态
</span>
<span>
带看动态
</span>
<span>
带看动态
</span>
</span>
</span>
<
span
class=
"user-log-more text-info"
style=
"float: right;"
>
加载更多
</span
>
<
!--<span class="user-log-more text-info" style="float: right;">加载更多</span>--
>
</div>
</div>
<div
id=
"gen_jing_user"
>
<div
id=
"gen_jing_user"
>
<div>
<div>
...
@@ -615,6 +615,11 @@
...
@@ -615,6 +615,11 @@
<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
class=
"text-center"
id=
"caozuo_table2"
>
</tbody>
</tbody>
<tr
class=
"text-center"
>
<td
colspan=
"3"
>
<span
class=
"user-log-more text-info"
style=
"cursor: pointer;"
>
加载更多
</span>
</td>
</tr>
</table>
</table>
</div>
</div>
<div
class=
"follow-up-modal-list-area"
style=
"height: 212px"
>
<div
class=
"follow-up-modal-list-area"
style=
"height: 212px"
>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
54d28f81
...
@@ -2004,6 +2004,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -2004,6 +2004,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
data
)
{
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
$
(
'.is-show-more-followlog'
).
show
();
//客户动态 即跟进
//客户动态 即跟进
var
caozuo_table
=
""
;
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
...
@@ -2031,6 +2033,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -2031,6 +2033,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
}
else
{
}
else
{
if
(
user
.
pageNoUser
==
1
){
if
(
user
.
pageNoUser
==
1
){
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
$
(
'.is-show-more-followlog'
).
hide
();
};
};
if
(
user
.
moreUser
){
if
(
user
.
moreUser
){
alert
(
'暂无跟进信息!!!'
);
alert
(
'暂无跟进信息!!!'
);
...
@@ -2060,6 +2064,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -2060,6 +2064,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
if
(
item
.
step_name
==
'report'
){
if
(
item
.
step_name
==
'report'
){
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'到场时间:'
+
item
.
predict_see_time
+
'备注:'
+
item
.
intro
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'到场时间:'
+
item
.
predict_see_time
+
'备注:'
+
item
.
intro
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
else
if
(
item
.
step_name
==
'follow_up_log'
){
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">报备跟进'
+
item
.
step
+
'属于哪类客户:'
+
item
.
user_type
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
else
{
}
else
{
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
}
...
...
public/resource/js/user.js
View file @
54d28f81
...
@@ -2284,6 +2284,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -2284,6 +2284,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
data
)
{
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
$
(
'.is-show-more-followlog'
).
show
();
//客户动态 即跟进
//客户动态 即跟进
var
caozuo_table
=
""
;
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
...
@@ -2304,13 +2305,15 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -2304,13 +2305,15 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$
(
"#caozuo_table2"
).
append
(
caozuo_table
);
$
(
"#caozuo_table2"
).
append
(
caozuo_table
);
}
else
{
}
else
{
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
}
}
//滚动条 回到顶部
//滚动条 回到顶部
//
$('.follow-up-modal-list-area').scrollTop(0);
$
(
'.follow-up-modal-list-area'
).
scrollTop
(
0
);
}
else
{
}
else
{
if
(
user
.
pageNoUser
==
1
){
if
(
user
.
pageNoUser
==
1
){
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
$
(
'.is-show-more-followlog'
).
hide
();
}
}
if
(
user
.
moreUser
){
if
(
user
.
moreUser
){
alert
(
'暂无跟进信息!!!'
);
alert
(
'暂无跟进信息!!!'
);
...
@@ -2340,6 +2343,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -2340,6 +2343,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
],
function
(
i
,
item
)
{
if
(
item
.
step_name
==
'report'
){
if
(
item
.
step_name
==
'report'
){
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'到场时间:'
+
item
.
predict_see_time
+
'备注:'
+
item
.
intro
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'到场时间:'
+
item
.
predict_see_time
+
'备注:'
+
item
.
intro
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
else
if
(
item
.
step_name
==
'follow_up_log'
){
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">报备跟进'
+
item
.
step
+
'属于哪类客户:'
+
item
.
user_type
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
else
{
}
else
{
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table
+=
'<tr><td class="text-left follow-up-home" width="70%">'
+
item
.
step
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
}
...
...
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