some func
This commit is contained in:
@@ -9,32 +9,14 @@
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-body" id="textarea">
|
<div class="modal-body" id="textarea">
|
||||||
|
|
||||||
<div class="row">
|
<input type="text" class="form-control" id ='vednumber' placeholder="Номер из веломости">
|
||||||
<a id="modal_invnom"> </a><a id="modal_matcenn"></a>
|
<input type="text" class="form-control" id ='rapolog' placeholder="Введите расположение">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form method="POST" action="/addraspved">
|
|
||||||
<div class="row">
|
|
||||||
№ из ведомости
|
|
||||||
<input type="text" class="form-control" name="modal_vednumber" id ='modal_vednumber' placeholder="Номер из ведомости">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
Расположение
|
|
||||||
<input type="text" class="form-control" name="modal_rapolog" id ='modal_rapolog' placeholder="Введите расположение">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</form>
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="modalclose">Закрыть</button>
|
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="modalclose">Закрыть</button>
|
||||||
<button type="button" class="btn btn-primary" id="modalsavetodb" >Сохранить изменения</button>
|
<button type="button" class="btn btn-primary" id="modalsavetodb" >Сохранить изменения</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,13 +45,13 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h3 class="card-title no-print"> Поаудиторно </h3>
|
<h3 class="card-title no-print"> Поаудиторно </h3>
|
||||||
|
|
||||||
<table class="table " id="datatable" >
|
<table class="table" id="datatable" col-md-10>
|
||||||
|
|
||||||
<th >Номер в Инв. вед</th>
|
<td >Номер в Инв. вед</td>
|
||||||
<th >Инв. номер</th>
|
<td >Инв. номер</td>
|
||||||
<th >Название</th>
|
<td >Название</td>
|
||||||
<th class="no-print">Аудитория</th>
|
<td class="no-print">Аудитория</td>
|
||||||
<th >Расположение</th>
|
<td >Расположение</td>
|
||||||
|
|
||||||
|
|
||||||
{% for item in res: %}
|
{% for item in res: %}
|
||||||
|
|||||||
Reference in New Issue
Block a user