@@ -589,7 +589,7 @@ export default {
sum += this.modification[i].amountIngPayable
count += this.modification[i].amountEdPayable
}
- this.payments.amountNotPayable = sum - count
+ this.payments.amountNotPayable = (sum - count).toFixed(2)
this.paymentForm = true
},