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 dc9ddbcc
authored
2024-07-31 17:38:26 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dsaa
1 parent
2015f266
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
11 deletions
protected_static/cargarapida.js
tareas
protected_static/cargarapida.js
View file @
dc9ddbc
...
@@ -87,20 +87,36 @@ function LLenarDatosAuxiliareas(data,inspeccion) {
...
@@ -87,20 +87,36 @@ function LLenarDatosAuxiliareas(data,inspeccion) {
EscribirValores
(
'input[name="hora"]'
,
linea
.
fin
);
EscribirValores
(
'input[name="hora"]'
,
linea
.
fin
);
EscribirValores
(
'input[name="ingeniero"]'
,
inspeccion
.
header
.
ingeniero
);
EscribirValores
(
'input[name="ingeniero"]'
,
inspeccion
.
header
.
ingeniero
);
EscribirValores
(
'input[name="linea_numero"]'
,
data
.
linea
);
EscribirValores
(
'input[name="linea_numero"]'
,
data
.
linea
);
EscribirValores
(
'input[name="vehiculo_tipo"]'
,
data
.
categoria
);
EscribirValores
(
'input[name="vehiculo_tipo"]'
,
data
.
categoria
);
EscribirValores
(
'input[name="CodigoTaller"]'
,
linea
.
codigoTaller
);
EscribirValores
(
'input[name="CodigoTaller"]'
,
linea
.
codigoTaller
);
EscribirValores
(
'input[name="peso_estatico"]'
,
inspeccion
.
frenos
.
pesoTotalFreno
);
EscribirValores
(
'input[name="peso_estatico"]'
,
inspeccion
.
frenos
.
pesoTotalFreno
);
ControlEjesCantidad
();
//const ejes = document.querySelectorAll('input[name="cantidad_ejes"]');
//const ejes = document.querySelectorAll('input[name="cantidad_ejes"]');
if
(
inspeccion
.
gaseshumos
.
opacidad_logaritmica
===
"?"
){
if
(
inspeccion
.
gaseshumos
.
opacidad_logaritmica
===
"?"
){
if
(
inspeccion
.
gaseshumos
.
co
===
"?"
&&
inspeccion
.
gaseshumos
.
hc
===
"?"
){
conbustible
=
""
;
}
else
{
conbustible
=
"Nafta"
;
conbustible
=
"Nafta"
;
};
};
};
EscribirValores
(
'input[name="conbustible"]'
,
conbustible
);
EscribirValores
(
'input[name="conbustible"]'
,
conbustible
);
ReporteTipo
(
conbustible
,
data
.
linea
,
data
.
categoria
)
ReporteTipo
(
conbustible
,
data
.
linea
,
data
.
categoria
)
//const reporte = document.querySelectorAll('input[name="ReporteInspeccion"]');
//const reporte = document.querySelectorAll('input[name="ReporteInspeccion"]');
}
}
function
ControlEjesCantidad
()
{
const
ect_3
=
document
.
getElementById
(
'eficacia_freno_3'
);
const
ect_4
=
document
.
getElementById
(
'eficacia_freno_4'
);
const
selectElement
=
document
.
getElementById
(
'cantidad_ejes'
);
if
(
ect_3
.
value
!==
"?"
)
{
selectElement
.
value
=
"3"
;
};
if
(
ect_4
.
value
!==
"?"
)
{
selectElement
.
value
=
"4"
;
};
}
function
ReporteTipo
(
conbustible
,
linea
,
categoria
)
{
function
ReporteTipo
(
conbustible
,
linea
,
categoria
)
{
let
ejes
=
getSelectedEjes
();
let
ejes
=
getSelectedEjes
();
const
consulta
=
{
const
consulta
=
{
...
...
tareas
View file @
dc9ddbc
1 - acceder desde historico o desde buscador a los datos
2 Implementar carbone en test aunquesea
Hay dos tipos de accesos inspeccionado y no inspeccionados
Inspeccionados, trae los datos de laika
No inspeccionado lanza el motor local
* Separa funcion report para reutilizar pasando datos externos
"No Inspeccionado" "Anulado"
3 Analisi cambiar reporte al cambiar ejes
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