правочки
This commit is contained in:
parent
5a21daeea4
commit
94c1f206de
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<div class="form-group py-2">
|
||||
<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>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="form-group py-2">
|
||||
<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>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<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>
|
||||
<h5>Уже привязанные машины</h5>
|
||||
<table class="table">
|
||||
|
@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<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>
|
||||
<h5>Уже привязанные машины</h5>
|
||||
<table class="table">
|
||||
|
Loading…
x
Reference in New Issue
Block a user