Don't save the formatted value. And change the event at line 8 (from your picture above) so you format the value from the LocalStorage. You have to store the decimal value, not a string representation.
Be wary when you compare values, because "1000" is lesser than "200", but 1000 is greater than 200.