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