Commit d4c36c663d8014bee2725f512a95e020697ca237
1 parent
b09c4c16e2
Exists in
master
and in
2 other branches
agrego clase, arreglo responsive
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -17,8 +17,8 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 17 | 17 | varlidarRemitoFacturado($scope.seleccionarProveedor);}}, |
| 18 | 18 | {texto: 'Moneda', imagen: '../img/abmPrecios.png', accion: function() { |
| 19 | 19 | varlidarRemitoFacturado($scope.abrirModalMoneda);}}, |
| 20 | - {texto: 'Precios y condiciones', imagen: '../img/abmPrecios.png', accion: function() { | |
| 21 | - varlidarRemitoFacturado($scope.abrirModalListaPrecio);}}, | |
| 20 | + {texto: 'Precios y condiciones', imagen: '../img/abmPrecios.png', | |
| 21 | + accion: function() {varlidarRemitoFacturado($scope.abrirModalListaPrecio);}}, | |
| 22 | 22 | {texto: 'Flete', imagen: '../img/abmPrecios.png', accion: function() { |
| 23 | 23 | varlidarRemitoFacturado($scope.abrirModalFlete);}}, |
| 24 | 24 | {texto: 'Productos', imagen: '../img/abmPrecios.png', accion: function() { |
src/views/remito.html
| 1 | -<div class="crear-nota-remito row"> | |
| 1 | +<div class="crear-nota-remito foca-crear row"> | |
| 2 | 2 | <form name="formCrearNota" ng-submit="crearRemito()" class="mb-0 col-lg-12"> |
| 3 | 3 | <div class="row"> |
| 4 | 4 | <div class="col-md-10 col-lg-12"> |
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | <div class="col-12 col-sm-3 border border-white border-left-0 align-middle nota-remito"> |
| 9 | 9 | <h5 class="mb-0">REMITO</h5> |
| 10 | 10 | </div> |
| 11 | - <div class="col-5 col-sm-3 border border-white align-middle numero-remito" | |
| 11 | + <div class="col-12 col-sm-3 border border-white align-middle numero-remito" | |
| 12 | 12 | > |
| 13 | 13 | Nº {{puntoVenta}}-{{comprobante}} |
| 14 | 14 | <button |
| ... | ... | @@ -38,7 +38,7 @@ |
| 38 | 38 | hasta-hoy |
| 39 | 39 | /> |
| 40 | 40 | </div> |
| 41 | - <div class="col-7 col-sm-3 border border-white border-right-0 align-middle"> | |
| 41 | + <div class="col-5 col-sm-3 border border-white border-right-0 align-middle"> | |
| 42 | 42 | Hora: |
| 43 | 43 | <span |
| 44 | 44 | ng-show="!datepickerAbierto" |