mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add datatable ot filters
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><?= lang('Produccion.datatable.ot_id') ?></th>
|
||||
<th class="w-10"><?= lang('Produccion.datatable.ot_id') ?></th>
|
||||
<th><?= lang('Produccion.datatable.pedido_id') ?></th>
|
||||
<th><?= lang('Produccion.datatable.fecha_encuadernacion') ?></th>
|
||||
<th><?= lang('Produccion.datatable.cliente') ?></th>
|
||||
@ -16,6 +16,20 @@
|
||||
<th><?= lang('Produccion.datatable.progreso') ?></th>
|
||||
<th class="text-nowrap"><?= lang('Basic.global.Action') ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="id"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="pedido_id"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="fecha_encuadernado_at"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="cliente_nombre"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="presupuesto_titulo"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="ubicacion_nombre"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="total_tirada"></th>
|
||||
<th><input type="text" class="form-control ot-filter" name="tipo_presupuesto_impresion"></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user