|
@@ -60,6 +60,7 @@ public class ProductBomInfoController {
|
|
|
item.setMaterialLength(material.getLength());
|
|
|
item.setMaterialWidth(material.getWidth());
|
|
|
item.setMaterialHeight(material.getHeight());
|
|
|
+ item.setMaterialPrice(material.getPrice());
|
|
|
});
|
|
|
|
|
|
ProductBomInfoVo productBomInfoVo = new ProductBomInfoVo();
|