Commit 223b8fab by Tu Nombre

Data eje

1 parent 731bc247
......@@ -190,7 +190,13 @@ function LLenarDatosAuxiliareas(data,inspeccion) {
EscribirValores('input[name="peso_estatico"]',inspeccion.frenos.pesoTotalFreno);
ControlEjesCantidad();
//eje_freno_est
document.getElementById('eje_freno_est').value = data.trasero.eje;
try {
document.getElementById('eje_freno_est').value = inspeccion.trasero.eje;
} catch (error) {
console.log(data)
console.log(inspeccion)
console.log(error)
}
//const ejes = document.querySelectorAll('input[name="cantidad_ejes"]');
if (inspeccion.gaseshumos.opacidad_logaritmica === "?"){
if (inspeccion.gaseshumos.co === "?" && inspeccion.gaseshumos.hc === "?"){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!