Commit 480c88f2 by wuqian

部分发货--加急

parent fdafddfc
......@@ -17,9 +17,21 @@
style="font-weight: bold"
>
<span class="order-list-expand_item_label">商品名:</span>
<span class="order-list-expand_item_value">{{
item.productName || '--'
}}</span>
<div class="order-list-expand_item_value">
{{ item.productName || '--' }}&emsp;
<img
src="@/assets/images/jiaji.svg"
alt=""
width="24"
v-show="
status == 4 &&
(item.num || 0) -
((item.shipmentNum || 0) - (item.notPassNum || 0)) >
0 &&
item.notPassNum > 0
"
/>
</div>
</div>
<div
:title="item.baseSku || ''"
......@@ -271,5 +283,7 @@ const setRemarks = (id: number, remark: string) => {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
align-items: center;
}
</style>
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