refactor: edit show calculate
This commit is contained in:
parent
c5deb3ecef
commit
2a4967ffe0
3 changed files with 3 additions and 9 deletions
|
|
@ -446,9 +446,7 @@ watch(
|
||||||
<span class="q-ml-auto">
|
<span class="q-ml-auto">
|
||||||
{{
|
{{
|
||||||
formatNumberDecimal(
|
formatNumberDecimal(
|
||||||
summaryPrice.totalPrice -
|
summaryPrice.totalPrice - summaryPrice.totalDiscount,
|
||||||
summaryPrice.totalDiscount +
|
|
||||||
summaryPrice.vat,
|
|
||||||
2,
|
2,
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
|
|
@ -435,9 +435,7 @@ function print() {
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
{{
|
{{
|
||||||
formatNumberDecimal(
|
formatNumberDecimal(
|
||||||
summaryPrice.totalPrice -
|
summaryPrice.totalPrice - summaryPrice.totalDiscount,
|
||||||
summaryPrice.totalDiscount +
|
|
||||||
summaryPrice.vat,
|
|
||||||
2,
|
2,
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
|
|
@ -373,9 +373,7 @@ function print() {
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
{{
|
{{
|
||||||
formatNumberDecimal(
|
formatNumberDecimal(
|
||||||
summaryPrice.totalPrice -
|
summaryPrice.totalPrice - summaryPrice.totalDiscount,
|
||||||
summaryPrice.totalDiscount +
|
|
||||||
summaryPrice.vat,
|
|
||||||
2,
|
2,
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue