Keep track of children CLINS to update amount

- emit CLIN amount and type when amount changes
- totals are added correctly based on CLIN type
This commit is contained in:
montana
2019-06-14 13:54:18 -04:00
parent c775c7322c
commit 23b7df2153
4 changed files with 48 additions and 17 deletions

View File

@@ -10,10 +10,10 @@ export default {
},
computed: {
formattedObligated: function () {
formattedObligated: function() {
return formatDollars(this.obligated)
},
formattedContractAmount: function () {
formattedContractAmount: function() {
return formatDollars(this.contractAmount)
},
},