From a54b9add51ab9fb030073dc529a34db75f3257af Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 17 Oct 2018 12:00:39 -0300 Subject: [PATCH] upstream --- src/views/foca-abm-precios-condiciones-item.html | 60 ++++++++++++---------- .../foca-abm-precios-condiciones-listado.html | 54 ++++++++++--------- 2 files changed, 64 insertions(+), 50 deletions(-) diff --git a/src/views/foca-abm-precios-condiciones-item.html b/src/views/foca-abm-precios-condiciones-item.html index 168ce7e..490bd08 100644 --- a/src/views/foca-abm-precios-condiciones-item.html +++ b/src/views/foca-abm-precios-condiciones-item.html @@ -9,6 +9,7 @@ type="text" name="codigo" ng-model="precioCondicion.codigo" + autocomplete="off" /> @@ -20,6 +21,7 @@ type="text" name="nombre" ng-model="precioCondicion.nombre" + autocomplete="off" /> @@ -31,6 +33,7 @@ type="text" name="nombre" ng-model="precioCondicion.descripcion" + autocomplete="off" /> @@ -42,37 +45,42 @@ type="number" name="nombre" ng-model="precioCondicion.idListaPrecio" + autocomplete="off" /> -
+
- - - - - - - - - - - +
ItemDias - -
- - -
+ + + + + + + + + + + + + +
ItemDias + +
+ + +
diff --git a/src/views/foca-abm-precios-condiciones-listado.html b/src/views/foca-abm-precios-condiciones-listado.html index 3e684eb..f61e4b2 100644 --- a/src/views/foca-abm-precios-condiciones-listado.html +++ b/src/views/foca-abm-precios-condiciones-listado.html @@ -1,24 +1,30 @@ -

Precios y Condiciones

- - - - - - - - - - - -
CódigoNombre - -
- - -
+
+

Precios y Condiciones

+ + + + + + + + + + + + + + + +
CódigoNombre + +
+ + +
+
-- 1.9.1