Commit 4a427074 by liangjianmin

feat(putaway): 添加库位类型显示

- 在上架记录页面新增“库位类型”字段展示
- 增加对应视图布局支持库位类型的显示
- 使用item.stock_type_cn渲染库位类型文本内容
parent 7f3d3dc1
Showing with 4 additions and 0 deletions
......@@ -103,6 +103,10 @@
<text class="t1">{{ item.shelf_status }}</text>
</view>
<view class="text-item row verCenter">
<text class="label">库位类型:</text>
<text class="tt">{{ item.stock_type_cn }}</text>
</view>
<view class="text-item row verCenter">
<text class="label">库 位:</text>
<text class="tt">{{ item.position_name }}</text>
</view>
......
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 sign in to comment