¥{{ new Intl.NumberFormat('ja-JP').format(val.sale_price) }}(税抜)
¥{{ new Intl.NumberFormat('ja-JP').format(val.sale_price_taxin) }}(税込)
¥{{ new Intl.NumberFormat('ja-JP').format(val.price) }}(税抜)
¥{{ new Intl.NumberFormat('ja-JP').format(val.price_taxin) }}(税込)