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
423d74ae
Commit
423d74ae
authored
Jun 23, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 尝试修复扫下一单偶发上一单不自动打单完成问题 #1001679
parent
3e0881e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/views/order/podUs/PodMakeOrder.vue
+8
-4
No files found.
src/views/order/podUs/PodMakeOrder.vue
View file @
423d74ae
...
...
@@ -531,7 +531,6 @@ const podBoxList = computed(() => {
return
orderStore
.
podBoxList
})
const
coverImage
=
ref
<
string
>
(
''
)
let
currentCode
=
''
const
tableRef
=
ref
()
watch
(
visible
,
async
(
value
:
boolean
)
=>
{
...
...
@@ -851,9 +850,12 @@ const handleSearch = () => {
}
productionOrder
.
value
=
''
isLock
.
value
=
true
const
everyPower
=
podOrderDetailsData
.
value
?.
productList
?.
every
(
(
item
)
=>
item
.
power
,
)
// 尝试修复扫下一单上一单不自动打单完成问题
const
everyPower
=
podOrderDetailsData
.
value
?.
pickingNumber
===
podOrderDetailsData
.
value
?.
purchaseNumber
console
.
log
(
'⭐⭐⭐everyPower'
,
everyPower
)
if
(
props
.
wallType
===
'sort'
&&
!
isAutoPrint
.
value
)
{
getPackingData
(
code
)
return
...
...
@@ -866,6 +868,8 @@ const handleSearch = () => {
* notPrintSuccess 未能获取打印状态
*/
// 非配货分拣 打印成功提示;配货分拣:开启自动打单且打印成功,提交;配货分拣:不开启自动打单,不提示
console
.
log
(
'⭐⭐⭐查询printResult'
,
podOrderDetailsData
.
value
?.
printResult
)
if
(
podOrderDetailsData
.
value
?.
printResult
===
'printSuccess'
&&
(
props
.
wallType
!==
'sort'
||
...
...
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