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 e4c6ba60
authored
2024-03-21 11:28:10 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Se agrega Consepto resultado final
1 parent
8c246596
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
8 deletions
static/src/report.js
templates/form.html
static/src/report.js
View file @
e4c6ba6
...
@@ -65,6 +65,18 @@ function calcularDiferenciaPorcentaje(numeroBase, numeroNuevo) {
...
@@ -65,6 +65,18 @@ function calcularDiferenciaPorcentaje(numeroBase, numeroNuevo) {
return
porcentajeCambio
.
toFixed
(
2
);
return
porcentajeCambio
.
toFixed
(
2
);
}
}
//Calculos campos Generales
var
CamposLanzanCalculoGeneral
=
[
ListenerFrenoMano
,
ListenerEje1
];
for
(
var
i
=
0
;
i
<
CamposLanzanCalculoGeneral
.
length
;
i
++
)
{
let
agr
=
CamposLanzanCalculoGeneral
[
i
];
for
(
var
j
=
0
;
j
<
agr
.
length
;
j
++
)
{
let
bgr
=
agr
[
j
];
console
.
log
(
bgr
);
}
}
function
calcularResultadoFrenoMamo
()
{
function
calcularResultadoFrenoMamo
()
{
var
numero1Input
=
document
.
getElementById
(
"fuerza_izquierda_freno_mano"
);
var
numero1Input
=
document
.
getElementById
(
"fuerza_izquierda_freno_mano"
);
var
numero2Input
=
document
.
getElementById
(
"fuerza_derecha_freno_mano"
);
var
numero2Input
=
document
.
getElementById
(
"fuerza_derecha_freno_mano"
);
...
@@ -170,9 +182,19 @@ document.getElementById('boton_pdf_maha_reporte2').addEventListener('click', fun
...
@@ -170,9 +182,19 @@ document.getElementById('boton_pdf_maha_reporte2').addEventListener('click', fun
//let listaNumeros = [10, 5, 20, 15, 30];
//let listaNumeros = [10, 5, 20, 15, 30];
//let numeroMaximo = Math.max(...listaNumeros);
//let numeroMaximo = Math.max(...listaNumeros);
agregarCampoAObjetoID
(
'eficacia_freno_mano'
,
'sf3'
,
solicitud
);
//agregarCampoAObjetoID('eficacia_freno_mano','sf3',solicitud);
agregarCampoAObjetoID
(
'diferencia_freno_mano'
,
'sf1'
,
solicitud
);
//agregarCampoAObjetoID('diferencia_freno_mano','sf1',solicitud);
agregarCampoAObjetoID
(
'diferencia_freno_mano'
,
'sf2'
,
solicitud
);
//agregarCampoAObjetoID('diferencia_freno_mano','sf2',solicitud);
//Resultados Finales
//freno servicio
agregarCampoAObjetoID
(
'rf_servicio_fuerza_max'
,
'sf1'
,
solicitud
);
agregarCampoAObjetoID
(
'rf_servicio_fuerza_diferencia'
,
'sf2'
,
solicitud
);
agregarCampoAObjetoID
(
'rf_servicio_eficacia_estatica'
,
'sf3'
,
solicitud
);
//freno estacionamiento
agregarCampoAObjetoID
(
'rf_estacionamiento_fuerza_max'
,
'ef1'
,
solicitud
);
agregarCampoAObjetoID
(
'rf_estacionamiento_fuerza_diferencia'
,
'ef2'
,
solicitud
);
agregarCampoAObjetoID
(
'rf_estacionamiento_eficacia_estatica'
,
'ef3'
,
solicitud
);
var
datos
=
{
var
datos
=
{
solicitud
:
solicitud
,
solicitud
:
solicitud
,
...
...
templates/form.html
View file @
e4c6ba6
...
@@ -32,15 +32,16 @@
...
@@ -32,15 +32,16 @@
<br>
<br>
Ingeniero
<input
sub=
"header"
type=
"text"
name=
"ingeniero"
>
Ingeniero
<input
sub=
"header"
type=
"text"
name=
"ingeniero"
>
<br>
<br>
<h1>
Alineador
</h1>
Cantidad Ejes
<select
type=
"text"
sub=
"alineador"
id=
"cantidad_ejes"
name=
"cantidad_ejes"
>
Cantidad Ejes
<select
type=
"text"
sub=
"alineador"
id=
"cantidad_ejes"
name=
"cantidad_ejes"
>
<option
value=
"2"
selected
>
2
</option>
<option
value=
"2"
selected
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"4"
>
4
</option>
</select>
</select>
<h1>
Alineador
</h1>
<br>
<br>
Eje Delantero
<input
sub=
"alineador"
type=
"text"
name=
"eje_delantero"
>
Eje Delantero
<input
sub=
"alineador"
type=
"text"
name=
"eje_delantero"
>
<br>
<br>
...
@@ -89,7 +90,13 @@
...
@@ -89,7 +90,13 @@
<br>
<br>
{% endfor %}
{% endfor %}
<h3>
Resultados finales freno serrvicio
</h3>
Fuerza Fre. max.
<input
sub=
"frenos"
type=
"text"
id=
"rf_servicio_fuerza_max"
name=
"rf_servicio_fuerza_max"
value=
"---"
>
<br>
Diferencia
<input
sub=
"frenos"
type=
"text"
id=
"rf_servicio_fuerza_diferencia"
name=
"rf_servicio_fuerza_diferencia"
value=
"---"
>
<br>
Eficacia estic.
<input
sub=
"frenos"
type=
"text"
id=
"rf_servicio_eficacia_estatica"
name=
"rf_servicio_eficacia_estatica"
value=
"---"
>
<br>
<h1>
Freno Estacionamiento
</h1>
<h1>
Freno Estacionamiento
</h1>
Fuerza Izquierda
<input
sub=
"trasero"
type=
"text"
name=
"fuerza_izquierda"
id=
"fuerza_izquierda_freno_mano"
>
Fuerza Izquierda
<input
sub=
"trasero"
type=
"text"
name=
"fuerza_izquierda"
id=
"fuerza_izquierda_freno_mano"
>
<br>
<br>
...
@@ -104,6 +111,13 @@
...
@@ -104,6 +111,13 @@
<!--Peso Total hidden-->
<!--Peso Total hidden-->
Peso Total
<input
sub=
"trasero"
type=
"text"
name=
"peso_estatico"
id=
"peso_estatico_freno_mano"
>
Peso Total
<input
sub=
"trasero"
type=
"text"
name=
"peso_estatico"
id=
"peso_estatico_freno_mano"
>
<br>
<br>
<h3>
Resultados finales freno servicio
</h3>
Fuerza Fre. max.
<input
sub=
"frenos"
type=
"text"
id=
"rf_estacionamiento_fuerza_max"
name=
"rf_estacionamiento_fuerza_max"
value=
"---"
>
<br>
Diferencia
<input
sub=
"frenos"
type=
"text"
id=
"rf_estacionamiento_fuerza_diferencia"
name=
"rf_estacionamiento_fuerza_diferencia"
value=
"---"
>
<br>
Eficacia estic.
<input
sub=
"frenos"
type=
"text"
id=
"rf_estacionamiento_eficacia_estatica"
name=
"rf_estacionamiento_eficacia_estatica"
value=
"---"
>
<br>
<h1>
Gases y Humos
</h1>
<h1>
Gases y Humos
</h1>
Gases
<input
sub=
"gaseshumos"
type=
"text"
name=
"opacidad_logaritmica"
>
Gases
<input
sub=
"gaseshumos"
type=
"text"
name=
"opacidad_logaritmica"
>
<br>
<br>
...
...
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