Commit a190582c authored by agping's avatar agping

删除报销加刷新

parent 344adfd6
......@@ -15,6 +15,12 @@
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed" style="margin-top:15px">
<thead>
<tr>
<td colspan="15">
<span class="btn btn-info btn3 ld-Marheight" id="search" style="float:left">刷新</span>
</td>
</tr>
<tr>
<th class="text-center">费用ID</th>
<th class="text-center">计入月份</th>
......
......@@ -8,6 +8,11 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
//初始化dot
$(document.body).append(template);
cost.getList(1);
//点击刷新
//搜索
$(document).on('click','#search',function(e){
cost.getList(1);
});
},
//获取列表
getList : function(no){
......
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