Commit e2365c9a by Tu Nombre

Sigo renegando con la suspencion

1 parent 62f98ef9
{
"1":{
"N1":{
"2":"ReportePruebaG1L1.doc",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_2y3_2Ejes_SGaces.docx",
"3":""
},
"M1":{
......@@ -102,7 +102,7 @@
}},
"3":{
"N1":{
"2":"",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_2y3_2Ejes_SGaces.docx",
"3":""
},
"M1":{
......@@ -146,7 +146,7 @@
"4":""
},
"UP":{
"2":"",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_2y3_2Ejes_SGaces.docx",
"3":"",
"4":""
}
......
{
"1":{
"N1":{
"2":"ReportePruebaN1L1.doc",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_2y3_2Ejes_SGaces.docx",
"3":""
},
"M1":{
......@@ -45,7 +45,7 @@
"4":""
},
"UP":{
"2":"",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_3_2Ejes_SGaces.docx",
"3":"",
"4":""
}
......@@ -102,7 +102,7 @@
}},
"3":{
"N1":{
"2":"",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_2y3_2Ejes_SGaces.docx",
"3":""
},
"M1":{
......@@ -146,7 +146,7 @@
"4":""
},
"UP":{
"2":"",
"2":"/home/administrador/reporte_interfor/Template/INTERFOR _CVA_linea_2y3_2Ejes_SGaces.docx",
"3":"",
"4":""
}
......
......@@ -20,11 +20,7 @@ def BuscarReporteDefecto(linea,tipo,cantidadEjes=2,conbustible="Nafta"):
rta = data[linea][tipo][cantidadEjes]
except Exception as E:
print(f"Error en despioje de objeto {E}")
# rta = configuracion.reporte_defecto[cantidadEjes]
rta = ""
#if rta in ["",False]:
# rta = configuracion.reporte_defecto[cantidadEjes]
#print(rta)
if rta == "":
print(f"Error, reporte no encontrado {linea}, tipo: {tipo}, ejes {cantidadEjes}, convustible={conbustible}")
return rta
......
......@@ -59,9 +59,12 @@ function generarReporteTemplate (template) {
agregarCampoAObjeto('fuerza_derecha_1', 'fs4',solicitud);
agregarCampoAObjeto('diferencia_freno_1', 'fs6',solicitud);
agregarCampoAObjeto('eficacia_freno_1', 'fs9',solicitud);
agregarCampoAObjetoID('peso_freno_estatico_1', 'fs0',solicitud);
agregarCampoAObjetoID('resistencia_derecha_1', 'fs2',solicitud);
agregarCampoAObjetoID('resistencia_izquierda_1', 'fs1',solicitud);
agregarCampoAObjetoID('peso_freno_estatico_1', 'fs0',solicitud);
agregarCampoAObjeto('peso_izquierdo_1', 'pp1',solicitud);
agregarCampoAObjeto('peso_derecho_1', 'pp2',solicitud);
//Fr. Estacionam.
//Eje Trasero
......@@ -69,7 +72,9 @@ function generarReporteTemplate (template) {
agregarCampoAObjeto('fuerza_derecha_2', 'j',solicitud);
agregarCampoAObjeto('ovalidad_izquierda_2', 'n',solicitud);
agregarCampoAObjeto('ovalidad_derecha_2', 's',solicitud);
agregarCampoAObjetoID('peso_freno_estatico_1', 'p_e',solicitud);
agregarCampoAObjetoID('peso_freno_estatico_2', 'p_e',solicitud);
agregarCampoAObjeto('peso_izquierdo_2', 'pp3',solicitud);
agregarCampoAObjeto('peso_derecho_2', 'pp4',solicitud);
//Estacionamiento
//let listaNumeros = [10, 5, 20, 15, 30];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!