From 687a0d4b31ddee3b2a47642a4e71bc1eddb749e8 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 22 Oct 2018 17:50:13 -0300 Subject: [PATCH] cambio de lugar vendedor y cliente --- src/views/nota-pedido.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index d47d575..9f7a4e5 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -14,6 +14,7 @@ current-text="Hoy" clear-text="Borrar" alt-input-formats="altInputFormats" + ng-required="true" /> - +
- @@ -41,15 +43,14 @@
- @@ -59,7 +60,7 @@ + ng-click="seleccionarArticulo()" + foca-focus="cargando"> @@ -265,7 +267,9 @@ type="number" min="1" foca-focus="articulo.edit" - ng-keypress="editarArticulo($event.keyCode, articulo)"> + ng-keypress="editarArticulo($event.keyCode, articulo)" + ng-focus="selectFocus($event)" + >