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
3938c266
Commit
3938c266
authored
Jun 15, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复配货分拣打印失败也提交打单成功nug
parent
495b530e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/views/order/podUs/PodMakeOrder.vue
+8
-2
No files found.
src/views/order/podUs/PodMakeOrder.vue
View file @
3938c266
...
@@ -216,6 +216,8 @@
...
@@ -216,6 +216,8 @@
>
,不占用播种墙
>
,不占用播种墙
</div>
</div>
<div
class=
"box-top-item-status"
>
<div
class=
"box-top-item-status"
>
{{ isAutoPrint }}
{{ podOrderDetailsData?.printResult }}
<span
<span
v-if=
"
v-if=
"
isAutoPrint &&
isAutoPrint &&
...
@@ -735,14 +737,18 @@ const renderItemBox = (bool: boolean) => {
...
@@ -735,14 +737,18 @@ const renderItemBox = (bool: boolean) => {
if
(
productList
.
every
((
item
)
=>
item
.
power
))
{
if
(
productList
.
every
((
item
)
=>
item
.
power
))
{
if
(
userStore
.
user
?.
id
!==
boxItem
.
fromUser
)
return
if
(
userStore
.
user
?.
id
!==
boxItem
.
fromUser
)
return
// 配货分拣 非自动打单的配货区: 不打印 不打单完成; 自动打单的配货区: 打印后打单完成
// 配货分拣 非自动打单的配货区: 不打印 不打单完成; 自动打单的配货区: 打印
成功
后打单完成
if
(
props
.
wallType
===
'sort'
&&
!
isAutoPrint
.
value
)
{
if
(
props
.
wallType
===
'sort'
&&
!
isAutoPrint
.
value
)
{
renderLock
=
false
renderLock
=
false
return
return
}
}
print
(
data
,
false
,
()
=>
{
print
(
data
,
false
,
()
=>
{
if
(
props
.
wallType
===
'sort'
&&
isAutoPrint
.
value
)
{
if
(
props
.
wallType
===
'sort'
&&
isAutoPrint
.
value
&&
data
.
printResult
===
'printSuccess'
)
{
submitInspection
(()
=>
{
submitInspection
(()
=>
{
getPackingData
(
currentCode
)
getPackingData
(
currentCode
)
renderLock
=
false
renderLock
=
false
...
...
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