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
9af2f98c
Commit
9af2f98c
authored
Aug 18, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 配货分拣自动打单后不打单完成
parent
a5b4887e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
src/views/order/factoryOrderNew/component/InventorySorting.vue
+4
-7
No files found.
src/views/order/factoryOrderNew/component/InventorySorting.vue
View file @
9af2f98c
...
@@ -727,12 +727,6 @@ const renderItemBox = (bool: boolean) => {
...
@@ -727,12 +727,6 @@ const renderItemBox = (bool: boolean) => {
}
}
print
(
data
,
false
,
()
=>
{
print
(
data
,
false
,
()
=>
{
if
(
isAutoPrint
.
value
&&
data
.
printResult
===
'printSuccess'
)
{
submitInspection
(()
=>
{
renderLock
=
false
})
return
}
renderLock
=
false
renderLock
=
false
})
})
}
else
{
}
else
{
...
@@ -844,7 +838,10 @@ const handleSearch = () => {
...
@@ -844,7 +838,10 @@ const handleSearch = () => {
* notPrintSuccess 未能获取打印状态
* notPrintSuccess 未能获取打印状态
*/
*/
// 配货分拣:开启自动打单且打印成功,提交;不开启自动打单,不提示
// 配货分拣:开启自动打单且打印成功,提交;不开启自动打单,不提示
if
(
podOrderDetailsData
.
value
?.
printResult
===
'printSuccess'
)
{
if
(
podOrderDetailsData
.
value
?.
printResult
===
'printSuccess'
&&
isAutoPrint
.
value
)
{
submitInspection
(()
=>
{
submitInspection
(()
=>
{
getPackingData
(
code
)
getPackingData
(
code
)
})
})
...
...
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