v.2.22
Редактор карты зала Электронные заказы Отчет по удалениям
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="table-responsive" ng-if="report_delete.length > 0">
|
||||
<table class="table table-bordered" ng-repeat="report in report_delete">
|
||||
<thead>
|
||||
<th>Смена#{{ report.shift_id }} Заказ #{{ report.order_code }}. {{ report.time }}</th>
|
||||
<th>Смена#{{ report.shift_id }} Заказ #{{ report.order_code }}</th>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
@@ -21,8 +21,10 @@
|
||||
<td>
|
||||
<h6>{{ item.dish_name }}
|
||||
<small>
|
||||
(<strong>{{ item.count }}</strong> на сумму
|
||||
<strong>{{ item.sum | curr }} BYN</strong>)
|
||||
<p>Время удаления: <strong>{{item.time}}</strong></p>
|
||||
<p>Цена товара: <strong>{{item.price}} BYN</strong></p>
|
||||
<p>Количество: <strong>{{item.count}} шт</strong></p>
|
||||
<p>На сумму: <strong>{{item.sum}} BYN</strong></p>
|
||||
</small>
|
||||
</h6>
|
||||
|
||||
@@ -37,9 +39,10 @@
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<hr>
|
||||
</table>
|
||||
|
||||
<hr/>
|
||||
<hr>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user