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:
@@ -10,10 +10,10 @@ export default {
|
||||
},
|
||||
|
||||
computed: {
|
||||
formattedObligated: function () {
|
||||
formattedObligated: function() {
|
||||
return formatDollars(this.obligated)
|
||||
},
|
||||
formattedContractAmount: function () {
|
||||
formattedContractAmount: function() {
|
||||
return formatDollars(this.contractAmount)
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user