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
c84dc9ce
Commit
c84dc9ce
authored
Dec 12, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款列表
parent
2cf353a6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Collection.php
application/index/controller/Collection.php
+0
-0
Finance.php
application/index/controller/Finance.php
+0
-0
getCollection.html
application/index/view/finance/getCollection.html
+0
-0
route.php
application/route.php
+5
-5
No files found.
application/index/controller/Collection.php
deleted
100644 → 0
View file @
2cf353a6
This diff is collapsed.
Click to expand it.
application/index/controller/Finance.php
View file @
c84dc9ce
This diff is collapsed.
Click to expand it.
application/index/view/
collection
/getCollection.html
→
application/index/view/
finance
/getCollection.html
View file @
c84dc9ce
File moved
application/route.php
View file @
c84dc9ce
...
...
@@ -257,8 +257,8 @@ Route::group('index', [
'searchOrderAgents'
=>
[
'index/Finance/searchOrderAgents'
,
[
'method'
=>
'GET'
]],
//order_id获取盘方,客方,反签,独家,合作方
'getTallAgeList'
=>
[
'index/Finance/getTallAgeList'
,
[
'method'
=>
'GET'
]],
//税费承担明细表
'getCommissionTotalList'
=>
[
'index/Finance/getCommissionTotalListV2'
,
[
'method'
=>
'GET'
]],
//分佣提成汇总表
'getCollection'
=>
[
'index/
Collection
/getCollection'
,
[
'method'
=>
'post|get'
]],
//收款记录
'addRealMoney'
=>
[
'index/
Collection
/addRealMoney'
,
[
'method'
=>
'post|get'
]],
//新增实收
'getCollection'
=>
[
'index/
Finance
/getCollection'
,
[
'method'
=>
'post|get'
]],
//收款记录
'addRealMoney'
=>
[
'index/
Finance
/addRealMoney'
,
[
'method'
=>
'post|get'
]],
//新增实收
'visitShop'
=>
[
'index/Supervise/visitShop'
,
[
'method'
=>
'get'
]],
//门店拜访
'carryOut'
=>
[
'index/Supervise/carryOut'
,
[
'method'
=>
'get'
]],
//监督执行
'toReportListOne'
=>
[
'index/Finance/toReportListOne'
,
[
'method'
=>
'POST'
]],
//回到一级审核
...
...
@@ -268,9 +268,9 @@ Route::group('index', [
'getBargainCommission'
=>
[
'index/Finance/getBargainCommission'
,
[
'method'
=>
'GET|POST'
]],
//获取成交报告分佣方佣金和修改
'dailyList'
=>
[
'index/Finance/dailyList'
,
[
'method'
=>
'GET'
]],
//财务日报列表
'dailyDetails'
=>
[
'index/Finance/dailyDetails'
,
[
'method'
=>
'GET|POST'
]],
//财务日报详情
'addReceiptImg'
=>
[
'index/
Collection
/addReceiptImg'
,
[
'method'
=>
'post|get'
]],
//收款图片信息保存
'deleteReceiptImg'
=>
[
'index/
Collection
/deleteReceiptImg'
,
[
'method'
=>
'post|get'
]],
//删除收款图片
'receiptImgList'
=>
[
'index/
Collection
/receiptImgList'
,
[
'method'
=>
'post|get'
]],
//收款列表-收款图片列表
'addReceiptImg'
=>
[
'index/
Finance
/addReceiptImg'
,
[
'method'
=>
'post|get'
]],
//收款图片信息保存
'deleteReceiptImg'
=>
[
'index/
Finance
/deleteReceiptImg'
,
[
'method'
=>
'post|get'
]],
//删除收款图片
'receiptImgList'
=>
[
'index/
Finance
/receiptImgList'
,
[
'method'
=>
'post|get'
]],
//收款列表-收款图片列表
'performanceInfo'
=>
[
'index/PerformanceInfo/performanceInfo'
,
[
'method'
=>
'post|get'
]],
//业绩明细
'getPerformanceInfoExcel'
=>
[
'index/PerformanceInfo/getPerformanceInfoExcel'
,
[
'method'
=>
'post|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