feat(发货): 新增发货功能模块及相关页面
- 添加发货功能页面及API接口 - 更新tabbar图标和路由配置 - 修改物料信息展示逻辑 - 优化页面跳转和权限控制 - 更新应用版本至1.3.29
This commit is contained in:
@@ -166,33 +166,29 @@
|
||||
<text class="title-text">物料信息</text>
|
||||
</view>
|
||||
<view class="info-grid">
|
||||
<!-- <view class="info-item">
|
||||
<text class="item-label">物品类型</text>
|
||||
<text class="item-value">{{ form.itemType || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="item-label">物品ID</text>
|
||||
<text class="item-value">{{ form.itemId || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item full-width">
|
||||
<text class="item-label">物料名称</text>
|
||||
<text class="item-value">{{ form.itemName || '-' }}</text>
|
||||
</view> -->
|
||||
<view class="info-item">
|
||||
<text class="item-label">物品名称</text>
|
||||
<text class="item-value">{{ form.rawMaterial.rawMaterialName || form.product.productName || '-' }}</text>
|
||||
<text class="item-value">{{ form.itemName || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="item-label">规格</text>
|
||||
<text class="item-value">{{ form.rawMaterial.specification || form.product.specification || '-' }}</text>
|
||||
<text class="item-value">{{ form.specification || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="item-label">材质</text>
|
||||
<text class="item-value">{{ form.rawMaterial.material || form.product.material || '-' }}</text>
|
||||
<text class="item-value">{{ form.material || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="item-label">厂家</text>
|
||||
<text class="item-value">{{ form.rawMaterial.manufacturer || form.product.manufacturer || '-' }}</text>
|
||||
<text class="item-value">{{ form.manufacturer || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="item-label">表面处理</text>
|
||||
<text class="item-value">{{ form.surfaceTreatmentDesc || '-' }}</text>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<text class="item-label">镀层质量</text>
|
||||
<text class="item-value">{{ form.zincLayer || '-' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user