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
e5f3e29d
Commit
e5f3e29d
authored
Jul 09, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
约带看列表 商铺跟进列表修改
parent
a6c37c9b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
54 additions
and
0 deletions
+54
-0
HouseFollowUp.php
application/index/controller/HouseFollowUp.php
+20
-0
InspectionRecord.php
application/index/controller/InspectionRecord.php
+19
-0
HouseFollowUp.html
application/index/view/houses/HouseFollowUp.html
+5
-0
inspectionRecord.html
application/index/view/inspection/inspectionRecord.html
+5
-0
route.php
application/route.php
+5
-0
No files found.
application/index/controller/HouseFollowUp.php
0 → 100644
View file @
e5f3e29d
<?php
/**
* Created by PhpStorm.
* User: hu jun
* Date: 2018/3/13
* Time: 15:48
*/
namespace
app\index\controller
;
use
app\index\extend\Basic
;
class
HouseFollowUp
extends
Basic
{
public
function
followUpList
(){
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'houses/HouseFollowUp'
);
}
}
}
\ No newline at end of file
application/index/controller/InspectionRecord.php
0 → 100644
View file @
e5f3e29d
<?php
/**
* Created by PhpStorm.
* User: hu jun
* Date: 2018/3/13
* Time: 15:48
*/
namespace
app\index\controller
;
use
app\index\extend\Basic
;
class
InspectionRecord
extends
Basic
{
public
function
inspectionRecordList
(){
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'inspection/inspectionRecord'
);
}
}
}
\ No newline at end of file
application/index/view/houses/HouseFollowUp.html
0 → 100644
View file @
e5f3e29d
{layout name="global/frame_tpl" /}
11111
\ No newline at end of file
application/index/view/inspection/inspectionRecord.html
0 → 100644
View file @
e5f3e29d
{layout name="global/frame_tpl" /}
111118888
\ No newline at end of file
application/route.php
View file @
e5f3e29d
...
@@ -259,6 +259,11 @@ Route::group('index', [
...
@@ -259,6 +259,11 @@ Route::group('index', [
'new_text'
=>
[
'index/news/newText'
,
[
'method'
=>
'GET'
]
],
//删除商学院文章
'new_text'
=>
[
'index/news/newText'
,
[
'method'
=>
'GET'
]
],
//删除商学院文章
'agentEvaluateNumAndFraction'
=>
[
'index/agent/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'agentEvaluateNumAndFraction'
=>
[
'index/agent/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'followUpList'
=>
[
'index/HouseFollowUp/followUpList'
,
[
'method'
=>
'GET'
]
],
//商铺跟进liu
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'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