Commit 064dab22 authored by agping's avatar agping

财务修改

parent c1fbbb39
...@@ -376,6 +376,12 @@ define(['doT', 'text!temp/commission_template_tpl.html', 'text!temp/reportList_s ...@@ -376,6 +376,12 @@ define(['doT', 'text!temp/commission_template_tpl.html', 'text!temp/reportList_s
}, },
event: function() { event: function() {
var _doc = $(document); var _doc = $(document);
$("#search").click(function() {
bargain.getList(1);
});
$("#reset").click(function() { //重置
document.getElementById("form_search").reset();
});
//主页面一级审核,二级审核,三级审核,结单四个tab的点击事件 //主页面一级审核,二级审核,三级审核,结单四个tab的点击事件
//专员审核 总监审核 经理审核 出纳审核 //专员审核 总监审核 经理审核 出纳审核
_doc.on('click', '.maintable-top-sub-tr>a', function(e){ _doc.on('click', '.maintable-top-sub-tr>a', function(e){
......
...@@ -380,6 +380,12 @@ define(['doT', 'text!temp/tax_template_tpl.html', 'text!temp/reportList_shuiFee_ ...@@ -380,6 +380,12 @@ define(['doT', 'text!temp/tax_template_tpl.html', 'text!temp/reportList_shuiFee_
}, },
event: function() { event: function() {
var _doc = $(document); var _doc = $(document);
$("#search").click(function() {
bargain.getList(1);
});
$("#reset").click(function() { //重置
document.getElementById("form_search").reset();
});
//主页面一级审核,二级审核,三级审核,结单四个tab的点击事件 //主页面一级审核,二级审核,三级审核,结单四个tab的点击事件
//专员审核 总监审核 经理审核 出纳审核 //专员审核 总监审核 经理审核 出纳审核
_doc.on('click', '.maintable-top-sub-tr>a', function(e){ _doc.on('click', '.maintable-top-sub-tr>a', function(e){
......
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