|
|
@ -726,6 +726,7 @@ public class BomManagementServiceImpl extends ServiceImpl<BomManagementMapper, B |
|
|
bomManufStructCostDistribEntity.setComponentLineItemNo(componentVo.getLineItemNo()); |
|
|
bomManufStructCostDistribEntity.setComponentLineItemNo(componentVo.getLineItemNo()); |
|
|
bomManufStructCostDistribEntity.setComponentPartNo(componentVo.getComponentPart()); |
|
|
bomManufStructCostDistribEntity.setComponentPartNo(componentVo.getComponentPart()); |
|
|
bomManufStructCostDistribEntity.setByProdPartNo(data.getComponentPart()); |
|
|
bomManufStructCostDistribEntity.setByProdPartNo(data.getComponentPart()); |
|
|
|
|
|
bomManufStructCostDistribEntity.setItemCostDistribution(0D); |
|
|
bomManufStructCostDistribEntities.add(bomManufStructCostDistribEntity); |
|
|
bomManufStructCostDistribEntities.add(bomManufStructCostDistribEntity); |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
@ -740,6 +741,7 @@ public class BomManagementServiceImpl extends ServiceImpl<BomManagementMapper, B |
|
|
bomManufStructCostDistribEntity.setComponentLineItemNo(data.getLineItemNo()); |
|
|
bomManufStructCostDistribEntity.setComponentLineItemNo(data.getLineItemNo()); |
|
|
bomManufStructCostDistribEntity.setComponentPartNo(data.getComponentPart()); |
|
|
bomManufStructCostDistribEntity.setComponentPartNo(data.getComponentPart()); |
|
|
bomManufStructCostDistribEntity.setByProdPartNo(componentVo.getComponentPart()); |
|
|
bomManufStructCostDistribEntity.setByProdPartNo(componentVo.getComponentPart()); |
|
|
|
|
|
bomManufStructCostDistribEntity.setItemCostDistribution(0D); |
|
|
bomManufStructCostDistribEntities.add(bomManufStructCostDistribEntity); |
|
|
bomManufStructCostDistribEntities.add(bomManufStructCostDistribEntity); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|