From 57838ad4a9dd6589e6b7578019130f4de38672a8 Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 21 Dec 2018 10:55:42 -0300 Subject: [PATCH] =?UTF-8?q?instalaci=C3=B3n=20logistica=20pedidos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 1 + src/js/app.js | 3 ++- src/sass/_admin-seguimiento.scss | 7 +++++++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8b9e780..ebf0324 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,7 @@ - + diff --git a/package.json b/package.json index 356a750..7a99d2b 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", + "foca-logistica-pedido-ruta": "git+http://git.focasoftware.com/npm/foca-logistica-pedido-ruta.git", "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", "foca-modal-banco": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-banco.git", "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", diff --git a/src/js/app.js b/src/js/app.js index 9102ced..263bbba 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -58,5 +58,6 @@ angular.module('appWrapperDemo', [ 'focaModalVendedores', 'focaNombreEmpresa', 'focaSeguimiento', - 'focaTeclado' + 'focaTeclado', + 'focaLogisticaPedidoRuta' ]); diff --git a/src/sass/_admin-seguimiento.scss b/src/sass/_admin-seguimiento.scss index a6f1a91..955cea7 100644 --- a/src/sass/_admin-seguimiento.scss +++ b/src/sass/_admin-seguimiento.scss @@ -5,3 +5,10 @@ } } } +.foca-logistica-pedido-ruta { + foca { + &>div { + height: 400px; + } + } +} -- 1.9.1