Commit 06390dd11d686c07304de01a0debd8f11ad6ad49
1 parent
c3a38c1853
Exists in
master
input fecha
Showing
1 changed file
with
10 additions
and
6 deletions
Show diff stats
src/views/foca-logistica-pedido-ruta.html
| ... | ... | @@ -23,12 +23,16 @@ |
| 23 | 23 | </div> |
| 24 | 24 | <div class="col-2 pl-0"> |
| 25 | 25 | <input |
| 26 | - type="date" | |
| 26 | + type="text" | |
| 27 | + readonly | |
| 27 | 28 | ng-model="now" |
| 28 | - class="btn col-12 my-1" | |
| 29 | - foca-focus="true" | |
| 30 | - ng-blur="fecha()" | |
| 31 | - hasta-hoy | |
| 29 | + class="form-control" | |
| 30 | + uib-datepicker-popup="dd/MM/yyyy" | |
| 31 | + show-button-bar="false" | |
| 32 | + is-open="datepickerOpen" | |
| 33 | + on-open-focus="false" | |
| 34 | + ng-focus="datepickerOpen = true" | |
| 35 | + datepicker-options="dateOptions" | |
| 32 | 36 | /> |
| 33 | 37 | <button |
| 34 | 38 | type="button" |
| ... | ... | @@ -102,7 +106,7 @@ |
| 102 | 106 | </div> |
| 103 | 107 | </div> |
| 104 | 108 | <div |
| 105 | - class="col-4 ml-1 border border-dark text-center" | |
| 109 | + class="ml-1 border border-dark text-center" | |
| 106 | 110 | ng-show="arrastrando" |
| 107 | 111 | id="{{vehiculo.id}}" |
| 108 | 112 | ondrop="drop(event)" |