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
f615411e
Commit
f615411e
authored
Oct 09, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方法转移
parent
6a67aaa9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Finance.php
application/index/controller/Finance.php
+0
-0
Refund.php
application/index/controller/Refund.php
+0
-0
route.php
application/route.php
+5
-5
No files found.
application/index/controller/Finance.php
View file @
f615411e
This diff is collapsed.
Click to expand it.
application/index/controller/Refund.php
View file @
f615411e
This diff is collapsed.
Click to expand it.
application/route.php
View file @
f615411e
...
...
@@ -243,8 +243,8 @@ Route::group('index', [
'backOutTwo/:check_status'
=>
[
'index/Finance/reportList'
,
[
'method'
=>
'get'
],
[
'check_status'
=>
7
]],
//财务 成交报告-待撤销-第二级数据
'backOutThree/:check_status'
=>
[
'index/Finance/reportList'
,
[
'method'
=>
'get'
],
[
'check_status'
=>
8
]],
//财务 成交报告-待撤销-第三级数据
'reportListUndone/:check_status'
=>
[
'index/Finance/reportList'
,
[
'method'
=>
'get'
],
[
'check_status'
=>
6
]],
//财务 成交报告-已撤销
'refundList'
=>
[
'index/
Finance
/refundList'
,
[
'method'
=>
'get'
]],
//退款列表-专员审核
'refundListExcel'
=>
[
'index/
Finance
/refundListExcel'
,
[
'method'
=>
'get'
]],
//退款列表-导出excel
'refundList'
=>
[
'index/
Refund
/refundList'
,
[
'method'
=>
'get'
]],
//退款列表-专员审核
'refundListExcel'
=>
[
'index/
Refund
/refundListExcel'
,
[
'method'
=>
'get'
]],
//退款列表-导出excel
'checkReportAttache/:check_status'
=>
[
'index/Finance/checkReport'
,
[
'method'
=>
'post'
],
[
'check_status'
=>
1
]],
//审核成交报告-第一级审核
'checkReportManager/:check_status'
=>
[
'index/Finance/checkReport'
,
[
'method'
=>
'post'
],
[
'check_status'
=>
2
]],
//审核成交报告-第二级审核
'checkReportMajordomo/:check_status'
=>
[
'index/Finance/checkReport'
,
[
'method'
=>
'post'
],
[
'check_status'
=>
3
]],
//审核成交报告-第三级审核
...
...
@@ -299,9 +299,9 @@ Route::group('index', [
'getPayLogTotalPrice'
=>
[
'index/Finance/getPayLogTotalPrice'
,
[
'method'
=>
'get'
]],
//佣金统计
'delPayLog'
=>
[
'index/Finance/delPayLog'
,
[
'method'
=>
'POST'
]],
//删除收款
'refundPayLog'
=>
[
'index/Finance/refundPayLog'
,
[
'method'
=>
'POST'
]],
//退款
'checkRefund'
=>
[
'index/
Finance
/checkRefund'
,
[
'method'
=>
'POST'
]],
//退款审核
'refundDetail'
=>
[
'index/
Finance
/refundDetail'
,
[
'method'
=>
'GET'
]],
//退款详情
'delRefund'
=>
[
'index/
Finance
/delRefund'
,
[
'method'
=>
'POST'
]],
//删除退款
'checkRefund'
=>
[
'index/
Refund
/checkRefund'
,
[
'method'
=>
'POST'
]],
//退款审核
'refundDetail'
=>
[
'index/
Refund
/refundDetail'
,
[
'method'
=>
'GET'
]],
//退款详情
'delRefund'
=>
[
'index/
Refund
/delRefund'
,
[
'method'
=>
'POST'
]],
//删除退款
'recoveryBargain'
=>
[
'index/Finance/recoveryBargain'
,
[
'method'
=>
'POST'
]],
//撤销列表-恢复成交报告
'payCheckList'
=>
[
'index/PayLogOpen/payCheckList'
,
[
'method'
=>
'GET'
]],
//收款开业审核-视图
'payCheckListOne/:check_status'
=>
[
'index/PayLogOpen/payCheckList'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
1
]],
//收款开业审核-财务一审
...
...
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