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
b4d045dd
Commit
b4d045dd
authored
Dec 25, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
url修改
parent
9cc7cf67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
Finance.php
application/index/controller/Finance.php
+0
-1
route.php
application/route.php
+1
-5
refundList.js
public/resource/js/refundList.js
+2
-2
No files found.
application/index/controller/Finance.php
View file @
b4d045dd
...
...
@@ -724,7 +724,6 @@ class Finance extends Basic
*/
public
function
refundList
()
{
//显示视图
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'refundList'
);
...
...
application/route.php
View file @
b4d045dd
...
...
@@ -228,11 +228,7 @@ 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
]],
//财务 成交报告-已撤销
'refundListAttache/:check_status'
=>
[
'index/Finance/refundList'
,
[
'method'
=>
'get|post'
],
[
'check_status'
=>
0
]],
//退款列表-专员审核
'refundListManager/:check_status'
=>
[
'index/Finance/refundList'
,
[
'method'
=>
'get|post'
],
[
'check_status'
=>
1
]],
//退款列表-财务经理
'refundListMajordomo/:check_status'
=>
[
'index/Finance/refundList'
,
[
'method'
=>
'get|post'
],
[
'check_status'
=>
2
]],
//退款列表-总监审核
'refundListCashier/:check_status'
=>
[
'index/Finance/refundList'
,
[
'method'
=>
'get|post'
],
[
'check_status'
=>
3
]],
//退款列表-出纳审核
'refundOrderList'
=>
[
'index/Finance/refundOrderList'
,
[
'method'
=>
'get'
]],
//财务 已退款
'refundList'
=>
[
'index/Finance/refundList'
,
[
'method'
=>
'get'
]],
//退款列表-专员审核
'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
]],
//审核成交报告-第三级审核
...
...
public/resource/js/refundList.js
View file @
b4d045dd
...
...
@@ -452,7 +452,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/refundList
Attache/0'
,
url
:
'/index/refundList
'
,
data
:
params
,
timeout
:
30000
,
dataType
:
'json'
,
...
...
@@ -643,7 +643,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/refundList
Attache/0'
,
url
:
'/index/refundList
'
,
data
:
params
,
timeout
:
30000
,
dataType
:
'json'
,
...
...
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