Commit 4cbf3054 authored by agping's avatar agping

1

parent 31285933
...@@ -2117,7 +2117,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl ...@@ -2117,7 +2117,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
return params ; return params ;
}, },
getReportDataByDetail : function(val){//调整页面 搜索成交报告id相关 getReportDataByDetail : function(val){//调整页面 搜索成交报告id相关
$.post('/index/getCollection',{'val':val},function(data){ $.post('/office_index/getCollection',{'val':val},function(data){
if(data.code == 200) { if(data.code == 200) {
return data ; return data ;
} else { } else {
......
...@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
var params = { var params = {
'district_id': realtime.district_id, 'district_id': realtime.district_id,
'store_id': realtime.store_id, 'store_id': realtime.store_id,
'agents_id': realtime.agents_id, 'partial_id': realtime.agents_id,
'create_time': realtime.time_search_start, 'create_time': realtime.time_search_start,
'end_time': realtime.time_search_end, 'end_time': realtime.time_search_end,
'pageNo':1, 'pageNo':1,
......
...@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text ...@@ -760,7 +760,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
var params = { var params = {
'district_id': realtime.district_id, 'district_id': realtime.district_id,
'store_id': realtime.store_id, 'store_id': realtime.store_id,
'agents_id': realtime.agents_id, 'partial_id': realtime.agents_id,
'create_time': realtime.time_search_start, 'create_time': realtime.time_search_start,
'end_time': realtime.time_search_end, 'end_time': realtime.time_search_end,
'pageNo':1, 'pageNo':1,
......
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