Commit cfb03fb6 by Tu Nombre

Correxion ortografica

1 parent ef011f6c
......@@ -52,8 +52,9 @@ function buscarEje() {
// Objeto definido dentro de la función
const objeto = {
"1": "Valor asociado a clave1",
"2": "Segundo eje",
"3": "Tercer eje"
"2": " segundo",
"3": " tercer",
"4": " cuarto"
};
// String por defecto si no se encuentra la clave
......
......@@ -34,17 +34,17 @@
<br>
Ingeniero <input sub="header" type="text" name="ingeniero">
<br>
Linea <input sub="header" type="text" name="linea_numero">
Línea <input sub="header" type="text" name="linea_numero">
<br>
Tipo <input sub="header" type="text" name="vehiculo_tipo">
<br>
Combustible <input sub="header" type="text" name="conbustible">
<br>
CodigoTaller <input sub="header" type="text" name="CodigoTaller" readonly="1">
Código Taller <input sub="header" type="text" name="CodigoTaller" readonly="1">
<br>
Reporte <input sub="header" type="text" name="ReporteInspeccion" id="ReporteInspeccion" readonly="1">
<br>
Numero Planilla <input sub="header" type="text" name="numeroplanilla" id="numeroplanilla" >
Número Planilla <input sub="header" type="text" name="numeroplanilla" id="numeroplanilla" >
<br>
Cantidad Ejes <select type="text" sub="alineador" id="cantidad_ejes" name="cantidad_ejes">
<option value="2" selected>2</option>
......@@ -66,7 +66,7 @@
<option value="Divergente">Divergente</option>
</select>
<br>
Eje Trazero <input sub="alineador" type="text" name="eje_trazero">
Eje Tracero <input sub="alineador" type="text" name="eje_trazero">
<br>
......@@ -75,13 +75,13 @@
{% for eje in range(3) %}
<h3>Eje {{ eje + 1 }}</h3>
Titulo Eje <input readonly="1" sub="suspension" type="text" name="titulo_eje_{{ eje + 1 }}">
Título Eje <input readonly="1" sub="suspension" type="text" name="titulo_eje_{{ eje + 1 }}">
<br>
Rend. Izquerdo <input sub="suspension" type="text" name="rendimiento_izquierdo_{{ eje + 1 }}">
<br>
Rend. Derecho <input sub="suspension" type="text" name="rendimiento_derecho_{{ eje + 1 }}">
<br>
Rend. Derecho <input sub="suspension" type="text" name="rendimiento_diferencia_{{ eje + 1 }}">
Rend. Dif. <input sub="suspension" type="text" name="rendimiento_diferencia_{{ eje + 1 }}">
<br>
Peso Total <input sub="suspension" type="text" name="peso_estatico_{{ eje + 1 }}" id="peso_estatico_{{ eje + 1 }}">
<br>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!