mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style e verificaçao: display flex para os botoes da viewComandas | verificação para apagar produto da comanda
This commit is contained in:
@@ -208,11 +208,11 @@ function closeConta(id){
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
if(data.status == 'ok'){
|
||||
buttonPrintComanda.style.display = 'block'
|
||||
buttonPrintComanda.style.display = 'flex'
|
||||
buttonClose.style.display = 'none'
|
||||
buttonAdd.style.display = 'none'
|
||||
buttonreOpenComanda.style.display = 'block'
|
||||
buttonPayment.style.display = 'block'
|
||||
buttonreOpenComanda.style.display = 'flex'
|
||||
buttonPayment.style.display = 'flex'
|
||||
showToast('✅Comanda encerrada!😁','success')
|
||||
imprimirConta()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user