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
4a7dde5f
Commit
4a7dde5f
authored
Nov 22, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进修改
parent
cb83b1f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+2
-2
remark_follow_template_tpl.html
public/resource/template/remark_follow_template_tpl.html
+13
-13
No files found.
application/index/view/remark/remark_follow_index.html
View file @
4a7dde5f
...
...
@@ -385,10 +385,10 @@
</tr>
<tr>
<th
class=
"text-center"
>
跟进时间
</th>
<th
class=
"text-center"
>
客户姓名
</th>
<th
class=
"text-center"
>
客户ID
</th>
<th
class=
"text-center"
>
跟进内容/跟进标签
</th>
<th
class=
"text-center"
>
跟进人
</th>
<th
class=
"text-center"
>
客户姓名
</th>
<th
class=
"text-center"
>
客户电话
</th>
<th
class=
"text-center"
>
操作
</th>
</tr>
</thead>
...
...
public/resource/template/remark_follow_template_tpl.html
View file @
4a7dde5f
...
...
@@ -6,6 +6,19 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'user_name'
])
{
%
]
[
%=
it
[
item
][
'user_name'
]
%
]
[
%
}
%
]
[
%
if
(
it
[
item
][
"is_outstrip_twenty_four_hours"
]
==
0
)
{
%
]
<
span
class
=
"btn1 btn-warning btn-xs"
>
保护期内
<
/span
>
[
%
}
%
]
[
%
if
(
it
[
item
][
"is_outpace_call_num"
]
==
1
)
{
%
]
<
span
class
=
"btn1 btn-warning btn-xs"
>
达到上限
<
/span
>
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_id'
]
%
]
<
/td
>
<
td
width
=
"46%"
class
=
"text-left follow-up-home"
>
[
%
if
(
it
[
item
][
'label_name'
])
{
%
]
【
[
%=
it
[
item
][
'label_name'
]
%
]
】
...
...
@@ -21,19 +34,6 @@
[
%=
dealPunctuation
(
it
[
item
][
'content'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'admin'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'user_name'
])
{
%
]
[
%=
it
[
item
][
'user_name'
]
%
]
[
%
}
%
]
[
%
if
(
it
[
item
][
"is_outstrip_twenty_four_hours"
]
==
0
)
{
%
]
<
span
class
=
"btn1 btn-warning btn-xs"
>
保护期内
<
/span
>
[
%
}
%
]
[
%
if
(
it
[
item
][
"is_outpace_call_num"
]
==
1
)
{
%
]
<
span
class
=
"btn1 btn-warning btn-xs"
>
达到上限
<
/span
>
[
%
}
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td
>
<
td
width
=
"16%"
>
[
%
if
((
it
[
item
][
'agent_id'
]
*
1
==
0
)
||
(
check_auth
(
'index/useraction_search'
)))
{
%
]
...
...
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