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
7bb0575c
Commit
7bb0575c
authored
Jun 10, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 播种墙配货配齐时文案修改
parent
9a58c368
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
src/views/order/podUs/PodMakeOrder.vue
+13
-3
No files found.
src/views/order/podUs/PodMakeOrder.vue
View file @
7bb0575c
...
...
@@ -169,7 +169,17 @@
>
{{ podOrderDetailsData?.pickingNumber }}
</div>
<span
style=
"font-size: 30px"
>
件商品
</span>
<span
v-if=
"
podOrderDetailsData?.pickingNumber != null &&
podOrderDetailsData?.purchaseNumber != null &&
podOrderDetailsData.pickingNumber ===
podOrderDetailsData.purchaseNumber
"
style=
"font-size: 30px"
>
件已配齐
</span
>
<span
v-else
style=
"font-size: 30px"
>
件商品
</span>
</div>
<div
v-else
class=
"box-top-item-box-index-text"
>
单件商品
<span
style=
"color: rgb(0, 255, 0)"
>
(配齐)
</span
...
...
@@ -1394,7 +1404,7 @@ const reconnectWebSocket = async () => {
font-size
:
60px
;
color
:
red
;
text-align
:
center
;
width
:
12
0px
;
width
:
8
0px
;
font-weight
:
600
;
}
.box-top-item-box-index-text
{
...
...
@@ -1406,7 +1416,7 @@ const reconnectWebSocket = async () => {
color
:
red
;
display
:
inline-block
;
text-align
:
center
;
width
:
9
0px
;
width
:
8
0px
;
font-weight
:
600
;
}
.box-top-item-status
{
...
...
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