Commit 480c88f2 by wuqian

部分发货--加急

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