Commit 3bf1b899 authored by zhuwei's avatar zhuwei

bug

parent f416fdc7
......@@ -357,7 +357,7 @@ class Member extends Basic{
$is_show = true;
if( $if_search_user == false){
if($if_search_user){
$is_show = $clientService->dialTotal($v["id"]);
}
......
......@@ -406,7 +406,8 @@ class PerformanceService
$e_data_old['index'] = $v["index_"];//排名
if ($type == 1) {
$e_data_old['district_name'] = $v['store_name'] .'-'.$v['name'];//个人
$e_data_old['store_name'] = $v['store_name'];//门店名
$e_data_old['district_name'] =$v['name'];//个人
} elseif ($type == 2) {
$e_data_old['district_name'] = $v['store_name'];//门店
} else {
......@@ -431,8 +432,7 @@ class PerformanceService
$field_num = 10;
if($type ==1 ){
$title = [ '排名', '个人', '新增客户', '新增商铺', '报备数', '进场数', '收款数', '成交单数', '业绩'];
$field_num = 9;
$title = [ '排名','门店', '个人', '新增客户', '新增商铺', '报备数', '进场数', '收款数', '成交单数', '业绩'];
$title2 = '个人业绩排行表('.$end_day.'至'.$yesterday.')';
}elseif ($type ==2){
$title = [ '排名', '门店', '团队人数', '新增客户', '新增商铺', '报备数', '进场数', '收款数', '成交单数', '业绩' ];
......
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