mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-03-01 22:29:14 +00:00
hecho
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
<tr>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.id}">Num. Pedido</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.fecha}">Fecha</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.titulos}">Títulos</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.importe}">Importe</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.estado}">Estado</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.acciones}">Acciones</th>
|
||||
@ -44,6 +45,7 @@
|
||||
<tr>
|
||||
<th><input type="text" class="form-control form-control-sm input-filter" data-col="id" /></th>
|
||||
<th></th>
|
||||
<th><input type="text" class="form-control form-control-sm input-filter" data-col="titulos" /></th>
|
||||
<th></th>
|
||||
<th>
|
||||
<select class="form-select form-select-sm input-filter" data-col="estado">
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.id}">Num. Pedido</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.cliente}">Cliente</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.fecha}">Fecha</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.titulos}">Títulos</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.importe}">Importe</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.estado}">Estado</th>
|
||||
<th class="text-start" scope="col" th:text="#{pedido.table.acciones}">Acciones</th>
|
||||
@ -46,6 +47,7 @@
|
||||
<th><input type="text" class="form-control form-control-sm input-filter" data-col="id" /></th>
|
||||
<th><input type="text" class="form-control form-control-sm input-filter" data-col="createdBy.fullName" /></th>
|
||||
<th></th>
|
||||
<th><input type="text" class="form-control form-control-sm input-filter" data-col="titulos" /></th>
|
||||
<th></th>
|
||||
<th>
|
||||
<select class="form-select form-select-sm input-filter" data-col="estado">
|
||||
|
||||
Reference in New Issue
Block a user