mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add ot_id in ots datatables
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
<table id="<?= $id ?>" class="table table-hover text-dark" style="width: 100%;">
|
<table id="<?= $id ?>" class="table table-hover text-dark" style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th><?= lang('Produccion.datatable.ot_id') ?></th>
|
||||||
<th><?= lang('Produccion.datatable.pedido_id') ?></th>
|
<th><?= lang('Produccion.datatable.pedido_id') ?></th>
|
||||||
<th><?= lang('Produccion.datatable.fecha_encuadernacion') ?></th>
|
<th><?= lang('Produccion.datatable.fecha_encuadernacion') ?></th>
|
||||||
<th><?= lang('Produccion.datatable.cliente') ?></th>
|
<th><?= lang('Produccion.datatable.cliente') ?></th>
|
||||||
|
|||||||
@ -15,6 +15,7 @@ class OrdenTrabajoDatatable {
|
|||||||
|
|
||||||
|
|
||||||
this.datatableColumns = [
|
this.datatableColumns = [
|
||||||
|
{ data: 'id', searchable: false, sortable: false },
|
||||||
{ data: 'pedido_id', searchable: false, sortable: false },
|
{ data: 'pedido_id', searchable: false, sortable: false },
|
||||||
{ data: 'fecha_encuadernado_at', searchable: false, sortable: false },
|
{ data: 'fecha_encuadernado_at', searchable: false, sortable: false },
|
||||||
{ data: 'cliente_nombre', searchable: false, sortable: false },
|
{ data: 'cliente_nombre', searchable: false, sortable: false },
|
||||||
|
|||||||
Reference in New Issue
Block a user