This commit is contained in:
2026-03-23 08:16:44 +01:00
parent 7e6c5cc189
commit ace2213cc4

View File

@@ -2707,7 +2707,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
:disabled="itemInfo.type === 'cancellationInvoices'" :disabled="itemInfo.type === 'cancellationInvoices'"
type="number" type="number"
:step="units.find(i => i.id === row.unit) ? units.find(i => i.id === row.unit).step : '1' " :step="units.find(i => i.id === row.unit) ? units.find(i => i.id === row.unit).step : '1' "
class="w-full" class="w-20"
/> />
</td> </td>
@@ -2738,7 +2738,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
type="number" type="number"
step="0.001" step="0.001"
@change="updateCustomSurcharge" @change="updateCustomSurcharge"
class="w-full" class="w-30"
> >
<template #leading> <template #leading>
<span class="text-gray-500 dark:text-gray-400 text-xs">EUR</span> <span class="text-gray-500 dark:text-gray-400 text-xs">EUR</span>