fix(conciliacion): celdas dinamicas RFC/Nombre aplicadas a tabla conciliadas
This commit is contained in:
@@ -425,9 +425,9 @@ export default function ConciliacionPage() {
|
|||||||
<td className="py-2 text-xs text-center">
|
<td className="py-2 text-xs text-center">
|
||||||
{toCfdiDate(cfdi.fechaPagoP || cfdi.fechaEmision).toLocaleDateString('es-MX')}
|
{toCfdiDate(cfdi.fechaPagoP || cfdi.fechaEmision).toLocaleDateString('es-MX')}
|
||||||
</td>
|
</td>
|
||||||
<td className="py-2 font-mono text-xs text-center">{activeTab === 'EMITIDO' ? cfdi.rfcReceptor : cfdi.rfcEmisor}</td>
|
<td className="py-2 font-mono text-xs text-center">{cfdi.rfcEmisor}</td>
|
||||||
<td className="py-2 text-xs truncate max-w-[120px] text-center">
|
<td className="py-2 text-xs truncate max-w-[120px] text-center">
|
||||||
{activeTab === 'EMITIDO' ? cfdi.nombreReceptor : cfdi.nombreEmisor}
|
{cfdi.nombreEmisor}
|
||||||
</td>
|
</td>
|
||||||
<td className="py-2 font-mono text-xs text-center">{cfdi.rfcReceptor}</td>
|
<td className="py-2 font-mono text-xs text-center">{cfdi.rfcReceptor}</td>
|
||||||
<td className="py-2 text-xs truncate max-w-[120px] text-center">
|
<td className="py-2 text-xs truncate max-w-[120px] text-center">
|
||||||
@@ -534,9 +534,9 @@ export default function ConciliacionPage() {
|
|||||||
<td className="py-2 text-xs text-center">
|
<td className="py-2 text-xs text-center">
|
||||||
{toCfdiDate(cfdi.fechaPagoP || cfdi.fechaEmision).toLocaleDateString('es-MX')}
|
{toCfdiDate(cfdi.fechaPagoP || cfdi.fechaEmision).toLocaleDateString('es-MX')}
|
||||||
</td>
|
</td>
|
||||||
<td className="py-2 font-mono text-xs text-center">{cfdi.rfcEmisor}</td>
|
<td className="py-2 font-mono text-xs text-center">{activeTab === 'EMITIDO' ? cfdi.rfcReceptor : cfdi.rfcEmisor}</td>
|
||||||
<td className="py-2 text-xs truncate max-w-[120px] text-center">
|
<td className="py-2 text-xs truncate max-w-[120px] text-center">
|
||||||
{cfdi.nombreEmisor}
|
{activeTab === 'EMITIDO' ? cfdi.nombreReceptor : cfdi.nombreEmisor}
|
||||||
</td>
|
</td>
|
||||||
<td className="py-2 text-xs font-medium text-center">
|
<td className="py-2 text-xs font-medium text-center">
|
||||||
{formatCurrencyConciliacion(getMonto(cfdi))}
|
{formatCurrencyConciliacion(getMonto(cfdi))}
|
||||||
|
|||||||
Reference in New Issue
Block a user