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 a6f68527
authored
2025-01-14 15:00:15 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
asdr
1 parent
ae9f0c09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
2 deletions
data/reportesGAS_OIL.json
static/src/carbone.js
data/reportesGAS_OIL.json
View file @
a6f6852
...
...
@@ -17,8 +17,8 @@
"3"
:
"/home/administrador/complatsa/(T)_REPORTE_4.docx"
},
"N3"
:{
"2"
:
"/home/administrador/complatsa/(T)_
CONPLAT_liviano_2_ejes_CVA_linea_1_v1
_GASOIL.docx"
,
"3"
:
"/home/administrador/complatsa/(T)_
CONPLAT_pesado_3_ejes_CVA_linea_1
.docx"
"2"
:
"/home/administrador/complatsa/(T)_
N3_Pesado_2EJES
_GASOIL.docx"
,
"3"
:
"/home/administrador/complatsa/(T)_
N3_Pesado_3EJES_GASOIL
.docx"
},
"M3"
:{
"2"
:
"/home/administrador/complatsa/(T)_CONPLAT_liviano_2_ejes_CVA_linea_1_v1_GASOIL.docx"
,
...
...
static/src/carbone.js
View file @
a6f6852
...
...
@@ -94,8 +94,43 @@ function buscarEje() {
}
}
function
buscarEjeN3
()
{
let
nombreCampo
=
"eje_freno_est"
;
try
{
//var valor = document.getElementsById(nombreCampo)[0].value;
var
valor
=
document
.
getElementById
(
nombreCampo
).
value
;
if
(
valor
!==
''
)
{
}
else
{
var
valor
=
"2"
}
}
catch
{
console
.
log
(
"Campo nombre "
+
nombreCampo
+
" No Encontrado"
);
}
// Objeto definido dentro de la función
const
objeto
=
{
"1"
:
"Valor asociado a clave1"
,
"2"
:
"Segundo Eje"
,
"3"
:
"Tercer Eje"
,
"4"
:
"Cuarto Eje"
};
//CNH189
//RDW168
//• eje 2: “Eje Trasero”
// eje 3: “Tercer Eje”
//eje 4: “Cuarto Eje”
// String por defecto si no se encuentra la clave
const
stringPorDefecto
=
"No se encontró el valor "
+
valor
;
// Verificar si el string existe como clave en el objeto
if
(
objeto
.
hasOwnProperty
(
valor
))
{
return
objeto
[
valor
];
// Devolver el contenido si existe
}
else
{
return
stringPorDefecto
;
// Devolver el string por defecto si no existe
}
}
function
generarReporteTemplate
(
template
)
{
//REPORTE VIA CARBONE
var
solicitud
=
{};
...
...
@@ -192,6 +227,7 @@ function generarReporteTemplate (template) {
agregarCampoAObjetoID
(
'peso_freno_der_1'
,
'f10'
,
solicitud
);
//Fr. Estacionam.
solicitud
[
"titulo_eje_est"
]
=
buscarEje
();
solicitud
[
"nombre_eje_freno_mano"
]
=
buscarEjeN3
();
//Eje 2 eje
...
...
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