Commit 03090324 by zhuzhequan

fix:播种墙配货扫齐样式修改

parent d94085da
......@@ -147,13 +147,13 @@
<span style="font-size: 30px">放入第</span>
<div class="box-top-item-box-index-number" :style="{color:podOrderDetailsData?.pickingNumber ===
podOrderDetailsData?.purchaseNumber ? 'green' : ''}">
podOrderDetailsData?.purchaseNumber ? 'rgb(0, 255, 0)' : ''}">
{{ podOrderDetailsData?.pickingNumber }}
</div>
<span style="font-size: 30px">件商品</span>
</div>
<div v-else class="box-top-item-box-index-text">
单件商品订单,不占用播种墙 <span style="color: green">(已配齐)</span>
单件商品<span style="color: rgb(0, 255, 0)">(配齐)</span>,不占用播种墙
</div>
<div class="box-top-item-status">
<span
......
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