COrregidos cambios JM

This commit is contained in:
Ignacio Martinez Navajas
2025-06-04 23:27:31 +02:00
parent 7f88ea7296
commit 63866b6f2f
5 changed files with 40 additions and 32 deletions

View File

@ -22,9 +22,8 @@
<tr>
<th>ID</th>
<th>Fecha</th>
<th>Título</th>
<th> Páginas</th>
<th>Tirada</th>
<th>Precio ud.</th>
<th>Total</th>
<th>Estado</th>
<th>Acciones</th>
@ -34,25 +33,26 @@
</div>
-->
<div class="col-12 mb-4">
<h5>Pedidos - Antiguo ERP</h5>
<table id="tablaPedidosAntiguos" class="table table-striped table-hover" style="width:100%">
<thead>
<tr>
<th>ID</th>
<th>Fecha</th>
<th>Título</th>
<th> Páginas</th>
<th>Tirada</th>
<th>Total</th>
<th>Estado</th>
<th>Acciones</th>
</tr>
</thead>
</table>
</div>
<div class="col-12 mb-4 table-responsive">
<h5>Pedidos - Antiguo ERP</h5>
<table id="tablaPedidosAntiguos" class="table table-striped table-hover" style="width:100%">
<thead>
<tr>
<th><?= lang('Catalogo.id') ?></th>
<th><?= lang('Catalogo.createdAt') ?></th>
<th><?= lang('Catalogo.tirada') ?></th>
<th><?= lang('Catalogo.precioUd') ?></th>
<th><?= lang('Catalogo.total') ?></th>
<th><?= lang('Catalogo.estado') ?></th>
<th class="text-nowrap" style="min-width: 85px;"><?= lang('Basic.global.Action') ?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>