Commit dc802174 by Tu Nombre

acomodo valores

1 parent dbe0637a
......@@ -35,7 +35,7 @@ class PDF2 {
(pointer, data) => pdfthis.frenosToPDF(pointer, data['frenos']),
(pointer, data) => pdfthis.traseroToPDF(pointer, data['trasero']),
(pointer, data) => pdfthis.gaseshumosToPDF(pointer, data['gaseshumos']),
(pointer, data) => pdfthis.ruidoToPDF(pointer, data['gaseshumos'])
(pointer, data) => pdfthis.ruidoToPDF(pointer, data['ruido'])
];
/**
......@@ -244,7 +244,7 @@ class PDF2 {
new Text("", new Vector(Pos.two_thirds, Pos.third), this.font),
new Text(` ${data['co']} dba`, new Vector(Pos.beg, Pos.two_thirds), this.font),
new Text(` ${data['nivelsonoro']} dba`, new Vector(Pos.beg, Pos.two_thirds), this.font),
new Text("", new Vector(Pos.three_quarters, Pos.two_thirds), this.font)
......
......@@ -40,7 +40,7 @@
<option value="4">4</option>
</select>
<br>
Peso Total <input sub="suspension" type="text" name="peso_estatico_general" id="peso_estatico_general">
Peso Total <input sub="trasero" type="text" name="peso_estatico" id="peso_estatico_general">
<h1>Alineador</h1>
......@@ -92,7 +92,7 @@
<br>
{% endfor %}
<h3>Resultados finales freno serrvicio</h3>
<h3>Resultados finales freno servicio</h3>
Fuerza Fre. max. <input sub="frenos" type="text" id="rf_servicio_fuerza_max" name="rf_servicio_fuerza_max" value="---">
<br>
Diferencia <input sub="frenos" type="text" id="rf_servicio_fuerza_diferencia" name="rf_servicio_fuerza_diferencia" value="---">
......@@ -113,13 +113,7 @@
<!--Peso Total hidden-->
Peso Total<input sub="trasero" type="text" name="peso_estatico" id="peso_estatico_freno_mano">
<br>
<h3>Resultados finales freno servicio</h3>
Fuerza Fre. max. <input sub="frenos" type="text" id="rf_estacionamiento_fuerza_max" name="rf_estacionamiento_fuerza_max" value="---">
<br>
Diferencia <input sub="frenos" type="text" id="rf_estacionamiento_fuerza_diferencia" name="rf_estacionamiento_fuerza_diferencia" value="---">
<br>
Eficacia estic. <input sub="frenos" type="text" id="rf_estacionamiento_eficacia_estatica" name="rf_estacionamiento_eficacia_estatica" value="---">
<br>
<h1>Gases y Humos</h1>
Gases <input sub="gaseshumos" type="text" name="opacidad_logaritmica">
<br>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!