Commit 5769e88b authored by agping's avatar agping

bug

parent a63cee0e
......@@ -389,7 +389,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
var district_id = $('#district_id').val();
var agent_id = realtime.agent_id_choose;
var order = realtime.order_ranking;
var site_id = user_info_obj.site_id;
var site_id = $('#realtime_city_choose').val();
window.open('/index/selectStorePerformance?' +
'is_excel=' + is_excel + '&start_day=' + start_day + '&end_day=' + end_day + '&district_id=' + district_id + '&store_id=' + store_id + '&agent_id=' + agent_id + '&order=' + order+ '&site_id=' + site_id);
},
......@@ -406,7 +406,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
var district_id = $('#district_id').val();
var agent_id = realtime.agent_id_choose;
var order = realtime.order_ranking;
var site_id = user_info_obj.site_id;
var site_id = $('#realtime_city_choose').val();
window.open('/index/selectIndividualPerformance?' +
'is_excel=' + is_excel + '&start_day=' + start_day + '&end_day=' + end_day + '&district_id=' + district_id + '&store_id=' + store_id + '&agent_id=' + agent_id + '&order=' + order+ '&site_id=' + site_id);
},
......
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