mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
planning rot
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user