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
e3f3a8e2
Commit
e3f3a8e2
authored
Aug 07, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增 业绩明细
parent
92637a99
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
PerformanceSubsidiary.php
application/index/controller/PerformanceSubsidiary.php
+22
-0
performancesubsidiaryList.html
...view/performancesubsidiary/performancesubsidiaryList.html
+1
-0
route.php
application/route.php
+1
-0
No files found.
application/index/controller/PerformanceSubsidiary.php
0 → 100644
View file @
e3f3a8e2
<?php
namespace
app\index\controller
;
/**
* Created by PhpStorm.
* User: liu yin ping
* Date: 2018/8/7
* Time: 15:48
*/
use
app\index\extend\Basic
;
class
PerformanceSubsidiary
extends
Basic
{
public
function
performancesubsidiaryList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'performancesubsidiary/performancesubsidiaryList'
);
}
}
}
application/index/view/performancesubsidiary/performancesubsidiaryList.html
0 → 100644
View file @
e3f3a8e2
业绩明细
application/route.php
View file @
e3f3a8e2
...
...
@@ -266,6 +266,7 @@ Route::group('index', [
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]
],
//约带看记录liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]
],
//实时业绩liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志liu
'performancesubsidiaryList'
=>
[
'index/PerformanceSubsidiary/performancesubsidiaryList'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志liu
'lookShopIndex'
=>
[
'index/LookShop/lookShopIndex'
,
[
'method'
=>
'GET'
]
],
//商铺查看日志
...
...
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