diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 9f7a4e5..d64eb17 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -1,189 +1,192 @@ -
-
-
-
-
+
+
+
+
+
+
+ + + + +
+
+
+
+ + + + +
+
+
+
+ + + + +
+
+
- - - -
-
-
-
+ ng-model="notaPedido.domicilio" + placeholder="Seleccione Domicilio" + typeahead-min-length="0" + uib-typeahead="domi as domi.dom for domi in domiciliosCliente" + > +
+
- - -
-
-
-
- + +
+ + +
+
+ + +
+
+
+ +
+ + +
+
+ + +
+
+
+ - - -
-
-
- -
-
- -
-
- -
- - -
-
+
- + class="form-control selectable" + type="text" + ng-show="notaPedido.flete == 1" + ng-model="notaPedido.chofer" + placeholder="Seleccione Chofer" + uib-typeahead="chofer as chofer.nombre for chofer in choferes" + typeahead-min-length="0" + >
-
-
- -
+
- -
-
- - + class="form-control selectable" + type="text" + ng-show="notaPedido.flete == 1" + ng-model="notaPedido.vehiculo" + placeholder="Seleccione Vehículo" + uib-typeahead="vehiculo as vehiculo.tractor for vehiculo in vehiculos" + typeahead-min-length="0" + > +
+
+ +
+
+
-
-
- -
-
- -
-
- -
-
- -
-
-
+
+ +
-
- -
-
+