Commit 54a3d9db by liangjianmin

feat(tallyReceive): 添加库存类型字段显示

- 在理货任务列表项中新增库存类型展示行
- 添加label和desc样式结构,保持与其他字段一致
- 清理代码空白行,优化代码格式
parent a8768177
Showing with 4 additions and 0 deletions
...@@ -117,6 +117,10 @@ ...@@ -117,6 +117,10 @@
<text class="label">客户:</text> <text class="label">客户:</text>
<text class="desc">{{ item.company_name }}</text> <text class="desc">{{ item.company_name }}</text>
</view> </view>
<view class="text-item row">
<text class="label">库存类型:</text>
<text class="tt"></text>
</view>
<view class="text-item row" v-if="item.customer_material_number"> <view class="text-item row" v-if="item.customer_material_number">
<text class="label" style="width: 125rpx;">客户物料编码:</text> <text class="label" style="width: 125rpx;">客户物料编码:</text>
<text class="desc">{{ item.customer_material_number }}</text> <text class="desc">{{ item.customer_material_number }}</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