subcatprod
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user