Commit 7bb0575c by qinjianhui

fix: 播种墙配货配齐时文案修改

parent 9a58c368
......@@ -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: 120px;
width: 80px;
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: 90px;
width: 80px;
font-weight: 600;
}
.box-top-item-status {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment