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
2a89cc86
Commit
2a89cc86
authored
Jul 30, 2026
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:bug修复
parent
1196ab7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
src/views/order/factoryOrderNew/component/PickCompleteDialog.vue
+12
-6
No files found.
src/views/order/factoryOrderNew/component/PickCompleteDialog.vue
View file @
2a89cc86
...
@@ -496,12 +496,18 @@ const handleCreateInbound = async () => {
...
@@ -496,12 +496,18 @@ const handleCreateInbound = async () => {
background
:
'rgba(0, 0, 0, 0.3)'
,
background
:
'rgba(0, 0, 0, 0.3)'
,
})
})
try
{
try
{
const
skus
=
selections
.
value
.
map
((
r
)
=>
r
.
thirdSkuCode
as
string
)
warehouseList
.
value
=
[]
const
res
=
await
getBySkuAndUserMarkApi
(
firstWid
,
skus
.
join
(
','
),
null
)
otherPurchaseData
.
value
=
[]
if
(
res
.
code
!==
200
)
return
for
(
const
item
of
selections
.
value
){
otherPurchaseData
.
value
=
res
.
data
.
map
((
item
:
InterskuList
)
=>
if
(
item
.
thirdSkuCode
){
mapInterskuToProduct
(
item
),
const
userMark
=
item
.
thirdSkuCode
.
includes
(
'JM'
)?
null
:
item
.
thirdSkuCode
.
slice
(
0
,
4
)
)
const
res
=
await
getBySkuAndUserMarkApi
(
firstWid
,
item
.
thirdSkuCode
,
userMark
)
if
(
res
.
code
!==
200
)
return
otherPurchaseData
.
value
=
otherPurchaseData
.
value
.
concat
(
res
.
data
.
map
((
r
:
InterskuList
)
=>
mapInterskuToProduct
(
r
),
)
)
}
}
await
fetchReceiptLocationList
(
''
)
await
fetchReceiptLocationList
(
''
)
const
listRes
=
await
warehouseInfoGetAll
()
const
listRes
=
await
warehouseInfoGetAll
()
warehouseList
.
value
=
listRes
.
data
||
[]
warehouseList
.
value
=
listRes
.
data
||
[]
...
...
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