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 223b8fab
authored
2024-12-16 13:55:15 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Data eje
1 parent
731bc247
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
protected_static/cargarapida.js
protected_static/cargarapida.js
View file @
223b8fa
...
...
@@ -190,7 +190,13 @@ function LLenarDatosAuxiliareas(data,inspeccion) {
EscribirValores
(
'input[name="peso_estatico"]'
,
inspeccion
.
frenos
.
pesoTotalFreno
);
ControlEjesCantidad
();
//eje_freno_est
document
.
getElementById
(
'eje_freno_est'
).
value
=
data
.
trasero
.
eje
;
try
{
document
.
getElementById
(
'eje_freno_est'
).
value
=
inspeccion
.
trasero
.
eje
;
}
catch
(
error
)
{
console
.
log
(
data
)
console
.
log
(
inspeccion
)
console
.
log
(
error
)
}
//const ejes = document.querySelectorAll('input[name="cantidad_ejes"]');
if
(
inspeccion
.
gaseshumos
.
opacidad_logaritmica
===
"?"
){
if
(
inspeccion
.
gaseshumos
.
co
===
"?"
&&
inspeccion
.
gaseshumos
.
hc
===
"?"
){
...
...
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