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 731bc247
authored
2024-12-04 19:56:26 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Deteccion de eje de frenado
1 parent
36c1e8b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
protected_static/cargarapida.js
protected_static/cargarapida.js
View file @
731bc24
...
...
@@ -189,6 +189,8 @@ function LLenarDatosAuxiliareas(data,inspeccion) {
EscribirValores
(
'input[name="numeroplanilla"]'
,
data
.
numeroplanilla
);
EscribirValores
(
'input[name="peso_estatico"]'
,
inspeccion
.
frenos
.
pesoTotalFreno
);
ControlEjesCantidad
();
//eje_freno_est
document
.
getElementById
(
'eje_freno_est'
).
value
=
data
.
trasero
.
eje
;
//const ejes = document.querySelectorAll('input[name="cantidad_ejes"]');
if
(
inspeccion
.
gaseshumos
.
opacidad_logaritmica
===
"?"
){
if
(
inspeccion
.
gaseshumos
.
co
===
"?"
&&
inspeccion
.
gaseshumos
.
hc
===
"?"
){
...
...
@@ -212,6 +214,7 @@ function ControlEjesCantidad() {
if
(
ect_4
.
value
!==
"?"
)
{
selectElement
.
value
=
"4"
;
};
}
function
ReporteTipo
(
conbustible
,
linea
,
categoria
)
{
...
...
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