Commit 43fe0ddc authored by agping's avatar agping

导出 加站点id

parent bd4ea5e7
......@@ -368,8 +368,9 @@ 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;
window.open('/index/selectDistrictPerformance?' +
'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);
'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);
},
// 导出列表 门店排行
......@@ -384,8 +385,9 @@ 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;
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);
'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);
},
// 导出列表 个人排行
exportListPerson: function(pageNo) {
......@@ -400,8 +402,9 @@ 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;
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);
'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);
},
//获取部门业绩 门店业绩 个人业绩 的共用方法
getList: function(pageNo){
......
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