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
0e502760
Commit
0e502760
authored
Jun 26, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
837effd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
CustomerContactList.vue
src/components/SalesModule/Common/CustomerContactList.vue
+45
-0
No files found.
src/components/SalesModule/Common/CustomerContactList.vue
View file @
0e502760
...
...
@@ -135,6 +135,30 @@
</el-popover>
</el-tooltip>
</div>
<div
style=
"margin-right: 10px;"
>
<el-tooltip
v-if=
"scope.row.IsActivation==1&&scope.row.MallNickName==''"
class=
"item"
effect=
"dark"
content=
"分享邀请激活赞羊积分商城"
placement=
"top-start"
>
<el-popover
width=
"180"
trigger=
"click"
>
<div
class=
"w150"
v-loading=
"wxLoading"
>
<img
style=
"
float: left;
width: 108px;
height: 108px;
margin: 10px 21px 3px;
"
:src=
"
scope.row.wxImage === ''
? ''
: 'data:image/png;base64,' + scope.row.wxImage
"
/>
<p
style=
"text-align: center; font-size: 12px; color: #666"
>
{{
$t
(
"salesModule.XCX"
)
}}
</p>
</div>
<el-button
slot=
"reference"
type=
"warning"
style=
"padding:4px"
icon=
""
@
click=
"getZYWxCode(scope.$index)"
circle
>
<i
class=
"iconfont icon-fenxiang"
style=
"font-size: 14px;"
></i>
</el-button>
</el-popover>
</el-tooltip>
</div>
<!--
<div>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.ph_shanchu')"
placement=
"top-start"
>
<el-button
@
click
.
stop=
"EditMsg(scope.row)"
style=
"padding:4px"
type=
"danger"
icon=
"el-icon-delete"
circle
></el-button>
...
...
@@ -291,6 +315,27 @@
);
}
},
getZYWxCode
(
key
)
{
this
.
wxLoading
=
false
;
if
(
this
.
dataList
[
key
].
wxImage
===
""
)
{
this
.
wxLoading
=
true
;
this
.
apipost
(
"erp_post_ShareZYPointsMallCode"
,
{
ID
:
this
.
dataList
[
key
].
ID
,
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
url
=
res
.
data
.
data
;
this
.
dataList
[
key
].
wxImage
=
url
;
this
.
wxLoading
=
false
;
}
else
{
this
.
$message
.
error
(
this
.
$t
(
'objFill.erwmhqsb'
));
}
},
(
err
)
=>
{}
);
}
},
EditPassword
(
row
){
this
.
PasswordData
.
ContactId
=
row
.
ID
;
this
.
PasswordData
.
ContactName
=
row
.
ContactName
;
...
...
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