Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
debbdc47
Commit
debbdc47
authored
Jun 16, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复处理工单的返回路径的bug
parent
84a8eef3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
src/views/process/list/handle.vue
+10
-5
No files found.
src/views/process/list/handle.vue
View file @
debbdc47
...
@@ -2,7 +2,12 @@
...
@@ -2,7 +2,12 @@
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
v-if=
"isLoadingStatus"
/>
<div
v-if=
"isLoadingStatus"
/>
<div
v-else
>
<div
v-else
>
<el-button
v-if=
"scrmParams.showBack"
style=
"margin-bottom:16px;"
type=
"primary"
@
click=
"goBack"
>
<el-button
v-if=
"scrmParams.showBack"
style=
"margin-bottom: 16px"
type=
"primary"
@
click=
"goBack"
>
返回
返回
</el-button>
</el-button>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
...
@@ -343,10 +348,7 @@ export default {
...
@@ -343,10 +348,7 @@ export default {
if
(
response
.
code
===
200
)
{
if
(
response
.
code
===
200
)
{
// this.$router.push({ name: 'upcoming' })
// this.$router.push({ name: 'upcoming' })
// window.location.reload()
// window.location.reload()
// this.getProcessNodeList()
this
.
getProcessNodeList
()
if
(
window
.
parent
.
goBackScrmCustomerServiceInfo
)
{
window
.
parent
.
goBackScrmCustomerServiceInfo
()
}
}
}
})
})
})
})
...
@@ -355,6 +357,9 @@ export default {
...
@@ -355,6 +357,9 @@ export default {
getAlertMessage
()
{
getAlertMessage
()
{
if
(
this
.
processStructureValue
.
workOrder
.
is_end
===
1
)
{
if
(
this
.
processStructureValue
.
workOrder
.
is_end
===
1
)
{
this
.
alertMessage
=
'当前工单已结束。'
this
.
alertMessage
=
'当前工单已结束。'
if
(
this
.
scrmParams
.
goBackFunction
===
'goBackScrmCustomerServiceInfo'
)
{
window
.
parent
.
goBackScrmCustomerServiceInfo
()
}
}
}
},
},
activeOrderActive
()
{
activeOrderActive
()
{
...
...
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