Commit b4d045dd authored by hujun's avatar hujun

url修改

parent 9cc7cf67
......@@ -724,7 +724,6 @@ class Finance extends Basic
*/
public function refundList()
{
//显示视图
if (!$this->request->isAjax()) {
return view('refundList');
......
......@@ -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]], //审核成交报告-第三级审核
......
......@@ -452,7 +452,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$.ajax({
type: 'GET',
url: '/index/refundListAttache/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/refundListAttache/0',
url: '/index/refundList',
data: params,
timeout: 30000,
dataType: 'json',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment