chore: clean
This commit is contained in:
parent
ac93e7d981
commit
997d6c4afa
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ const currentBtnOpen = ref<{ title: string; opened: boolean[] }[]>([
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function calcPrice(c: (typeof rows.value)[number]) {
|
function calcPrice(c: (typeof rows.value)[number]) {
|
||||||
console.log(c);
|
|
||||||
const originalPrice = c.pricePerUnit;
|
const originalPrice = c.pricePerUnit;
|
||||||
const finalPriceWithVat = precisionRound(
|
const finalPriceWithVat = precisionRound(
|
||||||
originalPrice + originalPrice * (config.value?.vat || 0.07),
|
originalPrice + originalPrice * (config.value?.vat || 0.07),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue