mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feedback pagamento de multiplas comandas
This commit is contained in:
@@ -174,4 +174,16 @@ function openFullscreen() {
|
||||
setTimeout(() => {
|
||||
toast.classList.remove('show');
|
||||
}, duration);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function feedback(message, status, subMessage) {
|
||||
var feedbackMsg = Swal.fire({
|
||||
title: message,
|
||||
text: subMessage || '',
|
||||
icon: status,
|
||||
background: 'rgba(8, 9, 10, 0.75)',
|
||||
confirmButtonColor: 'linear-gradient(145deg, #1E2A3B, #2C3E50)',
|
||||
});
|
||||
return feedbackMsg;
|
||||
}
|
||||
Reference in New Issue
Block a user