Commit 2dde883e authored by zhuwei's avatar zhuwei

业绩明细

parent cd86bb1d
...@@ -1224,6 +1224,7 @@ Route::group('office_index', [ ...@@ -1224,6 +1224,7 @@ Route::group('office_index', [
'exportExcel' => ['index/OfficeFinance/exportExcel', ['method' => 'get']], //导出分佣 'exportExcel' => ['index/OfficeFinance/exportExcel', ['method' => 'get']], //导出分佣
'getCommissionTotalList' => ['index/OfficeFinance/getCommissionTotalList', ['method' => 'GET']], //分佣提成汇总表 'getCommissionTotalList' => ['index/OfficeFinance/getCommissionTotalList', ['method' => 'GET']], //分佣提成汇总表
'performanceInfo' => ['index/OfficePerformanceInfo/performanceInfo', ['method' => 'GET|POST']],//业绩明细办公楼 'performanceInfo' => ['index/OfficePerformanceInfo/performanceInfo', ['method' => 'GET|POST']],//业绩明细办公楼
'getPerformanceInfoExcel' => ['index/OfficePerformanceInfo/getPerformanceInfoExcel', ['method' => 'GET|POST']],//
'selectDistrictPerformance' => ['index/OfficePerformance/selectDistrictPerformance', ['method' => 'GET|POST']],//区域业绩排行 'selectDistrictPerformance' => ['index/OfficePerformance/selectDistrictPerformance', ['method' => 'GET|POST']],//区域业绩排行
'selectStorePerformance' => ['index/OfficePerformance/selectStorePerformance', ['method' => 'GET|POST']],//门店排行 'selectStorePerformance' => ['index/OfficePerformance/selectStorePerformance', ['method' => 'GET|POST']],//门店排行
'selectIndividualPerformance' => ['index/OfficePerformance/selectIndividualPerformance', ['method' => 'GET|POST']],//个人业绩排行 'selectIndividualPerformance' => ['index/OfficePerformance/selectIndividualPerformance', ['method' => 'GET|POST']],//个人业绩排行
......
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