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
b7589f9b
Commit
b7589f9b
authored
Aug 14, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:质检bug修复
parent
347e25d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
src/views/order/factoryOrderFlowConfig/index.vue
+2
-1
src/views/order/factoryOrderNew/index.vue
+5
-5
No files found.
src/views/order/factoryOrderFlowConfig/index.vue
View file @
b7589f9b
...
...
@@ -85,12 +85,13 @@ const updateConfig = async () => {
if
(
res
.
data
?.
totalCount
)
{
await
ElMessageBox
.
confirm
(
`有操作单仍在待质检状态,跳过质检流程将不展示待质检页面,但不影响操作单配货,<br/>
<span style="color: #f56c6c
">是否确定跳过质检流程?</span>`
,
<span style="color: red; margin: 15px 0
">是否确定跳过质检流程?</span>`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
dangerouslyUseHTMLString
:
true
,
type
:
'warning'
,
},
)
}
...
...
src/views/order/factoryOrderNew/index.vue
View file @
b7589f9b
...
...
@@ -579,9 +579,9 @@
"
class
=
"item"
>
<
ElButton
type
=
"success"
@
click
=
"handlePrintProductionOrder"
>
打印操作单
<
/ElButto
n
>
<
ElButton
type
=
"success"
@
click
=
"handlePrintProductionOrder"
>
打印操作单
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"status === 'PENDING_PICK'"
class
=
"item"
>
<
ElButton
type
=
"warning"
@
click
=
"handlePrintPickOrder"
...
...
@@ -790,7 +790,7 @@
<
/ElButton
>
<
/span
>
<
span
v
-
if
=
"status === 'PENDING_QUALITY'"
class
=
"item"
>
<
ElButton
type
=
"success"
@
click
=
"handle
GetOrderInventoryDetail
"
>
<
ElButton
type
=
"success"
@
click
=
"handle
PrintProductionOrder
"
>
打印操作单
<
/ElButton
>
<
/span
>
...
...
@@ -3333,7 +3333,7 @@ const handlePickComplete = () => {
}
const
handleDeliveryComplete
=
()
=>
{
if
(
!
ensureSelection
())
return
ElMessageBox
.
confirm
(
'确定
完成发货
吗?'
,
'提示'
,
{
ElMessageBox
.
confirm
(
'确定
配货完成
吗?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
}
)
...
...
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