|
|
|
@ -830,7 +830,7 @@ public class BomApi { |
|
|
|
componentValue = componentValue.setScale(0, BigDecimal.ROUND_HALF_UP); |
|
|
|
componentValue = componentValue.stripTrailingZeros(); |
|
|
|
String formatterComponentValue = componentValue.toPlainString(); |
|
|
|
tempItem.setByProdLineItemNo(formatterComponentValue); |
|
|
|
tempItem.setComponentLineItemNo(formatterComponentValue); |
|
|
|
|
|
|
|
tempItem.setComponentPartNo(tempMap.get("COMPONENTPARTNO")); |
|
|
|
tempItem.setItemCostDistribution(tempMap.get("ITEMCOSTDISTRIBUTION")); |
|
|
|
|