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
7f59d288
Commit
7f59d288
authored
Sep 06, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
f3735edb
90303965
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
7 deletions
+27
-7
src/views/order/podCN/PodMakeOrder.vue
+27
-7
No files found.
src/views/order/podCN/PodMakeOrder.vue
View file @
7f59d288
...
...
@@ -143,12 +143,27 @@
{{ boxIndex }}
</span>
<span
class=
"box-top-item-box-index-text"
>
号箱
</span>
<span
style=
"font-size: 30px"
>
放入第
</span>
<div
class=
"box-top-item-box-index-number"
>
{{ podOrderDetailsData?.pickingNumber }}
</div>
<span
style=
"font-size: 30px"
>
件商品
</span>
<
template
v-if=
"pickFlag"
>
<strong
style=
"
font-size: 60px;
color: #00ff00;
display: inline-block;
text-align: center;
width: 90px;
"
>
{{
podOrderDetailsData
?.
purchaseNumber
}}
</strong>
<span
style=
"font-size: 30px"
>
{{
'件已配齐'
}}
</span>
</
template
>
<
template
v-else
>
<span
style=
"font-size: 30px"
>
放入第
</span>
<div
class=
"box-top-item-box-index-number"
>
{{
podOrderDetailsData
?.
pickingNumber
}}
</div>
<span
style=
"font-size: 30px"
>
件商品
</span>
</
template
>
</div>
<div
class=
"box-top-item-status"
>
<span
...
...
@@ -410,7 +425,12 @@ watch(
)
const
podBoxIndex
=
computed
(()
=>
orderStore
.
podBoxIndex
)
const
pickFlag
=
computed
(()
=>
{
if
(
podOrderDetailsData
.
value
?.
productList
)
{
return
podOrderDetailsData
.
value
?.
productList
.
every
((
item
)
=>
item
.
power
)
}
return
false
})
let
renderLock
=
false
const
renderItemBox
=
(
bool
:
boolean
)
=>
{
...
...
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