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
2f29daad
Commit
2f29daad
authored
Jul 23, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
545b0496
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
3 deletions
+28
-3
RealTimePerformance.php
application/index/controller/RealTimePerformance.php
+23
-0
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+2
-0
route.php
application/route.php
+2
-0
reportDetails.vue
public/appnew/src/components/reportDetails/reportDetails.vue
+1
-3
No files found.
application/index/controller/RealTimePerformance.php
0 → 100644
View file @
2f29daad
<?php
namespace
app\index\controller
;
/**
* Created by PhpStorm.
* User: liu yin ping
* Date: 2018/3/13
* Time: 15:48
*/
use
app\index\extend\Basic
;
class
RealTimePerformance
extends
Basic
{
public
function
realtimePerformanceList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'realtime/realtimePerformance'
);
}
}
}
\ No newline at end of file
application/index/view/realtime/realtimePerformance.html
0 → 100644
View file @
2f29daad
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"getCollection"
/>
application/route.php
View file @
2f29daad
...
@@ -261,6 +261,8 @@ Route::group('index', [
...
@@ -261,6 +261,8 @@ 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
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]
],
//实时业绩liu
]);
]);
...
...
public/appnew/src/components/reportDetails/reportDetails.vue
View file @
2f29daad
...
@@ -255,9 +255,7 @@
...
@@ -255,9 +255,7 @@
}
}
})
})
.
then
(
function
(
response
)
{
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
)
{
if
(
response
.
data
.
code
==
200
&&
response
.
data
.
data
.
length
!=
0
)
{
// console.log(response.data.data.bargainInfo.account_statement);
_this
.
internal_title
=
response
.
data
.
data
.
bargainInfo
.
internal_title
;
_this
.
internal_title
=
response
.
data
.
data
.
bargainInfo
.
internal_title
;
_this
.
account_statement
=
response
.
data
.
data
.
bargainInfo
.
account_statement
;
_this
.
account_statement
=
response
.
data
.
data
.
bargainInfo
.
account_statement
;
_this
.
industry_type
=
response
.
data
.
data
.
bargainInfo
.
industry_type
;
_this
.
industry_type
=
response
.
data
.
data
.
bargainInfo
.
industry_type
;
...
...
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