Commit 078a0ca2 authored by agping's avatar agping

财务修改

parent 050d65bd
...@@ -64,10 +64,10 @@ ...@@ -64,10 +64,10 @@
<thead> <thead>
<tr> <tr>
<td colspan="9"> <td colspan="9">
<a class="btn btn-info liudan_pic_btn">专员审核</a> <a class="btn btn-info liudan_pic_btn" id="commissioner">专员审核</a>
<a class="btn btn-default liudan_pic_btn">经理审核</a> <a class="btn btn-default liudan_pic_btn" id="manager">经理审核</a>
<a class="btn btn-default liudan_pic_btn">总监审核</a> <a class="btn btn-default liudan_pic_btn" id="director">总监审核</a>
<a class="btn btn-default liudan_pic_btn">出纳审核</a> <a class="btn btn-default liudan_pic_btn" id="cashier">出纳审核</a>
</td> </td>
</tr> </tr>
......
...@@ -26,7 +26,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', ' ...@@ -26,7 +26,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
document.getElementById("form_search").reset(); document.getElementById("form_search").reset();
}); });
// 时间轴 // 时间轴
$ (document).delegate (".timeline", "click", function () {//点击操作跟进详情 $ (document).delegate (".timeline", "click", function () {//时间轴
follow.house_id = $ (this).attr ("data-id"); follow.house_id = $ (this).attr ("data-id");
follow.Timeline(); follow.Timeline();
}); });
......
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