Commit 8b380ffe authored by 吴春's avatar 吴春

客户

parent dc509f5d
...@@ -521,15 +521,15 @@ ...@@ -521,15 +521,15 @@
<th>姓名</th> <th>姓名</th>
<th>联系电话</th> <th>联系电话</th>
<th>门店名称</th> <th>门店名称</th>
<th>近期约访</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">近期约访</th>
<th>最近拜访</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">最近拜访</th>
<th>累计拜访</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">累计拜访</th>
<th>幸福存折</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">幸福存折</th>
<th>累计交易额</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">累计交易额</th>
<th>询价与需求</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">询价与需求</th>
<th>所属联盟</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">所属联盟</th>
<th>优惠券</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">优惠券</th>
<th>预存余额</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">预存余额</th>
<th width="200px">操作</th> <th width="200px">操作</th>
</tr> </tr>
<tr v-for="(item,i) in dataList" :key="i"> <tr v-for="(item,i) in dataList" :key="i">
...@@ -559,13 +559,13 @@ ...@@ -559,13 +559,13 @@
待{{item.departmentManagerStr}}审核 待{{item.departmentManagerStr}}审核
</span> </span>
</td> </td>
<td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<p v-if="item.customerVisitList.length>0"> <p v-if="item.customerVisitList.length>0">
{{item.customerVisitList[0].visitDateTime}} {{item.customerVisitList[0].visitDateTime}}
</p> </p>
<p v-else>{{$t('salesModule.noYuefang')}}</p> <p v-else>{{$t('salesModule.noYuefang')}}</p>
</td> </td>
<td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<div @click="goUrl(type,item.customerId,1)"> <div @click="goUrl(type,item.customerId,1)">
<p v-if="item.customerVisitList[1]"> <p v-if="item.customerVisitList[1]">
<span <span
...@@ -576,16 +576,16 @@ ...@@ -576,16 +576,16 @@
</div> </div>
</td> </td>
<td><span @click="goUrl(type,item.customerId,2)" <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span @click="goUrl(type,item.customerId,2)"
style="cursor: pointer;text-decoration: underline;">{{item.visiteCount}}</span></td> style="cursor: pointer;text-decoration: underline;">{{item.visiteCount}}</span></td>
<td>{{item.cL_Balance}}</td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.cL_Balance}}</td>
<td><span @click="goUrl(type,item.customerId,3)" <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span @click="goUrl(type,item.customerId,3)"
style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td> style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td>
<td>{{item.inquireCount}}</td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.inquireCount}}</td>
<td>{{item.allianceName}}</td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.allianceName}}</td>
<td><span style="cursor: pointer;text-decoration: underline;" <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span style="cursor: pointer;text-decoration: underline;"
@click.stop="goUrC('CouponsList',item.customerAccountId)">{{item.couponNum}}</span></td> @click.stop="goUrC('CouponsList',item.customerAccountId)">{{item.couponNum}}</span></td>
<td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<span style="cursor: pointer;color: #2CA4F0" <span style="cursor: pointer;color: #2CA4F0"
@click="seeDeta(item)">{{ item.depositMoney?item.depositMoney:0 }}</span> @click="seeDeta(item)">{{ item.depositMoney?item.depositMoney:0 }}</span>
</td> </td>
...@@ -598,11 +598,11 @@ ...@@ -598,11 +598,11 @@
<el-button style="padding:4px" @click.stop="goUrlT('empBankAccount',item.customerId)" type="danger" <el-button style="padding:4px" @click.stop="goUrlT('empBankAccount',item.customerId)" type="danger"
icon="iconfont icon-guanliyuan" circle></el-button> icon="iconfont icon-guanliyuan" circle></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="交易详情" placement="top-start"> <el-tooltip class="item" effect="dark" content="交易详情" placement="top-start" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<el-button style="padding:4px" @click.stop="goUrC('CustomerAnalysis',item.customerId)" type="success" <el-button style="padding:4px" @click.stop="goUrC('CustomerAnalysis',item.customerId)" type="success"
icon="iconfont icon-icon-test6" circle></el-button> icon="iconfont icon-icon-test6" circle></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="团队成员" placement="top-start"> <el-tooltip class="item" effect="dark" content="团队成员" placement="top-start" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<el-button style="padding:4px" @click.stop="goTeamMember(item)" type="primary" icon="el-icon-user-solid" <el-button style="padding:4px" @click.stop="goTeamMember(item)" type="primary" icon="el-icon-user-solid"
circle></el-button> circle></el-button>
</el-tooltip> </el-tooltip>
......
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