Commit 456a2105 authored by agping's avatar agping

费用报销 未通过列表

parent bf561e63
......@@ -126,6 +126,7 @@
<button type="button" class="choose_btn btn btn-default choose_btn4 no_all_btn" data-value="/index/getCostListFour/3">出纳审核</button>
<button type="button" class="choose_btn btn btn-default choose_btn5 no_all_btn" data-value="/index/getCostListFive/4">已出款</button>
<button type="button" class="choose_btn btn btn-default choose_btn6 no_all_btn" data-value="/index/getCostListOne/0">总监审核</button>
<button type="button" class="choose_btn btn btn-default choose_btn6 all_btn" data-value="/index/getCostListSeven/6">未通过</button>
<button type="button" class="choose_btn btn btn-default choose_btn7 all_btn" data-value="/index/getCostList">全部</button>
</div>
<div class="pull-right">
......
......@@ -130,10 +130,11 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
$(document).on('click','.no_all_btn',function(e){
cost.main_index = 0;
});
//点击全部
//点击全部 或者 未通过
$(document).on('click','.all_btn',function(e){
cost.main_index = 5;
});
//费用报销审核 全选
$(document).on('click','.chooseAll',function(e){
if ($(this).is(":checked")) {
......
......@@ -41,6 +41,8 @@
<td>总监审核</td>
[% }else if(it[item]['status'] == 5){ %]
<td>财务一审</td>
[% }else if(it[item]['status'] == 6){ %]
<td>未通过</td>
[%} else { %]
<td>--</td>
[% } %]
......
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