mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
readme
This commit is contained in:
@@ -144,10 +144,18 @@ Detalhes {{comanda.name}}
|
||||
</dialog>
|
||||
|
||||
<dialog id="modal-obs" style="display: none;">
|
||||
<textarea name="obs" id="obs"></textarea>
|
||||
<button onclick="addOrder()" >OK</button>
|
||||
<button onclick="closeModalObs()" >Cancela</button>
|
||||
</dialog>
|
||||
<article>
|
||||
|
||||
<h2>Observação do Pedido</h2>
|
||||
<textarea style="height: 200px;" name="obs" id="obs"></textarea>
|
||||
<div>
|
||||
|
||||
<button onclick="addOrder()" >OK</button>
|
||||
<button onclick="closeModalObs()" >Cancela</button>
|
||||
</div>
|
||||
</div>
|
||||
</dialog>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user