mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadidos selects a los gramajes. si hay cambios se pone en naranja
This commit is contained in:
@ -117,8 +117,8 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<label for="encuadernacion" class="form-label">Encuadernación propuesta</label>
|
||||
<select id="encuadernacion" name="encuadernacion" class="form-control select2bs2"
|
||||
style="width: 100%;">
|
||||
<select id="encuadernacion" name="encuadernacion"
|
||||
class="form-control select2bs2 warning-change" style="width: 100%;">
|
||||
</select>
|
||||
</div>
|
||||
</div><!--//.row -->
|
||||
@ -129,7 +129,7 @@
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-2">
|
||||
<label for="interior_old" class="form-label">Calidad</label>
|
||||
<select id="isHq" name="isHq" class="form-control">
|
||||
<select id="isHq" name="isHq" class="form-control warning-change">
|
||||
<option value="0">Estándar</option>
|
||||
<option value="1">HQ</option>
|
||||
</select>
|
||||
@ -162,13 +162,16 @@
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<select id="compPapelNegroSelected" name="comp_papel_negro_selected"
|
||||
class="form-control select2bs2 comp_negro_items" style="width: 100%;">
|
||||
<select id="compPapelNegroSelected" name="comp_papel_negro_selected "
|
||||
class="form-control select2bs2 comp_negro_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="compGramajeNegro" name="comp_gramaje_negro"
|
||||
class="form-control comp_negro_items" value="" readonly>
|
||||
<select id="compGramajeNegro" name="comp_gramaje_negro "
|
||||
class="form-control select2bs2 comp_negro_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -184,13 +187,15 @@
|
||||
</td>
|
||||
<td>
|
||||
<select id="compPapelColorSelected" name="comp_papel_color_selected"
|
||||
class="form-control select2bs2 comp_color_items" style="width: 100%;">
|
||||
class="form-control select2bs2 comp_color_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="compGramajeColor" name="comp_gramaje_color"
|
||||
class="form-control comp_color_items" value="" readonly>
|
||||
</input>
|
||||
<select id="compGramajeColor" name="comp_papel_color_selected"
|
||||
class="form-control select2bs2 comp_color_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -233,13 +238,15 @@
|
||||
</td>
|
||||
<td>
|
||||
<select id="compPapelCubiertaSelected" name="comp_papel_cubierta_selected"
|
||||
class="form-control select2bs2 comp_cubierta_items"
|
||||
class="form-control select2bs2 comp_cubierta_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="compGramajeCubierta" name="comp_gramaje_cubierta"
|
||||
class="form-control comp_cubierta_items" value="" readonly>
|
||||
<select id="compGramajeCubierta" name="comp_papel_cubierta_selected"
|
||||
class="form-control select2bs2 comp_cubierta_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -264,14 +271,16 @@
|
||||
<td>
|
||||
<select id="compPapelSobrecubiertaSelected"
|
||||
name="comp_papel_sobrecubierta_selected"
|
||||
class="form-control select2bs2 comp_sobrecubierta_items"
|
||||
class="form-control select2bs2 comp_sobrecubierta_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="compGramajeSobrecubierta"
|
||||
name="comp_gramaje_sobrecubierta"
|
||||
class="form-control comp_sobrecubierta_items" value="" readonly>
|
||||
<select id="compGramajeSobrecubierta"
|
||||
name="comp_papel_sobrecubierta_selected"
|
||||
class="form-control select2bs2 comp_sobrecubierta_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -299,7 +308,7 @@
|
||||
<td>
|
||||
<select id="compAcabadoCubiertaSelected"
|
||||
name="comp_acabado_cubierta_selected"
|
||||
class="form-control select2bs2 comp_cubierta_items"
|
||||
class="form-control select2bs2 comp_cubierta_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
@ -314,7 +323,7 @@
|
||||
<td>
|
||||
<select id="compAcabadoSobrecubiertaSelected"
|
||||
name="comp_acabado_sobrecubierta_selected"
|
||||
class="form-control select2bs2 comp_sobrecubierta_items"
|
||||
class="form-control select2bs2 comp_sobrecubierta_items warning-change"
|
||||
style="width: 100%;">
|
||||
</select>
|
||||
</td>
|
||||
@ -369,7 +378,8 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3 mb-3">
|
||||
<button id="makeImport" class="btn btn-primary waves-effect waves-light mt-auto w-100" disabled>
|
||||
<button id="makeImport" class="btn btn-primary waves-effect waves-light mt-auto w-100"
|
||||
disabled>
|
||||
Importar presupuesto
|
||||
</button>
|
||||
</div>
|
||||
@ -389,7 +399,7 @@
|
||||
<?= $this->endSection() ?>
|
||||
|
||||
<?= $this->section('css') ?>
|
||||
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/sweetalert2/sweetalert2.css') ?>" />
|
||||
<link rel="stylesheet" href="<?= site_url('themes/vuexy/vendor/libs/sweetalert2/sweetalert2.css') ?>" />
|
||||
<?= $this->endSection() ?>
|
||||
|
||||
<?= $this->section('additionalExternalJs') ?>
|
||||
|
||||
Reference in New Issue
Block a user