Commit 7f3d3dc1 by liangjianmin

feat(ui): 增加库存类型显示字段

- 在入库记录页面添加“库存类型”展示项
- 在收货统计记录页面增加相应的“库存类型”显示
- 确保库存类型文字与其他信息样式一致
- 优化界面信息完整性,提升用户体验
parent 0fb1859b
......@@ -181,6 +181,10 @@
<text class="tt" style="max-width: 100%;">{{ detail.brand_name }}</text>
</view>
<view class="item row verCenter">
<text class="label">库存类型:</text>
<text class="tt">{{ detail.stock_type_cn }}</text>
</view>
<view class="item row verCenter">
<text class="label">D / C:</text>
<text class="tt">{{ detail.date_code }}</text>
</view>
......
......@@ -249,6 +249,10 @@
<text class="tt" style="max-width: 100%;">{{ detail.brand_name }}</text>
</view>
<view class="item row verCenter">
<text class="label">库存类型:</text>
<text class="tt">{{ detail.stock_type_cn }}</text>
</view>
<view class="item row verCenter">
<text class="label">D / C:</text>
<text class="tt">{{ detail.date_code }}</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