1
This commit is contained in:
@@ -55,7 +55,7 @@ class Customer extends HD_Controller
|
||||
//$wxqyAry = $this->customers_model->wxqyAry();
|
||||
$wxgrAry = $this->customers_model->wxgrAry();
|
||||
if ($count) {
|
||||
$fileds = 'id,cid,name,mobile,cf_title,p_time,cont_time,admin_id,status,biz_id,level,of_id,of2_id,wxgr,c_time,county_id';
|
||||
$fileds = 'id,cid,name,mobile,cf_title,p_time,cont_time,admin_id,status,biz_id,level,of_id,of2_id,wxgr,c_time,county_id,brand_id,series_id';
|
||||
$rows = $this->customers_model->select($where, 'id desc', $page, $size, $fileds);
|
||||
//获取车管家
|
||||
$admin_id_arr = array_unique(array_column($rows, 'admin_id'));
|
||||
|
||||
@@ -225,7 +225,6 @@
|
||||
<table class="am-table am-table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="10%">编号</th>
|
||||
<th width="10%"><span>客户</span></th>
|
||||
<th width="6%"><span>客户等级</span></th>
|
||||
<th width="10%"><span>客户来源</span></th>
|
||||
@@ -241,7 +240,6 @@
|
||||
<tbody>
|
||||
<template v-for="(v,i) in lists">
|
||||
<tr>
|
||||
<td style="vertical-align: middle;">{{v.cid}}</td>
|
||||
<td style="vertical-align: middle;"><a href="javascript:void(0);"
|
||||
:data-open="'/receiver/customer/get?id='+v.id">{{v.name}}<br>{{v.mobile_sub}}</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user