Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 7f4842d7
authored
2024-07-31 14:23:47 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Se agrega condicion al boton para noabrir cosas no lista
1 parent
0e427762
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
protected_static/buscador.js
protected_static/historico.js
protected_static/buscador.js
View file @
7f4842d
...
...
@@ -66,8 +66,11 @@ function createHistoricoList(data) {
div
.
appendChild
(
titulo
);
div
.
appendChild
(
ftl
);
var
status
=
inspeccion
.
resultado
;
if
(
!
(
status
===
'Anulado'
||
status
===
'No Inspeccionado'
))
{
div
.
appendChild
(
button
);
div
.
appendChild
(
hiddenInput
);
};
const
separador
=
document
.
createElement
(
'hr'
);
separador
.
className
=
'custom-hr'
;
historicoDiv
.
appendChild
(
div
);
...
...
protected_static/historico.js
View file @
7f4842d
...
...
@@ -60,8 +60,11 @@ function createHistoricoList(data) {
div
.
appendChild
(
titulo
);
div
.
appendChild
(
ftl
);
var
status
=
inspeccion
.
resultado
;
if
(
!
(
status
===
'Anulado'
||
status
===
'No Inspeccionado'
))
{
div
.
appendChild
(
button
);
div
.
appendChild
(
hiddenInput
);
};
const
separador
=
document
.
createElement
(
'hr'
);
separador
.
className
=
'custom-hr'
;
historicoDiv
.
appendChild
(
div
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment