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
e7469dba
Commit
e7469dba
authored
Oct 20, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的客户列表跟进页面bug修复
parent
d2ee55fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
index.vue
src/views/ecw/myCustomerService/index.vue
+8
-8
No files found.
src/views/ecw/myCustomerService/index.vue
View file @
e7469dba
...
@@ -648,7 +648,7 @@
...
@@ -648,7 +648,7 @@
>
>
<el-button
<el-button
size=
"mini"
size=
"mini"
v-has
Permi=
"['ecw:customer:my-follow-up'
]"
v-has
-permi=
"[selectAuthorityFn('ecw:customer:my-follow-up')
]"
type=
"text"
type=
"text"
icon=
"el-icon-collection"
icon=
"el-icon-collection"
@
click=
"followUp(scope.row)"
@
click=
"followUp(scope.row)"
...
@@ -755,7 +755,7 @@ import { getCustomerSelect, changeCustomerDefaultPay, changeCustomerNoConsignee,
...
@@ -755,7 +755,7 @@ import { getCustomerSelect, changeCustomerDefaultPay, changeCustomerNoConsignee,
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
export
default
{
export
default
{
name
:
"
EcwMy
customers
erviceIndex
"
,
name
:
"
EcwMy
CustomerS
erviceIndex
"
,
components
:
{
components
:
{
Contacts
,
Contacts
,
Template
,
Template
,
...
@@ -1224,14 +1224,14 @@ export default {
...
@@ -1224,14 +1224,14 @@ export default {
.
catch
(()
=>
{});
.
catch
(()
=>
{});
},
},
followUp
(
row
)
{
followUp
(
row
)
{
this
.
customerId
=
row
.
id
;
this
.
customerId
=
row
.
id
// this.$refs["customerFollowList"].customerFollow.dialogVisible = true;
this
.
customerService
=
row
.
customerService
this
.
customerService
=
row
.
customerService
;
this
.
customerNumber
=
row
.
number
this
.
customerNumber
=
row
.
number
;
this
.
customerFollowVisible
=
true
this
.
customerFollowVisible
=
true
this
.
$nextTick
(
_
=>
{
this
.
$nextTick
(
_
=>
{
this
.
$refs
[
'
customerFollowList
'
].
init
()
// this.$refs.CustomerFollowList.customerFollow.dialogVisible = true;
this
.
$refs
[
'
customerFollowList
'
].
handleAdd
()
this
.
$refs
[
'
CustomerFollowList
'
].
init
()
this
.
$refs
[
'
CustomerFollowList
'
].
handleAdd
()
})
})
},
},
complaint
(
row
)
{
complaint
(
row
)
{
...
...
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