правочки

This commit is contained in:
Максим Яковлев 2024-05-29 19:57:20 +04:00
parent 5a21daeea4
commit 94c1f206de
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
</div> </div>
<div class="form-group py-2"> <div class="form-group py-2">
<label>Цена неисправности</label> <label>Цена неисправности</label>
<input type="number" min="100" step="100" id="defectPrice" placeholder="Введите цену" name="defectPrice" class="form-control" /> <input type="number" min="100" id="defectPrice" placeholder="Введите цену" name="defectPrice" class="form-control" />
</div> </div>
<table class="table"> <table class="table">
<thead> <thead>

View File

@ -11,7 +11,7 @@
</div> </div>
<div class="form-group py-2"> <div class="form-group py-2">
<label>Цена ТО</label> <label>Цена ТО</label>
<input type="number" min="100" step="100" id="WorkPrice" placeholder="Введите цену" name="WorkPrice" class="form-control" /> <input type="number" min="100" id="WorkPrice" placeholder="Введите цену" name="WorkPrice" class="form-control" />
</div> </div>
<table class="table"> <table class="table">
<thead> <thead>

View File

@ -17,7 +17,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label>Цена починки</label> <label>Цена починки</label>
<input type="number" min="100" step="100" id="defectPrice" placeholder="Введите цену" name="defectPrice" class="form-control" /> <input type="number" min="100" id="defectPrice" placeholder="Введите цену" name="defectPrice" class="form-control" />
</div> </div>
<h5>Уже привязанные машины</h5> <h5>Уже привязанные машины</h5>
<table class="table"> <table class="table">

View File

@ -17,7 +17,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label>Цена</label> <label>Цена</label>
<input type="number" min="100" step="100" id="workPrice" placeholder="Введите цену" name="workPrice" class="form-control" /> <input type="number" min="100" id="workPrice" placeholder="Введите цену" name="workPrice" class="form-control" />
</div> </div>
<h5>Уже привязанные машины</h5> <h5>Уже привязанные машины</h5>
<table class="table"> <table class="table">