From c95e1df2217320d750fb0e9b49176c5d6e40d9ad Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 25 Mar 2020 10:13:01 -0300 Subject: [PATCH] Fix Maximo caracteres codigo postal --- src/views/foca-busqueda-cliente-modal.html | 49 +++++++++++++++--------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/src/views/foca-busqueda-cliente-modal.html b/src/views/foca-busqueda-cliente-modal.html index da4216b..318a9ef 100644 --- a/src/views/foca-busqueda-cliente-modal.html +++ b/src/views/foca-busqueda-cliente-modal.html @@ -163,6 +163,7 @@ - + @@ -433,24 +438,23 @@ ng-required="true" ng-focus="focus(12)" foca-focus="focused == 12" - teclado-virtual - /> + teclado-virtual/> -
- -
+
+ +
@@ -470,16 +474,16 @@ ng-show="cliente.tipoFactura.NOMBRE !== ''" type="button" class="clear-input" - ng-click="cliente.tipoFactura.NOMBRE = ''" - > + ng-click="cliente.tipoFactura.NOMBRE = ''"> +
@@ -500,8 +504,7 @@ foca-focus="focused == 14" only-numbers teclado-virtual - foca-tipo-input - > + foca-tipo-input> - + foca-tipo-input> - + foca-tipo-input>
-- 1.9.1