Commit 731bc247 by Tu Nombre

Deteccion de eje de frenado

1 parent 36c1e8b7
...@@ -189,6 +189,8 @@ function LLenarDatosAuxiliareas(data,inspeccion) { ...@@ -189,6 +189,8 @@ function LLenarDatosAuxiliareas(data,inspeccion) {
EscribirValores('input[name="numeroplanilla"]',data.numeroplanilla); EscribirValores('input[name="numeroplanilla"]',data.numeroplanilla);
EscribirValores('input[name="peso_estatico"]',inspeccion.frenos.pesoTotalFreno); EscribirValores('input[name="peso_estatico"]',inspeccion.frenos.pesoTotalFreno);
ControlEjesCantidad(); ControlEjesCantidad();
//eje_freno_est
document.getElementById('eje_freno_est').value = data.trasero.eje;
//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 === "?"){ if (inspeccion.gaseshumos.co === "?" && inspeccion.gaseshumos.hc === "?"){
...@@ -212,6 +214,7 @@ function ControlEjesCantidad() { ...@@ -212,6 +214,7 @@ function ControlEjesCantidad() {
if (ect_4.value !== "?") { if (ect_4.value !== "?") {
selectElement.value = "4"; selectElement.value = "4";
}; };
} }
function ReporteTipo(conbustible,linea,categoria) { function ReporteTipo(conbustible,linea,categoria) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!