Commit 7c8670ee authored by agping's avatar agping

1

parent 102ffdff
...@@ -1168,19 +1168,19 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -1168,19 +1168,19 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var paramsStr = "" ; var paramsStr = "" ;
if ( commite_time_start ) { if ( commite_time_start ) {
params.start_time = commite_time_start; params.start_time = commite_time_start;
paramsStr += "income_start_time=" + commite_time_start + "&" paramsStr += "start_time=" + commite_time_start + "&"
} }
if ( commite_time_end ) { if ( commite_time_end ) {
params.end_time = commite_time_end; params.end_time = commite_time_end;
paramsStr += "income_end_time=" + commite_time_end + "&" paramsStr += "end_time=" + commite_time_end + "&"
} }
if ( into_time_start ) { if ( into_time_start ) {
params.income_start_time = into_time_start; params.income_start_time = into_time_start;
paramsStr += "start_time=" + into_time_start + "&" paramsStr += "income_start_time=" + into_time_start + "&"
} }
if ( into_time_end ) { if ( into_time_end ) {
params.income_end_time = into_time_end; params.income_end_time = into_time_end;
paramsStr += "end_time=" + into_time_end + "&" paramsStr += "income_end_time=" + into_time_end + "&"
} }
if ( maintable_deal_type ) { if ( maintable_deal_type ) {
params.type = maintable_deal_type; params.type = maintable_deal_type;
...@@ -1225,7 +1225,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -1225,7 +1225,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
} }
if ( comit_name ) { if ( comit_name ) {
params.agent_id = comit_name; params.agent_id = comit_name;
paramsStr += "agent_name=" + comit_name + "&" paramsStr += "agent_id=" + comit_name + "&"
} }
receiv.buildSearchParamsLiu = paramsStr.substr(0,paramsStr.length-1); receiv.buildSearchParamsLiu = paramsStr.substr(0,paramsStr.length-1);
if (excel) { if (excel) {
......
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