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
e8a7af18
Commit
e8a7af18
authored
Aug 03, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0723-v2.5.0' into test
parents
a6aafb76
50aba622
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
customerinfo_details_new.css
public/app/css/customerinfo_details_new.css
+3
-0
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+3
-2
No files found.
public/app/css/customerinfo_details_new.css
View file @
e8a7af18
...
@@ -125,6 +125,9 @@ header .icon-link{
...
@@ -125,6 +125,9 @@ header .icon-link{
.sec-dynamic
>
ul
>
li
+
li
{
.sec-dynamic
>
ul
>
li
+
li
{
margin-top
:
.2rem
;
margin-top
:
.2rem
;
}
}
.sec-dynamic
>
ul
>
li
.li-sp-active
{
background-color
:
#fcba38
;
}
.sec-dynamic
>
ul
>
li
>
.li-top
>
div
{
.sec-dynamic
>
ul
>
li
>
.li-top
>
div
{
float
:
left
;
float
:
left
;
}
}
...
...
public/app/js/customerinfo_details_new.js
View file @
e8a7af18
...
@@ -147,13 +147,14 @@ function loadMain(){
...
@@ -147,13 +147,14 @@ function loadMain(){
var
_htmlTemp
=
''
;
var
_htmlTemp
=
''
;
if
(
data
[
'data'
][
'user_date'
]
&&
data
[
'data'
][
'user_date'
].
length
>
0
){
if
(
data
[
'data'
][
'user_date'
]
&&
data
[
'data'
][
'user_date'
].
length
>
0
){
$
.
each
(
data
[
'data'
][
'user_date'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
][
'user_date'
],
function
(
i
,
item
)
{
_htmlTemp
+=
'<li><div class="li-top"><div class="li-top-left"><img src="{0}" onerror="javascript:this.src=
\'
/app/images/ic_default_headpic.png
\'
" /></div><div class="li-top-right"><div class="li-top-right-header"><div>{1}</div><div>{3}</div></div><p>{2}{5}</p>{6}</div></div></li>'
.
stringFormatObj
({
_htmlTemp
+=
'<li
class="{7}"
><div class="li-top"><div class="li-top-left"><img src="{0}" onerror="javascript:this.src=
\'
/app/images/ic_default_headpic.png
\'
" /></div><div class="li-top-right"><div class="li-top-right-header"><div>{1}</div><div>{3}</div></div><p>{2}{5}</p>{6}</div></div></li>'
.
stringFormatObj
({
'0'
:
data
[
'data'
][
'agent_path'
]
+
item
[
'img'
],
'0'
:
data
[
'data'
][
'agent_path'
]
+
item
[
'img'
],
'1'
:
item
[
'name'
],
'1'
:
item
[
'name'
],
'2'
:
item
[
'step_name'
]
==
'phone_fllow_up'
?
'电话跟进:'
:(
item
[
'step_name'
]
==
'fllow_up'
?
'跟进:'
:
''
),
'2'
:
item
[
'step_name'
]
==
'phone_fllow_up'
?
'电话跟进:'
:(
item
[
'step_name'
]
==
'fllow_up'
?
'跟进:'
:
''
),
'3'
:
(
item
[
'create_time'
]
==
null
?
null
:
item
[
'create_time'
]),
'3'
:
(
item
[
'create_time'
]
==
null
?
null
:
item
[
'create_time'
]),
'5'
:
item
[
'step'
],
'5'
:
item
[
'step'
],
'6'
:
item
[
'step_name'
]
==
'follow_up_log'
?
dealSp
(
item
):
''
'6'
:
item
[
'step_name'
]
==
'follow_up_log'
?
dealSp
(
item
):
''
,
'7'
:
(
item
[
'step_name'
]
==
'report'
||
item
[
'step_name'
]
==
'march_in'
)?
'li-sp-active'
:
''
});
});
});
});
$
(
'.sec-dynamic>ul'
).
html
(
_htmlTemp
);
$
(
'.sec-dynamic>ul'
).
html
(
_htmlTemp
);
...
...
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