Commit 618fab00 authored by hujun's avatar hujun

1

parent 026bc286
......@@ -546,6 +546,7 @@ Route::group('index', [
'getCostListFour/:check_status' => ['index/Cost/getCostList', ['method' => 'GET'], ['check_status' => 3]], //费用报销审核二审
'getCostListFive/:check_status' => ['index/Cost/getCostList', ['method' => 'GET'], ['check_status' => 4]], //费用报销审核三审
'getCostListSix/:check_status' => ['index/Cost/getCostList', ['method' => 'GET'], ['check_status' => 5]], //费用报销审核行政审核
'delCost' => ['index/Cost/delCost', ['method' => 'POST']], //费用报销-删除
'delCostList' => ['index/Cost/delCostList', ['method' => 'GET']], //费用报销-删除列表
'checkCostTwo/:check_status' => ['index/Cost/checkCost', ['method' => 'POST'], ['check_status' => 1]], //费用报销审核总监
'checkCostThree/:check_status' => ['index/Cost/checkCost', ['method' => 'POST'], ['check_status' => 2]], //费用报销审核一审
......
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