Commit f615411e authored by hujun's avatar hujun

方法转移

parent 6a67aaa9
This diff is collapsed.
This diff is collapsed.
......@@ -243,8 +243,8 @@ 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]], //财务 成交报告-已撤销
'refundList' => ['index/Finance/refundList', ['method' => 'get']], //退款列表-专员审核
'refundListExcel' => ['index/Finance/refundListExcel', ['method' => 'get']], //退款列表-导出excel
'refundList' => ['index/Refund/refundList', ['method' => 'get']], //退款列表-专员审核
'refundListExcel' => ['index/Refund/refundListExcel', ['method' => 'get']], //退款列表-导出excel
'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]], //审核成交报告-第三级审核
......@@ -299,9 +299,9 @@ Route::group('index', [
'getPayLogTotalPrice' => ['index/Finance/getPayLogTotalPrice', ['method' => 'get']],//佣金统计
'delPayLog' => ['index/Finance/delPayLog', ['method' => 'POST']],//删除收款
'refundPayLog' => ['index/Finance/refundPayLog', ['method' => 'POST']],//退款
'checkRefund' => ['index/Finance/checkRefund', ['method' => 'POST']],//退款审核
'refundDetail' => ['index/Finance/refundDetail', ['method' => 'GET']],//退款详情
'delRefund' => ['index/Finance/delRefund', ['method' => 'POST']],//删除退款
'checkRefund' => ['index/Refund/checkRefund', ['method' => 'POST']],//退款审核
'refundDetail' => ['index/Refund/refundDetail', ['method' => 'GET']],//退款详情
'delRefund' => ['index/Refund/delRefund', ['method' => 'POST']],//删除退款
'recoveryBargain' => ['index/Finance/recoveryBargain', ['method' => 'POST']],//撤销列表-恢复成交报告
'payCheckList' => ['index/PayLogOpen/payCheckList', ['method' => 'GET']],//收款开业审核-视图
'payCheckListOne/:check_status' => ['index/PayLogOpen/payCheckList', ['method' => 'GET'], ['check_status' => 1]],//收款开业审核-财务一审
......
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