Commit c72d11c8 authored by agping's avatar agping

1

parent 1e4028d0
...@@ -19,4 +19,10 @@ class RealTimePerformance extends Basic ...@@ -19,4 +19,10 @@ class RealTimePerformance extends Basic
return view('realtime/realtimePerformance'); return view('realtime/realtimePerformance');
} }
} }
public function realtimePerformanceOfficeList()
{
if (!$this->request->isAjax()) {
return view('realtime/realtimePerformanceOffice');
}
}
} }
\ No newline at end of file
...@@ -352,6 +352,7 @@ Route::group('index', [ ...@@ -352,6 +352,7 @@ Route::group('index', [
'userModalList' => ['index/Member/userDetail', ['method' => 'GET']], //客户跟进模态框,公用 'userModalList' => ['index/Member/userDetail', ['method' => 'GET']], //客户跟进模态框,公用
'inspectionRecordList' => ['index/InspectionRecord/inspectionRecordList', ['method' => 'GET']],//约带看记录liu 'inspectionRecordList' => ['index/InspectionRecord/inspectionRecordList', ['method' => 'GET']],//约带看记录liu
'realtimePerformance' => ['index/RealTimePerformance/realtimePerformanceList', ['method' => 'GET']],//实时业绩liu 'realtimePerformance' => ['index/RealTimePerformance/realtimePerformanceList', ['method' => 'GET']],//实时业绩liu
'realtimePerformanceOffice' => ['index/RealTimePerformance/realtimePerformanceOfficeList', ['method' => 'GET']],//实时业绩liu办公楼
'shopinspectionLog' => ['index/ShopInspectionLog/shopinspectionLogList', ['method' => 'POST|GET']],//商铺查看日志liu 'shopinspectionLog' => ['index/ShopInspectionLog/shopinspectionLogList', ['method' => 'POST|GET']],//商铺查看日志liu
'opensquareLog' => ['index/OpenSquareLog/opensquarelogList', ['method' => 'POST|GET']],//开盘广场liu 'opensquareLog' => ['index/OpenSquareLog/opensquarelogList', ['method' => 'POST|GET']],//开盘广场liu
'redEnvelope' => ['index/RedEnvelope/redEnvelopeList', ['method' => 'POST|GET']],//活动列表liu 'redEnvelope' => ['index/RedEnvelope/redEnvelopeList', ['method' => 'POST|GET']],//活动列表liu
......
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