refactor: edit calc vat
This commit is contained in:
parent
42575eb5ba
commit
ca9264d758
8 changed files with 33 additions and 11 deletions
|
|
@ -432,7 +432,12 @@ watch(
|
|||
/>
|
||||
</q-td>
|
||||
<q-td align="right">
|
||||
{{ formatNumberDecimal(props.row.pricePerUnit, 2) }}
|
||||
{{
|
||||
formatNumberDecimal(
|
||||
props.row.pricePerUnit * props.row.amount,
|
||||
2,
|
||||
)
|
||||
}}
|
||||
</q-td>
|
||||
<q-td align="right">
|
||||
{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue