Commit cdfeed83 by liangjianmin

feat(picking): 更新批次属性显示为标准包装数量

- 将多个视图中的“其他批次属性”字段替换为“标准包装数量”,使用item.mpq进行渲染
- 确保界面信息一致性,提升用户体验
parent 4a427074
Showing with 6 additions and 6 deletions
...@@ -114,8 +114,8 @@ ...@@ -114,8 +114,8 @@
<text class="text">{{ item.inhouse }}</text> <text class="text">{{ item.inhouse }}</text>
</view> </view>
<view class="input-box row verCenter"> <view class="input-box row verCenter">
<text class="label">其他批次属性</text> <text class="label">标准包装数量</text>
<text class="text">{{ item.other_batch_attr }}</text> <text class="text">{{ item.mpq }}</text>
</view> </view>
<view class="input-box row verCenter" v-if="item.customer_material_number"> <view class="input-box row verCenter" v-if="item.customer_material_number">
<text class="label">客户物料编码:</text> <text class="label">客户物料编码:</text>
...@@ -271,8 +271,8 @@ ...@@ -271,8 +271,8 @@
<text class="tt">{{ detail.inhouse }}</text> <text class="tt">{{ detail.inhouse }}</text>
</view> </view>
<view class="item row verCenter"> <view class="item row verCenter">
<text class="label">其他批次属性</text> <text class="label">标准包装数量</text>
<text class="tt">{{ detail.other_batch_attr }}</text> <text class="tt">{{ detail.mpq }}</text>
</view> </view>
<view class="item row verCenter"> <view class="item row verCenter">
<text class="label">客户物料编码:</text> <text class="label">客户物料编码:</text>
...@@ -494,8 +494,8 @@ ...@@ -494,8 +494,8 @@
<text class="text">{{ item.inhouse }}</text> <text class="text">{{ item.inhouse }}</text>
</view> </view>
<view class="input-box row verCenter"> <view class="input-box row verCenter">
<text class="label">其他批次属性</text> <text class="label">标准包装数量</text>
<text class="text">{{ item.other_batch_attr }}</text> <text class="text">{{ item.mpq }}</text>
</view> </view>
<view class="input-box row verCenter" style="flex: 0 0 100%;"> <view class="input-box row verCenter" style="flex: 0 0 100%;">
<text class="label">应拣货数量:</text> <text class="label">应拣货数量:</text>
......
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