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
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
qinjianhui
factory_front
Commits
f08a0ccd
Commit
f08a0ccd
authored
Aug 11, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 快捷生产新增拦截订单确认
parent
c5f0903e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
src/views/order/podUs/FastProduction.vue
+22
-0
No files found.
src/views/order/podUs/FastProduction.vue
View file @
f08a0ccd
...
...
@@ -552,6 +552,28 @@ const trackCodeInput = async () => {
removeFromHistory
()
return
ElMessage
.
error
(
'生产单不存在'
)
}
if
(
res
.
data
.
interceptStatus
==
0
||
res
.
data
.
interceptStatus
==
2
)
{
try
{
await
ElMessageBox
.
confirm
(
'该生产单已提交至拦截申请,请确认是否继续生产'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
},
)
}
catch
(
error
)
{
TrackingNumber
.
value
=
''
detail
.
value
=
{
id
:
-
1
,
podJomallOrderUsId
:
-
1
,
imgList
:
[],
}
trackingNumberRef
.
value
&&
trackingNumberRef
.
value
.
focus
()
return
}
}
const
d
=
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
))
if
(
d
.
note
)
{
...
...
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