chenhao 4 years ago
parent
commit
ca2e5feafb

+ 7 - 8
application/admin/controller/Customer.php

@@ -267,7 +267,7 @@ class Customer extends Base
                 if(!empty($v['company'])) {
                     CustomerModel::where('company',$v['company'])->update(['spread_id' => $customer['spread_id']]);
                 } else {
-                    CustomerModel::where('id',$v['id'])->update(['spread_id' => $param['id']]);
+                    CustomerModel::where('id',$v['id'])->update(['spread_id' => $customer['id']]);
                 }
                 $ranking = new RankingModel();
                 $ranking->setGuanlian($v['id']); // 修改记录表
@@ -386,12 +386,8 @@ class Customer extends Base
         $customer = new CustomerModel();
         $user = $customer->see($id);
         if (!$user) return json(['code' => 100, "msg" => '网络错误']);
-        $whereOr = [
-//            'email' => $user['email'],
-            'name'  => $user['name'],
-//            'phone' => $user['phone'],
-        ];
-        $aid = $customer->where('email',$user['email'])->field('spread_id')->select()->toArray();
+        $aid = $customer->where('email',$user['email'])->where('email','neq','')->field('spread_id')->select()->toArray();
+
         foreach ($aid as $k => $v) {
             $v = join(',', $v); //降维,也可以用implode,将一维数组转换为用逗号连接的字符串
             $temp[$k] = $v;
@@ -537,6 +533,7 @@ class Customer extends Base
             $count = $customer->getCustomerCount($map,$whereOr);
             $lists = $customer->getCustomersByWhere($map, $od, $Nowpage, $limits,$whereOr);
             foreach ($lists as $k => $v) {
+                $lists[$k]['admin_name'] = Db::name('admin')->where('id',$v['spread_id'])->column('nickname');
                 $v['tname'] = Db::name('type')->where('id', 'in', trim($v['type'],','))->column('name');
                 $v['pname'] = Db::name('product')->where('id', 'in', trim($v['product'],','))->column('product_name');
                 $v['type_name'] = implode('&&', $v['tname']);
@@ -633,6 +630,7 @@ class Customer extends Base
             $count = $customer->getCustomerCount($map,$whereOr);
             $lists = $customer->getCustomersByWhere($map, $od, $Nowpage, $limits,$whereOr);
             foreach ($lists as $k => $v) {
+                $lists[$k]['admin_name'] = Db::name('admin')->where('id',$v['spread_id'])->column('nickname');
                 $v['tname'] = Db::name('type')->where('id', 'in', trim($v['type'],','))->column('name');
                 $v['pname'] = Db::name('product')->where('id', 'in', trim($v['product'],','))->column('product_name');
                 $v['type_name'] = implode('&&', $v['tname']);
@@ -741,13 +739,14 @@ class Customer extends Base
             $count = $customer->getCustomerCount($map,$whereOr);
             $lists = $customer->getCustomersByWhere($map, $od, $Nowpage, $limits,$whereOr);
             foreach ($lists as $k => $v) {
+                $lists[$k]['admin_name'] = Db::name('admin')->where('id',$v['spread_id'])->column('nickname');
                 $v['tname'] = Db::name('type')->where('id', 'in', trim($v['type'],','))->column('name');
                 $v['pname'] = Db::name('product')->where('id', 'in', trim($v['product'],','))->column('product_name');
                 $v['type_name'] = implode('&&', $v['tname']);
                 $v['product_name'] = implode('&&', $v['pname']);
                 $v['guanlian_num'] = Db::name('customer')->where('guanlianid', $v['id'])->count();
                 // 关联上级客户的公司名字
-                $lists[$k]['guanlian_company'] = Db::name('customer')->where('id',$v['guanlianid'])->value('company');
+                $lists[$k]['guanlian_company'] = Db::name('customer')->where('id',$v['guanlianid'])->value('website');
                 $web = explode('##',$v['website']);
                 foreach ($web as $vv) {
                     $domain = strstr($vv, 'http');

+ 2 - 3
application/admin/view/customer/admin/admin_user_index_1.html

@@ -230,11 +230,10 @@
 							title: '公司名',
 							align: 'center'
 						}, {
-							field: 'phone',
+							field: 'admin_name',
 							width: '',
 							title: '业务员',
-							align: 'center',
-							templet: '#caozuo'
+							align: 'center'
 						}, {
 							field: 'type_name',
 							width: '',

+ 2 - 2
application/admin/view/customer/admin/admin_user_index_2.html

@@ -215,8 +215,8 @@
                 , {field: 'email', width: '300', title: '邮箱', align: 'center'}
                 , {field: 'name', width: '', title: '联系人', sort:true,align: 'center'}
                 , {field: 'company', width: '', title: '公司名', align: 'center'}
-                , {field: 'phone', width: '', title: '业务员', align: 'center',templet: '#caozuo1'}
-                , {field: 'phone', width: '', title: '关联客户', align: 'center',templet: '#caozuo'}
+                , {field: 'admin_name', width: '', title: '业务员', align: 'center'}
+                // , {field: 'phone', width: '', title: '关联客户', align: 'center',templet: '#caozuo'}
                 , {field: 'type_name', width: '', title: '行业分类', align: 'center'}
                 , {field: 'product_name', width: '', title: '主营产品分类', align: 'center'}
                 // , {field: 'grade', width: '', title: '等级评分', sort:true,align: 'center'}

+ 2 - 2
application/admin/view/customer/admin/admin_user_index_3.html

@@ -206,10 +206,10 @@
                 , {field: 'email', width: '300', title: '邮箱', align: 'center'}
                 , {field: 'name', width: '', title: '联系人',sort:true, align: 'center'}
                 , {field: 'company', width: '', title: '公司名', align: 'center'}
-                , {field: 'phone', width: '', title: '业务员', align: 'center',templet: '#caozuo'}
+                , {field: 'admin_name', width: '', title: '业务员', align: 'center'}
                 , {field: 'type_name', width: '', title: '行业分类', align: 'center'}
                 , {field: 'product_name', width: '', title: '主营产品分类', align: 'center'}
-                , {field: 'guanlian_company', width: '', title: '关联客户公司名称', align: 'center'}
+                , {field: 'guanlian_company', width: '', title: '关联客户邮箱名称', align: 'center'}
                 // , {field: 'grade', width: '', title: '等级评分', sort:true,align: 'center'}
                 // , {field: 'people', width: '', title: '建档人数', align: 'center'}
                 // , {field: 'follow_time', width: '', title: '跟进记录', align: 'center'}