feat(发货): 新增发货功能模块及相关页面
- 添加发货功能页面及API接口 - 更新tabbar图标和路由配置 - 修改物料信息展示逻辑 - 优化页面跳转和权限控制 - 更新应用版本至1.3.29
This commit is contained in:
@@ -126,10 +126,10 @@
|
||||
this.form = res.data;
|
||||
this.coilDetail = {
|
||||
...res.data,
|
||||
itemName: res.data.materialType == '成品' ? res.data.product.productName : res.data.rawMaterial.rawMaterialName,
|
||||
itemSpecification: res.data.materialType == '成品' ? res.data.product.specification : res.data.rawMaterial.specification,
|
||||
itemManufacturer: res.data.materialType == '成品' ? res.data.product.manufacturer : res.data.rawMaterial.manufacturer,
|
||||
itemMaterial: res.data.materialType == '成品' ? res.data.product.material : res.data.rawMaterial.material
|
||||
itemName: res.data.itemName,
|
||||
itemSpecification: res.data.specification,
|
||||
itemManufacturer: res.data.manufacturer,
|
||||
itemMaterial: res.data.material
|
||||
};
|
||||
console.log('钢卷信息', this.form, )
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user