Commit d3ee48e8 authored by agping's avatar agping

业绩对比 优化

parent e40eadd1
...@@ -89,7 +89,6 @@ define (['doT', 'text!temp/performanceContrast_template_tpl.html','ckfinder','ck ...@@ -89,7 +89,6 @@ define (['doT', 'text!temp/performanceContrast_template_tpl.html','ckfinder','ck
}, },
//获取业绩对比 //获取业绩对比
getList: function (pageNo) { getList: function (pageNo) {
$(".search-con").hide();//隐藏提示内容
user.pageNo = pageNo; user.pageNo = pageNo;
var params = {}; var params = {};
params.time_start = $("#count_time1").val(); params.time_start = $("#count_time1").val();
...@@ -130,7 +129,7 @@ define (['doT', 'text!temp/performanceContrast_template_tpl.html','ckfinder','ck ...@@ -130,7 +129,7 @@ define (['doT', 'text!temp/performanceContrast_template_tpl.html','ckfinder','ck
return; return;
} }
$(".search-con").hide();//隐藏提示内容
$.ajax ({ $.ajax ({
url: 'https://pre2.tonglianjituan.com/index/performanceStatistics', url: 'https://pre2.tonglianjituan.com/index/performanceStatistics',
type: 'GET', type: 'GET',
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<tr style="background: rgba(204, 204, 204, 1);"> <tr style="background: rgba(204, 204, 204, 1);">
<td colspan="5">[%= it[item]['city'] %]</td> <td colspan="5">[%= it[item]['city'] %]</td>
</tr> </tr>
<tr style="background: rgba(204, 204, 204, 1);"> <tr style="background: rgba(204, 204, 204, .7);">
<td>实收时间</td> <td>实收时间</td>
<td>实收</td> <td>实收</td>
<td>业绩时间</td> <td>业绩时间</td>
......
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