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
ae991583
Commit
ae991583
authored
Sep 02, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款
parent
301cd458
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Finance.php
application/index/controller/Finance.php
+0
-0
PayLog.php
application/index/controller/PayLog.php
+0
-0
delFinanceReport.html
application/index/view/pay_log/delFinanceReport.html
+0
-0
getCollection.html
application/index/view/pay_log/getCollection.html
+0
-0
route.php
application/route.php
+5
-5
No files found.
application/index/controller/Finance.php
View file @
ae991583
This diff is collapsed.
Click to expand it.
application/index/controller/PayLog.php
View file @
ae991583
This diff is collapsed.
Click to expand it.
application/index/view/
finance
/delFinanceReport.html
→
application/index/view/
pay_log
/delFinanceReport.html
View file @
ae991583
File moved
application/index/view/
finance
/getCollection.html
→
application/index/view/
pay_log
/getCollection.html
View file @
ae991583
File moved
application/route.php
View file @
ae991583
...
...
@@ -272,10 +272,10 @@ Route::group('index', [
'searchOrderAgents'
=>
[
'index/Finance/searchOrderAgents'
,
[
'method'
=>
'GET'
]],
//order_id获取盘方,客方,反签,独家,合作方
'getTallAgeList'
=>
[
'index/Finance/getTallAgeList'
,
[
'method'
=>
'GET'
]],
//税费承担明细表
'getCommissionTotalList'
=>
[
'index/Finance/getCommissionTotalList'
,
[
'method'
=>
'GET'
]],
//分佣提成汇总表
'getCollection'
=>
[
'index/
Finance
/getCollection'
,
[
'method'
=>
'post|get'
]],
//收款记录
'getCollectionDel'
=>
[
'index/
Finance/getCollection
'
,
[
'method'
=>
'post|get'
]],
//收款记录删除
'getCollectionDaily'
=>
[
'index/
Finance
/getCollection'
,
[
'method'
=>
'post|get'
]],
//收款记录(财务日报用)
'getCollectionExcel'
=>
[
'index/
Finance
/getCollectionExcel'
,
[
'method'
=>
'post|get'
]],
//收款记录
'getCollection'
=>
[
'index/
PayLog
/getCollection'
,
[
'method'
=>
'post|get'
]],
//收款记录
'getCollectionDel'
=>
[
'index/
PayLog/getCollectionDel
'
,
[
'method'
=>
'post|get'
]],
//收款记录删除
'getCollectionDaily'
=>
[
'index/
PayLog
/getCollection'
,
[
'method'
=>
'post|get'
]],
//收款记录(财务日报用)
'getCollectionExcel'
=>
[
'index/
PayLog
/getCollectionExcel'
,
[
'method'
=>
'post|get'
]],
//收款记录
'addRealMoney'
=>
[
'index/Finance/addRealMoney'
,
[
'method'
=>
'post|get'
]],
//新增实收
'visitShop'
=>
[
'index/Supervise/visitShop'
,
[
'method'
=>
'get'
]],
//门店拜访
'carryOut'
=>
[
'index/Supervise/carryOut'
,
[
'method'
=>
'get'
]],
//监督执行
...
...
@@ -289,7 +289,7 @@ Route::group('index', [
'addReceiptImg'
=>
[
'index/Finance/addReceiptImg'
,
[
'method'
=>
'post|get'
]],
//收款图片信息保存
'deleteReceiptImg'
=>
[
'index/Finance/deleteReceiptImg'
,
[
'method'
=>
'post|get'
]],
//删除收款图片
'receiptImgList'
=>
[
'index/Finance/receiptImgList'
,
[
'method'
=>
'post|get'
]],
//收款列表-收款图片列表
'getCollectionDetail'
=>
[
'index/
Finance
/getCollectionDetail'
,
[
'method'
=>
'post|get'
]],
//收款详情
'getCollectionDetail'
=>
[
'index/
PayLog
/getCollectionDetail'
,
[
'method'
=>
'post|get'
]],
//收款详情
'getCollectionEdit'
=>
[
'index/Finance/getCollectionEdit'
,
[
'method'
=>
'post'
]],
//收款修改保存
'collectingBill'
=>
[
'index/Finance/collectingBill'
,
[
'method'
=>
'post'
]],
//收款
'getBeForNum'
=>
[
'index/Finance/getBeForNum'
,
[
'method'
=>
'get'
]],
//获取上次提交收款的门牌号等
...
...
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