From 092fc9ef2a41a35968b094f15ed3b3ef8a913f2b Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 18 Oct 2018 15:37:42 -0300 Subject: [PATCH] Agrego inputs para fletes --- src/views/nota-pedido.html | 53 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index ab780b3..3676298 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -57,11 +57,62 @@ class="form-control selectable" type="text" readonly="true" - ng-bind="notaPedido.precioCondicion" + ng-model="notaPedido.precioCondicion" ng-click="abrirModalListaPrecio()" placeholder="Seleccione Lista de precio" > +
+ +
+ + +
+
+ + +
+
+
+ +
+
+ +
+
+ +
-- 1.9.1