Commit db44eb98338e74b24207f0be1dda900d7ea8f91a

Authored by Marcelo Puebla
1 parent dc667eace5
Exists in master

Agregada validacion a input de nro de remito.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/foca-modal-descarga.html
... ... @@ -44,7 +44,7 @@
44 44 ng-focus="$event.target.select();"
45 45 ng-model="nroSucursal"
46 46 ng-change="validateSucursalRemito(nroSucursal, nroRemito)"
47   - >
  47 + limite-numeros-max="4">
48 48 </div>
49 49 <div class="col-6 mt-1">
50 50 <input
... ... @@ -52,7 +52,7 @@
52 52 ng-focus="$event.target.select();"
53 53 ng-model="nroRemito"
54 54 ng-change="validateSucursalRemito(nroSucursal, nroRemito)"
55   - >
  55 + limite-numeros-max="8">
56 56 </div>
57 57 <div
58 58 class="col-12 mt-1 alert alert-danger text-center" role="alert"