I don’t understand what you are trying to achieve because I cannot see where the calculation is being executed but you are missing
;
in your calculation codes and since its a .text element you need to convert the values to String like below
$item("#text83").text = String(subtotalii);
Maybe do not use viewPortEnter and use something like onReady for Dataset or onItemReady for Repeater and surely check the code where the actual calculation is happening.