Importacion de reparacion

This commit is contained in:
2026-03-13 17:56:15 -05:00
parent dada17b54c
commit 63cbdf2124
2 changed files with 31 additions and 15 deletions

View File

@@ -111,16 +111,18 @@
/>
</div>
{/if}
<div class="space-y-1">
<Label for="valor_det" class="text-xs">Valor Det:</Label>
<Input
id="valor_det"
type="number"
step="0.00000001"
bind:value={lineItem.valuation_determined_value}
class="h-7 text-xs"
/>
</div>
{#if visibility.showLabelingValuationValue}
<div class="space-y-1">
<Label for="valor_det" class="text-xs">Valor Det:</Label>
<Input
id="valor_det"
type="number"
step="0.00000001"
bind:value={lineItem.valuation_determined_value}
class="h-7 text-xs"
/>
</div>
{/if}
{/if}
</div>
@@ -159,7 +161,7 @@
{/if}
{#if visibility.showLabelingStandard}
{#if visibility.showLabelingObservations}
<div class="space-y-1">
<Label for="observaciones_etiqueta" class="text-xs">Observations:</Label>
<textarea