Commit 2094b28fdbbddac4c2544470e0473b3093beb6bd
1 parent
0149b643da
Exists in
master
agrego fecha y hora
Showing
2 changed files
with
13 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -50,6 +50,18 @@ angular.module('focaOrdenCarga') |
50 | 50 | } |
51 | 51 | |
52 | 52 | function init() { |
53 | + $scope.ordenCarga = { | |
54 | + id: 0, | |
55 | + cliente: {}, | |
56 | + proveedor: {}, | |
57 | + domicilio: { dom: '' }, | |
58 | + vendedor: {}, | |
59 | + fechaCarga: new Date(), | |
60 | + cotizacion: {}, | |
61 | + articulosNotaPedido: [], | |
62 | + notaPedidoPlazo: [], | |
63 | + notaPedidoPuntoDescarga: [] | |
64 | + }; | |
53 | 65 | |
54 | 66 | } |
55 | 67 |
src/views/orden-carga.html