Commit 126d7495 authored by hujun's avatar hujun

实收汇总-办公楼

parent 279ac77f
...@@ -1952,7 +1952,6 @@ class Finance extends Basic ...@@ -1952,7 +1952,6 @@ class Finance extends Basic
} }
$m_partial = new OPartialCommission(); $m_partial = new OPartialCommission();
$m_store = new AStore(); $m_store = new AStore();
$m_agent = new AAgents();
$m_tax = new OTaxes(); $m_tax = new OTaxes();
$data['code'] = 200; $data['code'] = 200;
...@@ -2147,7 +2146,7 @@ class Finance extends Basic ...@@ -2147,7 +2146,7 @@ class Finance extends Basic
$export = new ExportExcelUntil(); $export = new ExportExcelUntil();
$title = ['收佣日期/开票日期', '成交日期/开票日期', '所属部门/门店', '业务员', '应分佣金(元)', '手续费(元)', '现金奖(元)', '慈善基金(元)', '实收佣金(元)', '税费(元)', '最终实收(元)']; $title = ['收佣日期/开票日期', '成交日期/开票日期', '所属部门/门店', '业务员', '应分佣金(元)', '手续费(元)', '现金奖(元)', '慈善基金(元)', '实收佣金(元)', '税费(元)', '最终实收(元)'];
$export->exportTable('分佣提成汇总表', $excel_data, 10, '分佣提成汇总表', $title); $export->exportTable('实收汇总表-商铺', $excel_data, 10, '实收汇总表-商铺', $title);
} }
return $this->response($data['code'], $data['msg'], $data['data']); return $this->response($data['code'], $data['msg'], $data['data']);
......
...@@ -1216,7 +1216,7 @@ Route::group('office_index', [ ...@@ -1216,7 +1216,7 @@ Route::group('office_index', [
'getTallAgeList' => ['index/OfficeFinance/getTallAgeList', ['method' => 'GET']], //税费承担明细表 'getTallAgeList' => ['index/OfficeFinance/getTallAgeList', ['method' => 'GET']], //税费承担明细表
'selectReportAll' => ['index/OfficeFinance/selectReportAll', ['method' => 'GET']], //时间轴 'selectReportAll' => ['index/OfficeFinance/selectReportAll', ['method' => 'GET']], //时间轴
'exportExcel' => ['index/OfficeFinance/exportExcel', ['method' => 'get']], //导出分佣 'exportExcel' => ['index/OfficeFinance/exportExcel', ['method' => 'get']], //导出分佣
'getCommissionTotalList' => ['index/OfficeFinance/getCommissionTotalList', ['method' => 'GET']], //分佣提成汇总表
'performanceInfo' => ['index/OfficePerformanceInfo/performanceInfo', ['method' => 'GET|POST']],//业绩明细办公楼 'performanceInfo' => ['index/OfficePerformanceInfo/performanceInfo', ['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']],//门店排行
......
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