subcatprod

This commit is contained in:
Surya Paolo
2024-01-12 13:03:07 +01:00
parent ee064854a7
commit 89e8575aae
12 changed files with 97 additions and 1 deletions

View File

@@ -110,6 +110,10 @@ export default defineComponent({
}
function updateOrder(val: any) {
}
function getRisparmio(): string {
return ((order.value.product!.price * order.value.quantity) - order.value.TotalPriceProduct).toFixed(2)
}
@@ -123,6 +127,7 @@ export default defineComponent({
tools,
products,
t,
updateOrder,
}
},
})