Commit fcde024a authored by duxinyuan's avatar duxinyuan

1

parent e6c9f8d1
...@@ -873,6 +873,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -873,6 +873,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
* 获取查询参数 * 获取查询参数
*/ */
buildSearchParams : function(excel){ buildSearchParams : function(excel){
var that = receiv;
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