descripcion reportes

parent 43a22b7f
...@@ -553,6 +553,7 @@ ...@@ -553,6 +553,7 @@
showSCLcheckboxes(config.data.datasets); showSCLcheckboxes(config.data.datasets);
{% endautoescape %} {% endautoescape %}
console.log(lista_productos);
function next_report(number) { function next_report(number) {
let index = lista_productos.indexOf(number); let index = lista_productos.indexOf(number);
...@@ -563,7 +564,7 @@ ...@@ -563,7 +564,7 @@
index = 0; index = 0;
console.log(lista_productos[index]); console.log(lista_productos[index]);
//window.location.replace("../reports/"+lista_productos[index]); window.location.replace("../reports/"+lista_productos[index]);
} }
function previus_report(number) { function previus_report(number) {
...@@ -575,7 +576,7 @@ ...@@ -575,7 +576,7 @@
index = lista_productos.length-1; index = lista_productos.length-1;
console.log(lista_productos[index]); console.log(lista_productos[index]);
//window.location.replace("../reports/"+lista_productos[index]); window.location.replace("../reports/"+lista_productos[index]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment