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
3d49632c
Commit
3d49632c
authored
May 16, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款开业审核
parent
efb01840
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
Finance.php
application/index/controller/Finance.php
+13
-0
pay_check_list.html
application/index/view/finance/pay_check_list.html
+2
-0
route.php
application/route.php
+1
-0
No files found.
application/index/controller/Finance.php
View file @
3d49632c
...
...
@@ -4953,4 +4953,17 @@ class Finance extends Basic
}
return
$type_name
;
}
/**
* 收款开业审核
*
* @return \think\response\View
* User HuJun
* Date 19-5-16 下午2:00
*/
public
function
payCheckList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
"finance/pay_check_list"
);
}
}
}
application/index/view/finance/pay_check_list.html
0 → 100644
View file @
3d49632c
{layout name="global/frame_two_tpl" /}
\ No newline at end of file
application/route.php
View file @
3d49632c
...
...
@@ -291,6 +291,7 @@ Route::group('index', [
'refundDetail'
=>
[
'index/Finance/refundDetail'
,
[
'method'
=>
'GET'
]],
//退款详情
'delRefund'
=>
[
'index/Finance/delRefund'
,
[
'method'
=>
'POST'
]],
//删除退款
'recoveryBargain'
=>
[
'index/Finance/recoveryBargain'
,
[
'method'
=>
'POST'
]],
//撤销列表-恢复成交报告
'payCheckList'
=>
[
'index/Finance/payCheckList'
,
[
'method'
=>
'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