Commit f45cc300 authored by hujun's avatar hujun

方法移动

parent ad15e217
This diff is collapsed.
This diff is collapsed.
...@@ -291,16 +291,16 @@ Route::group('index', [ ...@@ -291,16 +291,16 @@ Route::group('index', [
'refundDetail' => ['index/Finance/refundDetail', ['method' => 'GET']],//退款详情 'refundDetail' => ['index/Finance/refundDetail', ['method' => 'GET']],//退款详情
'delRefund' => ['index/Finance/delRefund', ['method' => 'POST']],//删除退款 'delRefund' => ['index/Finance/delRefund', ['method' => 'POST']],//删除退款
'recoveryBargain' => ['index/Finance/recoveryBargain', ['method' => 'POST']],//撤销列表-恢复成交报告 'recoveryBargain' => ['index/Finance/recoveryBargain', ['method' => 'POST']],//撤销列表-恢复成交报告
'payCheckList' => ['index/Finance/payCheckList', ['method' => 'GET']],//收款开业审核-视图 'payCheckList' => ['index/PayLogOpen/payCheckList', ['method' => 'GET']],//收款开业审核-视图
'payCheckListOne/:check_status' => ['index/Finance/payCheckList', ['method' => 'GET'], ['check_status' => 1]],//收款开业审核-财务一审 'payCheckListOne/:check_status' => ['index/PayLogOpen/payCheckList', ['method' => 'GET'], ['check_status' => 1]],//收款开业审核-财务一审
'payCheckListTwo/:check_status' => ['index/Finance/payCheckList', ['method' => 'GET'], ['check_status' => 2]],//收款开业审核-财务二审 'payCheckListTwo/:check_status' => ['index/PayLogOpen/payCheckList', ['method' => 'GET'], ['check_status' => 2]],//收款开业审核-财务二审
'payCheckListNo/:check_status' => ['index/Finance/payCheckList', ['method' => 'GET'], ['check_status' => 3]],//收款开业审核-未审核 'payCheckListNo/:check_status' => ['index/PayLogOpen/payCheckList', ['method' => 'GET'], ['check_status' => 3]],//收款开业审核-未审核
'payCheckListAll' => ['index/Finance/payCheckList', ['method' => 'GET']],//收款开业审核-全部 'payCheckListAll' => ['index/PayLogOpen/payCheckList', ['method' => 'GET']],//收款开业审核-全部
'payCheckListDisc/:check_status' => ['index/Finance/payCheckList', ['method' => 'GET'], ['check_status' => 4]],//收款开业审核-总监 'payCheckListDisc/:check_status' => ['index/PayLogOpen/payCheckList', ['method' => 'GET'], ['check_status' => 4]],//收款开业审核-总监
'delPayCheck' => ['index/Finance/delPayCheck', ['method' => 'POST']],//删除收款开业审核 'delPayCheck' => ['index/PayLogOpen/delPayCheck', ['method' => 'POST']],//删除收款开业审核
'getPayCheckDetail' => ['index/Finance/getPayCheckDetail', ['method' => 'GET']],//开业审核详情 'getPayCheckDetail' => ['index/PayLogOpen/getPayCheckDetail', ['method' => 'GET']],//开业审核详情
'openPayLog' => ['index/Finance/openPayLog', ['method' => 'POST']],//开业审核详情 'openPayLog' => ['index/PayLogOpen/openPayLog', ['method' => 'POST']],//开业审核详情
'openPayLogCheck' => ['index/Finance/openPayLogCheck', ['method' => 'POST']],//审核开业 'openPayLogCheck' => ['index/PayLogOpen/openPayLogCheck', ['method' => 'POST']],//审核开业
'performanceInfo' => ['index/PerformanceInfo/performanceInfo', ['method' => 'post|get']],//业绩明细 'performanceInfo' => ['index/PerformanceInfo/performanceInfo', ['method' => 'post|get']],//业绩明细
'getPerformanceInfoExcel' => ['index/PerformanceInfo/getPerformanceInfoExcel', ['method' => 'post|get']],//业绩明细 'getPerformanceInfoExcel' => ['index/PerformanceInfo/getPerformanceInfoExcel', ['method' => 'post|get']],//业绩明细
......
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