planning rot

This commit is contained in:
amazuecos
2025-03-27 13:57:37 +01:00
parent e6ce820480
commit 5a5e0be855
11 changed files with 179 additions and 133 deletions

View File

@ -19,7 +19,7 @@
<tfoot>
<tr>
<th colspan="4" style="text-align:right">Total:</th>
<th id="total-metros"></th>
<th><span class="autonumeric" id="total-metros"></span>(m)</th>
<th id="total-tiempo-papel"></th>
<th></th>

View File

@ -12,9 +12,9 @@
<th><?= lang('Produccion.datatable.alto') ?></th>
<th><?= lang('Produccion.datatable.papel') ?></th>
<th><?= lang('Produccion.datatable.gramaje') ?></th>
<!-- <th><?= lang('Produccion.datatable.corte') ?></th>
<th><?= lang('Produccion.datatable.metros_sel') ?></th>
<th><?= lang('Produccion.datatable.metros_papel') ?></th> -->
<th><?= lang('Produccion.datatable.corte') ?></th>
<th></th>
<th><?= lang('Produccion.datatable.metros') ?></th>
<th class="text-nowrap"><?= lang('Basic.global.Action') ?></th>
</tr>
<tr>
@ -26,9 +26,23 @@
<th><input type="text" class="form-control planning-filter" name="maquina_ancho" placeholder="Ancho"></th>
<th><input type="text" class="form-control planning-filter" name="maquina_alto" placeholder="Alto"></th>
<th><select class="select2 form-select select-maquina" id="papel-impresion-select-filter" name="papel_impresion"></select></th>
<th><input type="text" class="form-control planning-filter" name=""></th>
<th><input type="text" class="form-control planning-filter" name="gramaje"></th>
<th>
<select class="select2 form-select w-100" name="corte">
<option value="0" default></option>
<option value="1">Guillotina</option>
<option value="2">Bobina</option>
</select>
</th>
<th>
<div class="form-check mt-4">
<input class="form-check-input" id="metros-check-all" type="checkbox" value="" />
</div>
</th>
<th><span class="autonumeric" id="metros-sel-total"></span></th>
<th></th>
</tr>
</thead>
<tbody>