From 23f574b6e8eee43006e5b3891480ec228e0c69dd Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Thu, 8 Nov 2018 11:43:55 -0300 Subject: [PATCH] =?UTF-8?q?-=20Cambios=20seg=C3=BAn=20code=20review.=20-?= =?UTF-8?q?=20Agregu=C3=A9=20bot=C3=B3n=20b=C3=BAsqueda=20de=20nota=20pedi?= =?UTF-8?q?do.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/js/service.js | 1 + src/views/remito.html | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60cb82b..8b5c713 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # foca-crear-remito -Formulario para creación de remito \ No newline at end of file +Formulario para creación de remito diff --git a/src/js/service.js b/src/js/service.js index f471098..9d03861 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -3,6 +3,7 @@ angular.module('focaCrearRemito') var route = API_ENDPOINT.URL; return { crearRemito: function(remito) { + // TODO: Cambiar para usar el servicio /remito return $http.post(route + '/nota-pedido', {remito: remito}); }, obtenerRemito: function() { diff --git a/src/views/remito.html b/src/views/remito.html index c64dca8..700b9b5 100644 --- a/src/views/remito.html +++ b/src/views/remito.html @@ -9,7 +9,15 @@
REMITO
Nº {{puntoVenta}}-{{comprobante}} + > + Nº {{puntoVenta}}-{{comprobante}} +
Fecha: -- 1.9.1