|
@@ -144,6 +144,8 @@ public class FinanceItemVo implements Serializable {
|
|
|
// 外汇汇率
|
|
|
this.exchangeRate = this.exchangeRate == null ? BigDecimal.ZERO : this.exchangeRate;
|
|
|
|
|
|
+ this.otherCostRMB = this.otherCostRMB == null ? BigDecimal.ZERO : this.otherCostRMB;
|
|
|
+
|
|
|
// 计算金属损失金额
|
|
|
this.metalPriceLoss = (this.metalPrice
|
|
|
.divide(new BigDecimal("1.13"),4,RoundingMode.HALF_UP)
|