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 89560577
authored
2024-02-22 11:11:58 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Funciona reporte hgt se agregan campos
1 parent
1e04eff2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
1 deletions
static/src/report.js
templates/form.html
static/src/report.js
View file @
8956057
...
...
@@ -16,9 +16,43 @@ document.getElementById('boton_pdf_maha_reporte').addEventListener('click', func
prueba
:
"prueba"
};
agregarCampoAObjeto
(
'patente'
,
'dominio'
,
solicitud
);
agregarCampoAObjeto
(
'fecha'
,
'fecha'
,
solicitud
);
agregarCampoAObjeto
(
'hora'
,
'hora'
,
solicitud
);
agregarCampoAObjeto
(
'cantidad_ejes'
,
'ejes'
,
solicitud
);
agregarCampoAObjeto
(
'eje_delantero'
,
'ed'
,
solicitud
);
agregarCampoAObjeto
(
'eje_trazero'
,
'et'
,
solicitud
);
//Suspencion
//eje Delantera
agregarCampoAObjeto
(
'rendimiento_izquierdo_1'
,
'DiE'
,
solicitud
);
agregarCampoAObjeto
(
'rendimiento_derecho_1'
,
'DdE'
,
solicitud
);
agregarCampoAObjeto
(
'peso_estatico_1'
,
'DP'
,
solicitud
);
//Falta Valores absolutos
//eje Trazeros
agregarCampoAObjeto
(
'rendimiento_izquierdo_2'
,
'TiD'
,
solicitud
);
agregarCampoAObjeto
(
'rendimiento_derecho_2'
,
'TdE'
,
solicitud
);
agregarCampoAObjeto
(
'peso_estatico_2'
,
'TP'
,
solicitud
);
//Falta Valores absolutos
//Frenometro
//Eje Delantero
agregarCampoAObjeto
(
'fuerza_izquierda_1'
,
'e'
,
solicitud
);
agregarCampoAObjeto
(
'fuerza_derecha_1'
,
'h'
,
solicitud
);
agregarCampoAObjeto
(
'ovalidad_izquierda_1'
,
'q'
,
solicitud
);
agregarCampoAObjeto
(
'ovalidad_derecha_1'
,
'p'
,
solicitud
);
//Fr. Estacionam.
//Eje Trasero
agregarCampoAObjeto
(
'fuerza_izquierda_2'
,
'g'
,
solicitud
);
agregarCampoAObjeto
(
'fuerza_derecha_2'
,
'j'
,
solicitud
);
agregarCampoAObjeto
(
'ovalidad_izquierda_2'
,
'n'
,
solicitud
);
agregarCampoAObjeto
(
'ovalidad_derecha_2'
,
's'
,
solicitud
);
var
datos
=
{
solicitud
:
solicitud
,
template
:
'/home/administrador/repo_laika_hgt/uploads/Reporte_MAHA_V0
3
.docx'
,
template
:
'/home/administrador/repo_laika_hgt/uploads/Reporte_MAHA_V0
4
.docx'
,
salida
:
'test_maha.pdf'
,
'convert_pdf'
:
true
};
...
...
templates/form.html
View file @
8956057
...
...
@@ -32,9 +32,22 @@
<br>
Ingeniero
<input
sub=
"header"
type=
"text"
name=
"ingeniero"
>
<br>
<h1>
Alineador
</h1>
Cantidad Ejes
<select
type=
"text"
sub=
"alineador"
id=
"cantidad_ejes"
name=
"cantidad_ejes"
>
<option
value=
"2"
selected
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
</select>
<br>
Eje Delantero
<input
sub=
"alineador"
type=
"text"
name=
"eje_delantero"
>
<br>
Eje Trazero
<input
sub=
"alineador"
type=
"text"
name=
"eje_trazero"
>
<br>
<h1>
Suspensión
</h1>
{% for eje in range(2) %}
...
...
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