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
561a9c07
Commit
561a9c07
authored
Nov 27, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户延期修复
parent
7ed7f47a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
delay.vue
src/views/ecw/customer/delay.vue
+1
-1
index.vue
src/views/ecw/myCustomerService/index.vue
+4
-0
No files found.
src/views/ecw/customer/delay.vue
View file @
561a9c07
...
...
@@ -114,7 +114,7 @@
if
(
that
.
handlerParams
.
estimateEnterOpenSeaTime
){
that
.
handlerParams
.
estimateEnterOpenSeaTime
=
that
.
getTime
(
that
.
handlerParams
.
estimateEnterOpenSeaTime
)
}
else
{
that
.
handlerParams
.
estimateEnterOpenSeaTime
=
that
.
customerData
.
estimateEnterOpenSeaTime
that
.
$set
(
that
.
handlerParams
,
'
estimateEnterOpenSeaTime
'
,
that
.
customerData
.
estimateEnterOpenSeaTime
)
}
if
(
that
.
handlerParams
.
ccIds
){
var
ids
=
that
.
handlerParams
.
ccIds
.
split
(
'
,
'
)
...
...
src/views/ecw/myCustomerService/index.vue
View file @
561a9c07
...
...
@@ -112,6 +112,7 @@
v-hasPermi=
"['ecw:customer:update']"
@
click=
"complaint(scope.row)"
>
{{
$t
(
'
客诉
'
)
}}
</el-button>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['ecw:customer:delete']"
>
{{
$t
(
'
删除
'
)
}}
</el-button>
<el-button
:disabled=
"scope.row.isInOpenSea"
size=
"mini"
type=
"text"
icon=
"el-icon-user"
@
click=
"delay(scope.row)"
>
{{
$t
(
'
延期
'
)
}}
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -219,6 +220,9 @@ export default {
handleSelectionChange
(
val
){
this
.
selectCustomerList
=
val
.
map
(
i
=>
i
.
id
);
},
delay
(
row
){
this
.
$router
.
push
({
path
:
'
/customer/delay
'
,
query
:{
id
:
row
.
id
}})
},
countryFormatter
(
row
,
column
,
cellValue
)
{
const
country
=
this
.
countryList
.
find
((
e
)
=>
e
.
id
===
cellValue
)
return
country
?.
nameZh
...
...
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