Commit 089dba75 authored by agping's avatar agping

后台 业绩排行 优化

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