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 eb9ed4e7
authored
2025-01-09 10:55:01 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Cambio obtencion de datos ejes
1 parent
425dbe82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/src/carbone.js
static/src/carbone.js
View file @
eb9ed4e
...
...
@@ -38,7 +38,8 @@ function Reportar (){
function
buscarEje
()
{
let
nombreCampo
=
"eje_freno_est"
;
try
{
var
valor
=
document
.
getElementsByName
(
nombreCampo
)[
0
].
value
;
//var valor = document.getElementsById(nombreCampo)[0].value;
var
valor
=
document
.
getElementById
(
nombreCampo
).
value
;
if
(
valor
!==
''
)
{
}
else
{
...
...
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