mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
COrregidos cambios JM
This commit is contained in:
@ -22,9 +22,8 @@
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Fecha</th>
|
||||
<th>Título</th>
|
||||
<th>Nº 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>Nº 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>
|
||||
Reference in New Issue
Block a user