Corrcion cambio de regimen
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if operationType === 1}
|
||||
{#if operationType === 1 || invoiceType === 'CR'}
|
||||
<!-- Identificadores (Export Only) -->
|
||||
<div class="space-y-4 rounded-md border bg-muted/20 p-4">
|
||||
<h4 class="mb-1 border-b pb-2 text-xs font-bold text-muted-foreground uppercase">
|
||||
@@ -233,7 +233,7 @@
|
||||
class="h-8 text-sm font-medium"
|
||||
/>
|
||||
|
||||
{#if operationType === 1}
|
||||
{#if operationType === 1 || invoiceType === 'CR'}
|
||||
<div class="flex items-center">
|
||||
<Label for="other_deductibles" class="text-xs leading-none">Otros deduc.:</Label>
|
||||
</div>
|
||||
@@ -247,7 +247,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if operationType === 1}
|
||||
{#if operationType === 1 || invoiceType === 'CR'}
|
||||
<!-- Precintos & Tipo Mov Group (No Title) -->
|
||||
<div class="grid grid-cols-2 gap-4 rounded-md border bg-muted/20 p-3">
|
||||
<div class="space-y-1">
|
||||
@@ -453,7 +453,7 @@
|
||||
</Select.Root>
|
||||
</div>
|
||||
</div>
|
||||
{#if operationType === 1}
|
||||
{#if operationType === 1 || invoiceType === 'CR'}
|
||||
<div class="space-y-1 pt-1">
|
||||
<Label for="valuation_method_exp" class="text-xs font-semibold"
|
||||
>Método de Valoración:</Label
|
||||
@@ -519,7 +519,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Extra Bottom Row for Import Mode specific fields (Original Layout preserved for Import) -->
|
||||
{#if operationType !== 1 && invoiceType !== 'MEX'}
|
||||
{#if operationType !== 1 && invoiceType !== 'MEX' && invoiceType !== 'CR'}
|
||||
<div class="col-span-2 space-y-3 rounded-md border p-3">
|
||||
<div class="grid grid-cols-4 gap-3">
|
||||
<div class="space-y-1">
|
||||
|
||||
Reference in New Issue
Block a user