35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
{% extends 'base.html' %}
|
||
|
||
|
||
{% block content %}
|
||
|
||
<div class="row col-12">
|
||
<div class=" card col-11">
|
||
<h3 class=" no-print"> Все мат. ценности </h3>
|
||
|
||
</div>
|
||
<div class="row col-12">
|
||
<button class="button" id="printallbutton"> Печать </button>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="row">
|
||
<div class="card col-md-11" >
|
||
<table id="datable" class="datable table pagebreak" >
|
||
<thead>
|
||
<tr>
|
||
<th scope="col">№ п/п</th>
|
||
<th scope="col">№ п/п вед</th>
|
||
<th scope="col">Инв. номер</th>
|
||
<th scope="col">Название</th>
|
||
<th scope="col">Кол-во</th>
|
||
<th scope="col">Счёт</th>
|
||
<th scope="col">Аудитория</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
{% endblock %} |