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
0a34c90f
Commit
0a34c90f
authored
Aug 05, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
feat: podus待排单展示刷新商品信息按钮 See merge request
!67
parents
f7c077d8
07643510
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
src/views/order/podUs/index.vue
+14
-5
No files found.
src/views/order/podUs/index.vue
View file @
0a34c90f
...
...
@@ -507,7 +507,8 @@
status === 'STOCK_OUT' ||
status === 'EXCEPTION_ORDER' ||
status === 'TO_BE_REPLENISHMENT' ||
status === 'IN_PRODUCTION'
status === 'IN_PRODUCTION' ||
status === 'TO_BE_ARRANGE'
"
class=
"item"
>
...
...
@@ -4372,7 +4373,12 @@ const loadCraftList = async () => {
}
const
refreshMaterial
=
async
()
=>
{
if
(
[
'PICKING'
,
'TO_BE_REPLENISHMENT'
,
'IN_PRODUCTION'
].
includes
(
status
.
value
)
[
'PICKING'
,
'TO_BE_REPLENISHMENT'
,
'IN_PRODUCTION'
,
'TO_BE_ARRANGE'
,
].
includes
(
status
.
value
)
)
{
if
(
cardSelection
.
value
.
length
===
0
)
{
return
ElMessage
.
warning
(
'请选择数据'
)
...
...
@@ -4394,9 +4400,12 @@ const refreshMaterial = async () => {
)
?
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
)
:
undefined
,
productIds
:
[
'PICKING'
,
'TO_BE_REPLENISHMENT'
,
'IN_PRODUCTION'
].
includes
(
status
.
value
,
)
productIds
:
[
'PICKING'
,
'TO_BE_REPLENISHMENT'
,
'IN_PRODUCTION'
,
'TO_BE_ARRANGE'
,
].
includes
(
status
.
value
)
?
cardSelection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
)
:
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