Commit b9c6c135 by Billy Larru

agregando filtro de personal

parent 1cd1ee99
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,6 +33,21 @@
</div>
</div>
<div class="row">
<div class="col-md-4">
<label>Personal</label>
<select class="form-control" id="cboPersonal">
<option>[SELECCIONE]</option>
<option>DNI</option>
<option>APELLIDOS</option>
<option>TODOS</option>
</select>
</div>
<div id="divCriterioPersonal">
</div>
</div>
</div>
<div class="panel-footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment