Commit 089dba75 authored by agping's avatar agping

后台 业绩排行 优化

parent 19950819
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
position: relative; position: relative;
margin-left: 5px; margin-left: 5px;
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 23px;
} }
.positive-sequence-yeji{ .positive-sequence-yeji{
top: 11px; top: 13px;
} }
.reverse-order-yeji{ .reverse-order-yeji{
top: -5px; top: -5px;
left: -25px; left: -28px;
} }
/*经纪人 搜索 下拉式*/ /*经纪人 搜索 下拉式*/
......
...@@ -406,6 +406,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -406,6 +406,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
'father_id': realtime.district_id, 'father_id': realtime.district_id,
'start_day':$('#maintable_create_time').val(), 'start_day':$('#maintable_create_time').val(),
'end_day':$('#maintable_end_time').val(), 'end_day':$('#maintable_end_time').val(),
'order':realtime.order_ranking
}; };
console.log(realtime.district_id); console.log(realtime.district_id);
...@@ -452,6 +453,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -452,6 +453,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
'father_id': realtime.store_id, 'father_id': realtime.store_id,
'start_day':$('#maintable_create_time').val(), 'start_day':$('#maintable_create_time').val(),
'end_day':$('#maintable_end_time').val(), 'end_day':$('#maintable_end_time').val(),
'order':realtime.order_ranking
}; };
$.ajax({ $.ajax({
...@@ -498,6 +500,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r ...@@ -498,6 +500,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
'father_id': realtime.store_id_Two, 'father_id': realtime.store_id_Two,
'start_day':$('#maintable_create_time').val(), 'start_day':$('#maintable_create_time').val(),
'end_day':$('#maintable_end_time').val(), 'end_day':$('#maintable_end_time').val(),
'order':realtime.order_ranking
}; };
$.ajax({ $.ajax({
......
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