Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
f9771a22
Commit
f9771a22
authored
Nov 14, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descripcion reportes
parent
43a22b7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sclData.html
reports/templates/sclData.html
+3
-2
No files found.
reports/templates/sclData.html
View file @
f9771a22
...
@@ -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
]);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment