Browse Source

仓位查询页面增加仓位对应的数量显示

LT31650A 1 week ago
parent
commit
400d8a3933
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/storage/search.vue

+ 1 - 1
pages/storage/search.vue

@@ -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>
 					</view>