Commit b3b59e6e authored by zw's avatar zw

Merge branch 'test' of https://gitee.com/zwyjjc/tl_estate into test

parents 63a326c0 5769e88b
...@@ -389,7 +389,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -389,7 +389,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
var district_id = $('#district_id').val(); var district_id = $('#district_id').val();
var agent_id = realtime.agent_id_choose; var agent_id = realtime.agent_id_choose;
var order = realtime.order_ranking; var order = realtime.order_ranking;
var site_id = user_info_obj.site_id; var site_id = $('#realtime_city_choose').val();
window.open('/index/selectStorePerformance?' + 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); '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 ...@@ -406,7 +406,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
var district_id = $('#district_id').val(); var district_id = $('#district_id').val();
var agent_id = realtime.agent_id_choose; var agent_id = realtime.agent_id_choose;
var order = realtime.order_ranking; var order = realtime.order_ranking;
var site_id = user_info_obj.site_id; var site_id = $('#realtime_city_choose').val();
window.open('/index/selectIndividualPerformance?' + 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); '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