mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
fix: api pagamento multipla comandas com dominio
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -164,8 +164,7 @@ async function enviarComandasSelecionadas() {
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
const response = await fetch('/clients/payDebt', {
|
||||||
const response = await fetch('http://192.168.1.150:8001/clients/payDebt', {
|
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ function openModal() {
|
|||||||
if (textField) {
|
if (textField) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
textField.focus();
|
textField.focus();
|
||||||
}, 100); // 50ms de delay (ajuste conforme necessário)
|
}, 500); // 50ms de delay (ajuste conforme necessário)
|
||||||
}
|
}
|
||||||
textField.value = '';
|
textField.value = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user