@@ -27,7 +27,7 @@
<checkbox :value="item.FStockLocNum" :checked="item.checked"
@tap="handleCheckboxClick(item.FStockLocNum)" />
<view style="display: flex; justify-content: center; align-items: center;">
- {{ item.FStockLocNum}}
+ {{ item.FStockLocNum}}({{item.FQty}})
</view>