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
f89a7b05
Commit
f89a7b05
authored
Jul 13, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复配货打单接收到配货分拣ws消息bug #1001824
parent
4b29cd82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/views/order/podUs/PodMakeOrder.vue
+6
-6
No files found.
src/views/order/podUs/PodMakeOrder.vue
View file @
f89a7b05
...
@@ -786,9 +786,9 @@ const messageChange = (data: WebSocketMessage) => {
...
@@ -786,9 +786,9 @@ const messageChange = (data: WebSocketMessage) => {
// 扫码进箱
// 扫码进箱
if
(
if
(
code
===
'POD_PRINT_ORDER'
||
(
props
.
wallType
===
'us'
&&
code
===
'POD_PRINT_ORDER'
)
||
code
===
'FACTORY_POD_ORDER_PRINT_ORDER'
||
(
props
.
wallType
===
'print'
&&
code
===
'FACTORY_POD_ORDER_PRINT_ORDER'
)
||
code
===
'FACTORY_POD_ORDER_TOP_PRINT_ORDER'
(
props
.
wallType
===
'sort'
&&
code
===
'FACTORY_POD_ORDER_TOP_PRINT_ORDER'
)
)
{
)
{
try
{
try
{
if
(
typeof
more
.
txt
===
'string'
)
{
if
(
typeof
more
.
txt
===
'string'
)
{
...
@@ -808,9 +808,9 @@ const messageChange = (data: WebSocketMessage) => {
...
@@ -808,9 +808,9 @@ const messageChange = (data: WebSocketMessage) => {
}
}
// 清空箱子
// 清空箱子
else
if
(
else
if
(
code
===
'POD_BOX_FLUSH'
||
(
props
.
wallType
===
'us'
&&
code
===
'POD_BOX_FLUSH'
)
||
code
===
'FACTORY_POD_ORDER_BOX_FLUSH'
||
(
props
.
wallType
===
'print'
&&
code
===
'FACTORY_POD_ORDER_BOX_FLUSH'
)
||
code
===
'FACTORY_POD_ORDER_TOP_BOX_FLUSH'
(
props
.
wallType
===
'sort'
&&
code
===
'FACTORY_POD_ORDER_TOP_BOX_FLUSH'
)
)
{
)
{
try
{
try
{
if
(
typeof
more
.
txt
===
'string'
)
{
if
(
typeof
more
.
txt
===
'string'
)
{
...
...
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