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
e418e98e
Commit
e418e98e
authored
Jun 20, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
bc5e5e5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/order/podUs/index.vue
+3
-3
No files found.
src/views/order/podUs/index.vue
View file @
e418e98e
...
@@ -2992,7 +2992,7 @@ const loadWarehouseList = async () => {
...
@@ -2992,7 +2992,7 @@ const loadWarehouseList = async () => {
}
}
}
}
const
refreshMaterial
=
async
()
=>
{
const
refreshMaterial
=
async
()
=>
{
if
(
status
.
value
===
'PICKING'
)
{
if
(
status
.
value
===
'PICKING'
||
status
.
value
===
'TO_BE_REPLENISHMENT'
)
{
if
(
cardSelection
.
value
.
length
===
0
)
{
if
(
cardSelection
.
value
.
length
===
0
)
{
return
ElMessage
.
warning
(
'请选择数据'
)
return
ElMessage
.
warning
(
'请选择数据'
)
}
}
...
@@ -3009,11 +3009,11 @@ const refreshMaterial = async () => {
...
@@ -3009,11 +3009,11 @@ const refreshMaterial = async () => {
try
{
try
{
const
res
=
await
refreshMaterialApi
({
const
res
=
await
refreshMaterialApi
({
orderIds
:
orderIds
:
status
.
value
!==
'PICKING'
status
.
value
!==
'PICKING'
&&
status
.
value
!==
'TO_BE_REPLENISHMENT'
?
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
)
?
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
)
:
undefined
,
:
undefined
,
productIds
:
productIds
:
status
.
value
===
'PICKING'
status
.
value
===
'PICKING'
||
status
.
value
===
'TO_BE_REPLENISHMENT'
?
cardSelection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
)
?
cardSelection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
)
:
undefined
,
:
undefined
,
}
)
}
)
...
...
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