Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
8b380ffe
Commit
8b380ffe
authored
Mar 05, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户
parent
dc509f5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+20
-20
No files found.
src/components/SalesModule/MyCustomer.vue
View file @
8b380ffe
...
...
@@ -521,15 +521,15 @@
<th>
姓名
</th>
<th>
联系电话
</th>
<th>
门店名称
</th>
<th>
近期约访
</th>
<th>
最近拜访
</th>
<th>
累计拜访
</th>
<th>
幸福存折
</th>
<th>
累计交易额
</th>
<th>
询价与需求
</th>
<th>
所属联盟
</th>
<th>
优惠券
</th>
<th>
预存余额
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
近期约访
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
最近拜访
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
累计拜访
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
幸福存折
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
累计交易额
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
询价与需求
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
所属联盟
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
优惠券
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
预存余额
</th>
<th
width=
"200px"
>
操作
</th>
</tr>
<tr
v-for=
"(item,i) in dataList"
:key=
"i"
>
...
...
@@ -559,13 +559,13 @@
待{{item.departmentManagerStr}}审核
</span>
</td>
<td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
<p
v-if=
"item.customerVisitList.length>0"
>
{{item.customerVisitList[0].visitDateTime}}
</p>
<p
v-else
>
{{$t('salesModule.noYuefang')}}
</p>
</td>
<td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
<div
@
click=
"goUrl(type,item.customerId,1)"
>
<p
v-if=
"item.customerVisitList[1]"
>
<span
...
...
@@ -576,16 +576,16 @@
</div>
</td>
<td><span
@
click=
"goUrl(type,item.customerId,2)"
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
@
click=
"goUrl(type,item.customerId,2)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{item.visiteCount}}
</span></td>
<td>
{{item.cL_Balance}}
</td>
<td><span
@
click=
"goUrl(type,item.customerId,3)"
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{item.cL_Balance}}
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
@
click=
"goUrl(type,item.customerId,3)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{item.tradeTotal}}
</span></td>
<td>
{{item.inquireCount}}
</td>
<td>
{{item.allianceName}}
</td>
<td><span
style=
"cursor: pointer;text-decoration: underline;"
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{item.inquireCount}}
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{item.allianceName}}
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
style=
"cursor: pointer;text-decoration: underline;"
@
click
.
stop=
"goUrC('CouponsList',item.customerAccountId)"
>
{{item.couponNum}}
</span></td>
<td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
<span
style=
"cursor: pointer;color: #2CA4F0"
@
click=
"seeDeta(item)"
>
{{ item.depositMoney?item.depositMoney:0 }}
</span>
</td>
...
...
@@ -598,11 +598,11 @@
<el-button
style=
"padding:4px"
@
click
.
stop=
"goUrlT('empBankAccount',item.customerId)"
type=
"danger"
icon=
"iconfont icon-guanliyuan"
circle
></el-button>
</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&¤tUserInfo.RB_Group_id==2"
>
<el-button
style=
"padding:4px"
@
click
.
stop=
"goUrC('CustomerAnalysis',item.customerId)"
type=
"success"
icon=
"iconfont icon-icon-test6"
circle
></el-button>
</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&¤tUserInfo.RB_Group_id==2"
>
<el-button
style=
"padding:4px"
@
click
.
stop=
"goTeamMember(item)"
type=
"primary"
icon=
"el-icon-user-solid"
circle
></el-button>
</el-tooltip>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment