Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
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
qinjianhui
factory_front
Commits
98111e0c
Commit
98111e0c
authored
Feb 03, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
584c53a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/supply/stockingOrder/index.vue
+2
-2
No files found.
src/views/supply/stockingOrder/index.vue
View file @
98111e0c
...
...
@@ -686,7 +686,7 @@ const handleSubmitAudit = async () => {
}
const
handleDeleteOrder
=
async
()
=>
{
if
(
selection
.
value
.
length
!==
1
)
{
return
ElMessage
.
warning
(
'不支持批量
取消
!'
)
return
ElMessage
.
warning
(
'不支持批量
删除
!'
)
}
try
{
await
ElMessageBox
.
confirm
(
'确定删除选中的订单?'
,
'提示'
,
{
...
...
@@ -708,7 +708,7 @@ const handleDeleteOrder = async () => {
}
const
handleCancelOrder
=
async
()
=>
{
if
(
selection
.
value
.
length
!==
1
)
{
return
ElMessage
.
warning
(
'
请选择一条数据
'
)
return
ElMessage
.
warning
(
'
不支持批量取消!
'
)
}
ElMessageBox
.
prompt
(
''
,
'取消原因'
,
{
confirmButtonText
:
'确认'
,
...
...
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