Commit 884ea9b5 authored by duxinyuan's avatar duxinyuan

1

parent 772254d4
...@@ -291,6 +291,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', ' ...@@ -291,6 +291,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
* 重置查询条件 * 重置查询条件
*/ */
resetAll : function(){ resetAll : function(){
var that = adjustment;
var commite_time_start = $('#comit_time_start').val(""); var commite_time_start = $('#comit_time_start').val("");
var commite_time_end = $('#comit_time_end').val(""); var commite_time_end = $('#comit_time_end').val("");
var into_time_start = $('#into_time_start').val(""); var into_time_start = $('#into_time_start').val("");
...@@ -304,6 +305,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', ' ...@@ -304,6 +305,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
var commit_shop = $('#commit_shop').val(""); var commit_shop = $('#commit_shop').val("");
var comit_name = $('#comit_name').val(""); var comit_name = $('#comit_name').val("");
var comit_phone = $('#comit_phone').val(""); var comit_phone = $('#comit_phone').val("");
that.agent_id_phone="";
}, },
/** /**
......
...@@ -836,6 +836,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -836,6 +836,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
* 重置查询条件 * 重置查询条件
*/ */
resetAll : function(){ resetAll : function(){
var that = receiv;
that.agent_id_phone="";
var commite_time_start = $('#comit_time_start').val(""); var commite_time_start = $('#comit_time_start').val("");
var commite_time_end = $('#comit_time_end').val(""); var commite_time_end = $('#comit_time_end').val("");
var into_time_start = $('#into_time_start').val(""); var into_time_start = $('#into_time_start').val("");
......
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