mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
feat: botão imprimir pedido cozinha
This commit is contained in:
@@ -83,7 +83,7 @@ Detalhes {{comanda.name}}
|
||||
{% for item in consumo%}
|
||||
|
||||
<tr>
|
||||
<td >
|
||||
<td id="id-for-print-{{item.id}}">
|
||||
{{item.product.name}}
|
||||
{% if item.product.cuisine == True %}
|
||||
<span data-tooltip="Observações para preparo." data-flow="top">
|
||||
@@ -94,6 +94,12 @@ Detalhes {{comanda.name}}
|
||||
style="width: 25px; height: 35px; cursor: pointer;">
|
||||
</img>
|
||||
</span>
|
||||
|
||||
<img
|
||||
onclick="printOrder({{item.id}})"
|
||||
src="{% static 'midia/icons/print.svg' %}"
|
||||
style="width: 35px; height: 35px; cursor: pointer;">
|
||||
</img>
|
||||
{% endif %}
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user