Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
Overview
Overview
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
HTML5-李恒逸
sunac-quanmin
Commits
f25c84ca
Commit
f25c84ca
authored
Jun 30, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 渠道展示时间错误
parent
6c576b56
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
customer.php
html/application/controllers/distributor/customer.php
+1
-1
follow.php
html/application/views/channel/follow.php
+4
-4
No files found.
html/application/controllers/distributor/customer.php
View file @
f25c84ca
...
...
@@ -145,7 +145,7 @@ class Customer extends CI_Controller {
);
$this
->
data
[
'signing'
]
=
$this
->
recommend_trace
->
get_create_time
(
$where4
);
$query
=
$this
->
customer_building
->
get_custormer_list_byStatus
(
$where
,
1
,
1
);
$query
=
$this
->
customer_building
->
get_custormer_
channel
list_byStatus
(
$where
,
1
,
1
);
if
(
$query
[
0
][
'sale_id'
]
!=
0
){
$sales
=
$this
->
user
->
get
(
array
(
'id'
=>
$query
[
0
][
'sale_id'
]));
$this
->
data
[
'sales_name'
]
=
$sales
[
'true_name'
];
...
...
html/application/views/channel/follow.php
View file @
f25c84ca
...
...
@@ -73,7 +73,7 @@
<?php
if
(
$counts
>=
1
){
?>
<div
class=
"li-div step-one"
>
<div
class=
"left"
>
已分配对应的销售员
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
feedbacks
[
0
]
[
'create_time'
])
?>
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
distribution
[
'create_time'
])
?>
</div>
<div
class=
"clearf"
></div>
</div>
<div
class=
"li-circle curr"
></div>
...
...
@@ -92,7 +92,7 @@
<?php
if
(
$counts
>=
2
)
{
?>
<div
class=
"li-div step-two"
>
<div
class=
"left"
>
到访看房
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
feedbacks
[
0
]
[
'create_time'
])
?>
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
visit_time
[
'create_time'
])
?>
</div>
<div
class=
"clearf"
></div>
<div
style=
"color: #999; font-size: 12px;margin-top: 4px;"
>
<?php
echo
(
isset
(
$feedbacks
[
2
][
'remark'
])
&&
$feedbacks
[
2
][
'remark'
]
!=
""
)
?
$feedbacks
[
2
][
'remark'
]
:
""
?>
...
...
@@ -112,7 +112,7 @@
<?php
if
(
$counts
>=
3
)
{
?>
<div
class=
"li-div step-three"
>
<div
class=
"left"
>
已认购
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
feedbacks
[
0
]
[
'create_time'
])
?>
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
subscribe
[
'create_time'
])
?>
</div>
<div
class=
"clearf"
></div>
<div
style=
"color: #999; font-size: 12px;margin-top: 4px;"
>
<?php
echo
(
isset
(
$feedbacks
[
3
][
'remark'
])
&&
$feedbacks
[
3
][
'remark'
]
!=
""
)
?
$feedbacks
[
3
][
'remark'
]
:
""
?>
...
...
@@ -132,7 +132,7 @@
<?php
if
(
$counts
>=
4
){
?>
<div
class=
"li-div step-four"
>
<div
class=
"left"
>
已签约
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
feedbacks
[
0
]
[
'create_time'
])
?>
</div>
<div
class=
"right div-time"
>
<?php
echo
mdate
(
$dateformat
,
$
signing
[
'create_time'
])
?>
</div>
<div
class=
"clearf"
></div>
</div>
<div
class=
"li-circle curr"
></div>
...
...
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