Fix #145
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user