Commit 1723136a authored by 吴春's avatar 吴春

1

parent d656ccfa
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="list"> <div class="list" v-if="false">
<div class="Item moneyItem"> <div class="Item moneyItem">
<p>幸福存折余额</p> <p>幸福存折余额</p>
<div class="des"> <div class="des">
......
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.Yuefang')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.Yuefang')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.Visit')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.Visit')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.TotalVisit')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.TotalVisit')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.HappinessPassbook')}}</th> <!-- <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.HappinessPassbook')}}</th> -->
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('objFill.leijijiaoyie')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('objFill.leijijiaoyie')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.InquiryAndDemand')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.InquiryAndDemand')}}</th>
<th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.belongUnion')}}</th> <th v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{$t('salesModule.belongUnion')}}</th>
...@@ -577,9 +577,14 @@ ...@@ -577,9 +577,14 @@
</td> </td>
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><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 v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.cL_Balance}}</td> <!-- <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.cL_Balance}}</td> -->
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span @click="goUrl(type,item.customerId,3)" <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td> <el-tooltip class="item" effect="dark" content="订单应收总额" placement="top-start">
<span @click="goUrl(type,item.customerId,3)"
style="cursor: pointer;text-decoration: underline;">
{{item.tradeTotal}}</span>
</el-tooltip>
</td>
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.inquireCount}}</td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.inquireCount}}</td>
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.allianceName}}</td> <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">{{item.allianceName}}</td>
<td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span style="cursor: pointer;text-decoration: underline;" <td v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2"><span style="cursor: pointer;text-decoration: underline;"
......
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