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
d4a3d6c2
Commit
d4a3d6c2
authored
Jun 18, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复自动打单不触发问题
parent
9a72bd10
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
src/views/order/podUs/PodMakeOrder.vue
+6
-4
No files found.
src/views/order/podUs/PodMakeOrder.vue
View file @
d4a3d6c2
...
@@ -218,7 +218,8 @@
...
@@ -218,7 +218,8 @@
<div
class=
"box-top-item-status"
>
<div
class=
"box-top-item-status"
>
<span
<span
v-if=
"
v-if=
"
isAutoPrint &&
((props.wallType === 'sort' && isAutoPrint) ||
props.wallType !== 'sort') &&
podOrderDetailsData?.pickingNumber &&
podOrderDetailsData?.pickingNumber &&
podOrderDetailsData?.purchaseNumber &&
podOrderDetailsData?.purchaseNumber &&
podOrderDetailsData?.pickingNumber ===
podOrderDetailsData?.pickingNumber ===
...
@@ -745,11 +746,10 @@ const renderItemBox = (bool: boolean) => {
...
@@ -745,11 +746,10 @@ const renderItemBox = (bool: boolean) => {
renderLock
=
false
renderLock
=
false
return
return
}
}
print
(
data
,
false
,
()
=>
{
print
(
data
,
false
,
()
=>
{
if
(
if
(
props
.
wallType
===
'sort'
&&
((
props
.
wallType
===
'sort'
&&
isAutoPrint
.
value
)
||
isAutoPrint
.
value
&&
props
.
wallType
!==
'sort'
)
&&
data
.
printResult
===
'printSuccess'
data
.
printResult
===
'printSuccess'
)
{
)
{
submitInspection
(()
=>
{
submitInspection
(()
=>
{
...
@@ -1371,6 +1371,8 @@ const handlePrinterChange = (value: string) => {
...
@@ -1371,6 +1371,8 @@ const handlePrinterChange = (value: string) => {
}
}
const
print
=
(
data
:
OrderData
,
forcePrint
=
false
,
callback
?:
()
=>
void
)
=>
{
const
print
=
(
data
:
OrderData
,
forcePrint
=
false
,
callback
?:
()
=>
void
)
=>
{
console
.
log
(
'🍡🍡🍡🍡'
)
const
_boxIndex
=
boxIndex
.
value
const
_boxIndex
=
boxIndex
.
value
if
(
!
forcePrint
&&
data
.
printResult
)
{
if
(
!
forcePrint
&&
data
.
printResult
)
{
...
...
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