add modal func

This commit is contained in:
2024-03-20 22:17:21 +03:00
parent a8d286e428
commit 6a76d36c46
3 changed files with 112 additions and 44 deletions

View File

@@ -9,13 +9,13 @@
<div class="modal-content">
<div class="modal-body" id="textarea">
<input type="text" class="form-control" placeholder="Введите расположение">
<input type="text" class="form-control" placeholder="Номер из веломости">
<input type="text" class="form-control" id ='rapolog' placeholder="Введите расположение">
<input type="text" class="form-control" id ='vednumber' placeholder="Номер из веломости">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="modalclose">Закрыть</button>
<button type="button" class="btn btn-primary">Сохранить изменения</button>
<button type="button" class="btn btn-primary" id="modalsavetodb" >Сохранить изменения</button>
</div>
</div>
</div>
@@ -47,9 +47,12 @@
<table class="table" id="datatable" col-md-10>
<td >Номер в Инв. вед</td>
<td >Инв. номер</td>
<td >Название</td>
<td class="no-print">Аудитория</td>
<td >Расположение</td>
{% for item in res: %}