Kalkulator MTBF: Różnice pomiędzy wersjami
Z SYSTEM-KANBAN.PL
(Utworzono nową stronę ". <html> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <style> .center { display: flex; justify-content: center; align-items: center; } </style> <script> $(document).ready(function(){ $("#add-repair-time").click(function(){ $("#repair-times").append("<label>Czas naprawy (w minutach): <input type='text' class='repair-time'></label><br>"); }); $("#calculate-mtbf").click(function(){ var availability = $("#availabi…") |
mNie podano opisu zmian |
||
Linia 3: | Linia 3: | ||
<html> | <html> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
<style> | <style> | ||
.center { | .center { | ||
Linia 10: | Linia 11: | ||
} | } | ||
</style> | </style> | ||
<form> | |||
<label>Dostępny czas pracy (w godzinach): <input type="text" id="availability"></label><br> | |||
<label>Czas awaryjności (w godzinach): <input type="text" id="failure-time"></label><br> | |||
<label>Ilość awarii: <input type="text" id="failures-num"></label><br> | |||
<div id="repair-times"> | |||
<label>Czas naprawy 1 (w minutach): <input type="text" class="repair-time"></label><br> | |||
</div> | |||
<br /><button id="add-repair-time" type="button">Dodaj kolejny czas naprawy</button><br> | |||
<br /><button id="calculate-mtbf" type="button">Oblicz MTBF</button> | |||
<div id="mtbf-result"></div> | |||
</form> | |||
<script> | <script> |
Wersja z 17:07, 28 sty 2023
.
REKLAMA