Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
222c94e1
Commit
222c94e1
authored
Jun 23, 2022
by
黄卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户联系人客户名,客户无图片隐藏组件
parent
82586dbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
query.vue
src/views/ecw/customer/query.vue
+1
-1
index.vue
src/views/ecw/customerComplaint/index.vue
+2
-7
No files found.
src/views/ecw/customer/query.vue
View file @
222c94e1
...
...
@@ -34,7 +34,7 @@
<
el
-
descriptions
-
item
label
=
"
主营类别
"
>
{{
productType
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"
常提货网点
"
>
{{
pickupPoint
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"
图片
"
>
<
el
-
image
:
src
=
"
customer.picture
"
style
=
"
width: 100px;height: 100px
"
><
/el-image
>
<
el
-
image
v
-
show
=
"
!!customer.picture
"
:
src
=
"
customer.picture
"
style
=
"
width: 100px;height: 100px
"
><
/el-image
>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"
备注
"
>
{{
customer
.
remarks
}}
<
/el-descriptions-item
>
<!--
<
el
-
descriptions
-
item
label
=
"
信用等级
"
>
{{
customer
}}
<
/el-descriptions-item>--
>
...
...
src/views/ecw/customerComplaint/index.vue
View file @
222c94e1
...
...
@@ -138,8 +138,7 @@
<
script
>
import
{
createCustomerComplaint
,
updateCustomerComplaint
,
deleteCustomerComplaint
,
getCustomerComplaint
,
getCustomerComplaintPage
,
exportCustomerComplaintExcel
}
from
"
@/api/ecw/customerComplaint
"
;
import
{
getMyFlowCustomerList
}
from
"
@/api/ecw/customer
"
;
import
{
getCustomerSelect
}
from
"
../../../api/ecw/customer
"
import
{
getCustomerSelect
}
from
'
@/api/ecw/customer
'
import
CustomerFollow
from
"
../../../components/CustomerFollow
"
export
default
{
...
...
@@ -197,10 +196,6 @@ export default {
},
created
()
{
this
.
getList
();
// 获得邮件账号
// getMyFlowCustomerList().then(response => {
// this.myFollowCustomerList = response.data;
// })
getCustomerSelect
().
then
(
r
=>
{
this
.
customerSelect
=
r
.
data
...
...
@@ -316,7 +311,7 @@ export default {
},
/** 格式化邮件账号 */
formatCustomerName
(
customerId
)
{
for
(
const
customer
of
this
.
myFollowCustomerLis
t
)
{
for
(
const
customer
of
this
.
customerSelec
t
)
{
if
(
customer
.
id
===
customerId
)
{
return
customer
.
name
;
}
...
...
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