Commit ec25f110 authored by agping's avatar agping

费用报销审核列表

parent 291cfd2b
......@@ -546,7 +546,6 @@ Route::group('index', [
'getCostListFive/:check_status' => ['index/Cost/getCostList', ['method' => 'GET'], ['check_status' => 4]], //费用报销审核三审
'getCostListSix/:check_status' => ['index/Cost/getCostList', ['method' => 'GET'], ['check_status' => 5]], //费用报销审核行政审核
'delCostList' => ['index/Cost/delCostList', ['method' => 'GET']], //费用报销-删除列表
'delCost' => ['index/Cost/delCost', ['method' => 'POST']], //删除费用报销审核
'checkCostTwo/:check_status' => ['index/Cost/checkCost', ['method' => 'POST'], ['check_status' => 1]], //费用报销审核总监
'checkCostThree/:check_status' => ['index/Cost/checkCost', ['method' => 'POST'], ['check_status' => 2]], //费用报销审核一审
'checkCostFour/:check_status' => ['index/Cost/checkCost', ['method' => 'POST'], ['check_status' => 3]], //费用报销审核二审
......
......@@ -25,7 +25,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
$("#order_list").html(doTtmpl(data.data.list));
/*分页代码*/
add_page(data.data.total, no, that.pageSize, that.getList);
add_page(data.data.total, that.pageNo, that.pageSize, that.getList);
} else {
alert(data['msg']);
};
......
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