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
6a82971e
Commit
6a82971e
authored
Oct 11, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单互斥页面,存在多个互斥订单时,只有第一个能取消互斥,其他订单移出互斥失败(接口返回成功) bug修复
parent
4eb51605
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mutexOrder.vue
src/views/ecw/order/mutexOrder.vue
+4
-4
No files found.
src/views/ecw/order/mutexOrder.vue
View file @
6a82971e
...
@@ -68,8 +68,8 @@
...
@@ -68,8 +68,8 @@
}}
</
template
>
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
<
template
v-slot
:default=
'scope
'
>
<
template
v-slot
=
'{row}
'
>
<el-button
type=
"text"
@
click =
"guanlianOrderByOrderId(
scope.row.orderId
)"
>
<el-button
type=
"text"
@
click =
"guanlianOrderByOrderId(
row
)"
>
移出
移出
</el-button>
</el-button>
</
template
>
</
template
>
...
@@ -136,8 +136,8 @@ export default {
...
@@ -136,8 +136,8 @@ export default {
}
}
})
})
},
},
guanlianOrderByOrderId
(
id
){
guanlianOrderByOrderId
(
row
){
deleteGuanlianOrderByOrderId
({
orderId
:
this
.
orderId
,
mutualOrderId
:
i
d
}).
then
(
r
=>
{
deleteGuanlianOrderByOrderId
({
orderId
:
this
.
orderId
,
mutualOrderId
:
row
.
mutualOrderI
d
}).
then
(
r
=>
{
if
(
r
.
code
===
0
){
if
(
r
.
code
===
0
){
this
.
getList
()
this
.
getList
()
this
.
$message
.
success
(
'
操作成功
'
);
this
.
$message
.
success
(
'
操作成功
'
);
...
...
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