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
5da73201
Commit
5da73201
authored
Aug 15, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
eb5c7cfa
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
4 deletions
+11
-4
HouseFollowUp.html
application/index/view/houses/HouseFollowUp.html
+1
-0
public.css
public/resource/css/public.css
+6
-0
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+1
-1
user.js
public/resource/js/user.js
+1
-1
followHouseUp_template_tpl.html
public/resource/template/followHouseUp_template_tpl.html
+1
-1
remark_follow_template_tpl.html
public/resource/template/remark_follow_template_tpl.html
+1
-1
No files found.
application/index/view/houses/HouseFollowUp.html
View file @
5da73201
...
...
@@ -49,6 +49,7 @@
.ld-Marheight-city
{
margin-top
:
8px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
public/resource/css/public.css
View file @
5da73201
...
...
@@ -374,4 +374,9 @@ a:hover{
}
.ld-Marheight-city
{
margin-top
:
8px
;
}
.follow-up-home
{
word-break
:
break-all
;
word-wrap
:
break-word
;
overflow
:
hidden
;
}
\ No newline at end of file
public/resource/js/RemarkFollowIndex.js
View file @
5da73201
...
...
@@ -1149,7 +1149,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
//客户动态 即跟进
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
][
'user_date'
],
function
(
i
,
item
)
{
caozuo_table
+=
'<tr><td class="text-left" 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>'
;
});
if
(
caozuo_table
){
$
(
"#caozuo_table2"
).
html
(
caozuo_table
);
...
...
public/resource/js/user.js
View file @
5da73201
...
...
@@ -1234,7 +1234,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
][
'user_date'
],
function
(
i
,
item
)
{
if
(
item
.
step_name
==
'report'
){
caozuo_table
+=
'<tr><td class="text-left" 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
{
caozuo_table
+=
'<tr><td class="text-left" width="70%">'
+
item
.
step
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
}
...
...
public/resource/template/followHouseUp_template_tpl.html
View file @
5da73201
...
...
@@ -4,7 +4,7 @@
<
tr
class
=
"text-center"
>
<!--
对接接口
-->
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
width
=
"47%"
class
=
"text-left"
>
[
%=
it
[
item
][
'follow_up_info'
]
%
]
<
/td
>
<
td
width
=
"47%"
class
=
"text-left
follow-up-home
"
>
[
%=
it
[
item
][
'follow_up_info'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
...
...
public/resource/template/remark_follow_template_tpl.html
View file @
5da73201
...
...
@@ -3,7 +3,7 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
width
=
"46%"
class
=
"text-left"
>
<
td
width
=
"46%"
class
=
"text-left
follow-up-home
"
>
[
%
if
(
it
[
item
][
'label_name'
])
{
%
]
【
[
%=
it
[
item
][
'label_name'
]
%
]
】
[
%
}
else
{
%
]
...
...
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