Commit 78d81503 by qinjianhui

fix: 问题修改

parent 56b33a1b
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
<span class="label">拣货数:</span> <span class="label">拣货数:</span>
<span class="value">{{ item.count }}</span> <span class="value">{{ item.count }}</span>
<span <span
v-if="item.subOrderNumber === currentRow.subOrderNumber"
title="清空拣货数量" title="清空拣货数量"
style="margin: 6px; cursor: pointer; display: flex" style="margin: 6px; cursor: pointer; display: flex"
@click.stop="onShipment(item)" @click.stop="onShipment(item)"
......
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