voy a añadir grupos de cajas

This commit is contained in:
2025-04-18 10:36:06 +02:00
parent 3949607a3c
commit 15f6d0d675
5 changed files with 125 additions and 56 deletions

View File

@ -16,7 +16,7 @@ $(()=>{
}
if(response.data){
window.open(`${urlObj.origin}` + '/logistica/envio/' + response.id);
window.open(`${window.location.origin}/logistica/envio/${response.data.id_envio}`);
}
},