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
1d37dd77
Commit
1d37dd77
authored
Oct 31, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1f86364a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
InspectionRecordAll.php
application/index/controller/InspectionRecordAll.php
+0
-23
reportList.html
application/index/view/report/reportList.html
+0
-0
route.php
application/route.php
+0
-1
No files found.
application/index/controller/InspectionRecordAll.php
deleted
100644 → 0
View file @
1f86364a
<?php
namespace
app\index\controller
;
/**
* Created by PhpStorm.
* User: liu yin ping
* Date: 2018/10/30
* Time: 15:48
*/
use
app\index\extend\Basic
;
class
InspectionRecordAll
extends
Basic
{
public
function
inspectionRecordListAll
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'inspection/inspectionRecordAll'
);
}
}
}
\ No newline at end of file
application/index/view/
inspection/inspectionRecordAll
.html
→
application/index/view/
report/reportList
.html
View file @
1d37dd77
File moved
application/route.php
View file @
1d37dd77
...
@@ -291,7 +291,6 @@ Route::group('index', [
...
@@ -291,7 +291,6 @@ Route::group('index', [
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'followUpList'
=>
[
'index/HouseFollowUp/followUpList'
,
[
'method'
=>
'GET'
]
],
//商铺跟进liu
'followUpList'
=>
[
'index/HouseFollowUp/followUpList'
,
[
'method'
=>
'GET'
]
],
//商铺跟进liu
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]
],
//约带看记录liu
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]
],
//约带看记录liu
'inspectionRecordListAll'
=>
[
'index/InspectionRecordAll/inspectionRecordListAll'
,
[
'method'
=>
'GET'
]
],
//约带看记录全部liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]
],
//实时业绩liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]
],
//实时业绩liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志liu
'shopinspectionLogTest'
=>
[
'index/ShopInspectionLogTest/shopinspectionLogListTest'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志测试liu
'shopinspectionLogTest'
=>
[
'index/ShopInspectionLogTest/shopinspectionLogListTest'
,
[
'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