{{ Math.round(scope.row.SELL_PRICE * 100) / 100 }}
{{ Math.round(scope.row.PRICE_PV * 100) / 100 }}
{{ Math.round(scope.row.TAX_RATE * 100) / 100 }}
{{ Math.round((scope.row.SELL_PRICE - scope.row.SELL_PRICE / (1 + scope.row.TAX_RATE / 100)) * 100) / 100 }}
{handleInputNumber(val, scope.row)}">