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
0f60ccb1
Commit
0f60ccb1
authored
Sep 29, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日报修改
parent
dae21763
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
PerformanceReport.php
application/index/controller/PerformanceReport.php
+13
-0
route.php
application/route.php
+2
-2
No files found.
application/index/controller/PerformanceReport.php
View file @
0f60ccb1
...
...
@@ -77,6 +77,19 @@ class PerformanceReport extends Basic
$data
[
'total'
]
=
$res_total
;
return
$this
->
response
(
"200"
,
"成功"
,
$data
);
}
public
function
weekAchievementsReportList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'achievements_report/week-achievements-report'
);
}
}
public
function
dayAchievementsReportList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'achievements_report/day-achievements-report'
);
//执行view方法 找view文件件夹下 相对应的html文件
}
}
...
...
application/route.php
View file @
0f60ccb1
...
...
@@ -296,8 +296,8 @@ Route::group('index', [
'performancesubsidiaryList'
=>
[
'index/PerformanceSubsidiary/performancesubsidiaryList'
,
[
'method'
=>
'POST|GET'
]
],
//业绩明细liu
'myCollectionUserList'
=>
[
'index/myCollectionUser/myCollectionUserList'
,
[
'method'
=>
'POST|GET'
]
],
//我收藏的客户liu
'myCollectionShopList'
=>
[
'index/myCollectionShop/myCollectionShopList'
,
[
'method'
=>
'POST|GET'
]
],
//我收藏的客户liu
'dayAchievementsReport'
=>
[
'index/
dayAchievements
Report/dayAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]
],
//日报liu
'weekAchievementsReport'
=>
[
'index/
weekAchievements
Report/weekAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]
],
//周报liu
'dayAchievementsReport'
=>
[
'index/
Performance
Report/dayAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]
],
//日报liu
'weekAchievementsReport'
=>
[
'index/
Performance
Report/weekAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]
],
//周报liu
//‘页面的地址’ =》 index/控制器名称/使用的方法
'inviteStatistics'
=>
[
'index/InviteStatistics/inviteStatisticsList'
,
[
'method'
=>
'POST|GET'
]
],
//邀请注册liu
'operationalData'
=>
[
'index/OperationalData/operationalDataList'
,
[
'method'
=>
'POST|GET'
]
],
//运营数据统计liu
...
...
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