66 lines
2.9 KiB
HTML
66 lines
2.9 KiB
HTML
<div class="modal-dialog modal-lg" style="width: 98% !important;
|
||
height: 92% !important;
|
||
min-width: 98% !important;
|
||
min-height: 92% !important;
|
||
max-width: 98% !important;
|
||
max-height: 92% !important;
|
||
padding: 0 !important;">
|
||
<div class="modal-content" id="reportRealisationConstruct" style=" height: 99% !important;
|
||
min-height: 99% !important;
|
||
max-height: 99% !important;">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal"
|
||
ng-click="closeModal('reportRealisationConstruct')">×
|
||
</button>
|
||
<button class="btn btn-icon white" ng-click="printElem('#reportRealisationConstruct')">
|
||
<i class="fa fa-print"></i>
|
||
</button>
|
||
<h4 class="modal-title">{{globals.currentUser.organization.name}}</h4>
|
||
<h5 class="modal-title">Расширенный отчет</h5>
|
||
<span class="text-muted">{{start_date}} - {{end_date}}</span>
|
||
</div>
|
||
<div id="tableRealisation" class="modal-body p-lg">
|
||
<!-- <table cellspacing="5" cellpadding="5" border="0">
|
||
<tbody>
|
||
<span>Фильтр по времени добавления позиции</span>
|
||
<tr>
|
||
<td colspan="1">С:</td>
|
||
<td colspan="1"><input type="text" id="min" name="min" class="form-control"></td>
|
||
<td colspan="1">По:</td>
|
||
<td colspan="1"><input type="text" id="max" name="max" class="form-control"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>-->
|
||
<!--<table cellspacing="5" cellpadding="5" border="0">
|
||
<tbody>
|
||
<span>Фильтр по персоналу: </span>
|
||
<tr>
|
||
<td colspan="2">
|
||
<select id="staff_filter" class="form-control c-select">
|
||
<option value="">All</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<table cellspacing="5" cellpadding="5" border="0">
|
||
<tbody>
|
||
<span>Фильтр по размеру скидки: </span>
|
||
<tr>
|
||
<td colspan="2">
|
||
<select id="discount_filter" class="form-control c-select">
|
||
<option value="">All</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>-->
|
||
<table id="table_orders" class="display table table-striped b-t compact cell-border"
|
||
style="width:100%"></table>
|
||
|
||
<div ng-if="items.length == 0">
|
||
<p>Реализация отсутсвует</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> |