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
126d7495
Commit
126d7495
authored
Aug 02, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实收汇总-办公楼
parent
279ac77f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
Finance.php
application/index/controller/Finance.php
+1
-2
OfficeFinance.php
application/index/controller/OfficeFinance.php
+0
-0
route.php
application/route.php
+1
-1
No files found.
application/index/controller/Finance.php
View file @
126d7495
...
@@ -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'
]);
...
...
application/index/controller/OfficeFinance.php
View file @
126d7495
This diff is collapsed.
Click to expand it.
application/route.php
View file @
126d7495
...
@@ -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'
]],
//门店排行
...
...
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