Fixed Dropdown in incominginvoices

This commit is contained in:
2025-02-21 17:19:26 +01:00
parent 1beeb4ea6d
commit 2ed4d9d1d4

View File

@@ -435,6 +435,7 @@ setupPage()
v-model="item.taxType" v-model="item.taxType"
value-attribute="key" value-attribute="key"
option-attribute="label" option-attribute="label"
:ui-menu="{ width: 'min-w-max' }"
@change="item.amountTax = Number(((item.amountNet ? item.amountNet : 0) * (Number(taxOptions.find(i => i.key === item.taxType).percentage)/100)).toFixed(2))" @change="item.amountTax = Number(((item.amountNet ? item.amountNet : 0) * (Number(taxOptions.find(i => i.key === item.taxType).percentage)/100)).toFixed(2))"
> >
<template #label> <template #label>