Commit 2f29daad authored by agping's avatar agping

修改

parent 545b0496
<?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
{layout name="global/frame_tpl" /}
<input type="hidden" class="page-load" id="getCollection" />
...@@ -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
]); ]);
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment