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
0322179d
Commit
0322179d
authored
Nov 26, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
278c7ae7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
PerformanceService.php
application/index/service/PerformanceService.php
+5
-4
No files found.
application/index/service/PerformanceService.php
View file @
0322179d
...
...
@@ -418,6 +418,7 @@ class PerformanceService
if
(
$type
!=
1
)
{
$e_data_old
[
'team_num'
]
=
$v
[
'team_num'
];
//团队人数
}
$e_data_old
[
'followUp_sum_total'
]
=
$v
[
'followUp_sum_total'
];
//新增客户
$e_data_old
[
'add_user_num_total'
]
=
$v
[
'add_user_num_total'
];
//新增客户
$e_data_old
[
'add_house_num_total'
]
=
$v
[
'add_house_num_total'
];
//新增商铺
$e_data_old
[
'look_at_num_total'
]
=
$v
[
'look_at_num_total'
];
//报备数
...
...
@@ -432,15 +433,15 @@ class PerformanceService
// dump($e_data_new);exit;
$field_num
=
1
0
;
$field_num
=
1
1
;
if
(
$type
==
1
){
$title
=
[
'排名'
,
'门店'
,
'个人'
,
'新增客户'
,
'新增商铺'
,
'报备数'
,
'进场数'
,
'收款数'
,
'成交单数'
,
'业绩'
];
$title
=
[
'排名'
,
'门店'
,
'个人'
,
'
客源跟进'
,
'
新增客户'
,
'新增商铺'
,
'报备数'
,
'进场数'
,
'收款数'
,
'成交单数'
,
'业绩'
];
$title2
=
'个人业绩排行表('
.
$end_day
.
'至'
.
$yesterday
.
')'
;
}
elseif
(
$type
==
2
){
$title
=
[
'排名'
,
'门店'
,
'团队人数'
,
'新增客户'
,
'新增商铺'
,
'报备数'
,
'进场数'
,
'收款数'
,
'成交单数'
,
'业绩'
];
$title
=
[
'排名'
,
'门店'
,
'团队人数'
,
'
客源跟进'
,
'
新增客户'
,
'新增商铺'
,
'报备数'
,
'进场数'
,
'收款数'
,
'成交单数'
,
'业绩'
];
$title2
=
'门店业绩排行表('
.
$end_day
.
'至'
.
$yesterday
.
')'
;
}
else
{
$title
=
[
'排名'
,
'部门'
,
'团队人数'
,
'新增客户'
,
'新增商铺'
,
'报备数'
,
'进场数'
,
'收款数'
,
'成交单数'
,
'业绩'
];
$title
=
[
'排名'
,
'部门'
,
'团队人数'
,
'
客源跟进'
,
'
新增客户'
,
'新增商铺'
,
'报备数'
,
'进场数'
,
'收款数'
,
'成交单数'
,
'业绩'
];
$title2
=
'部门业绩排行表('
.
$end_day
.
'至'
.
$yesterday
.
')'
;
}
...
...
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