fg
This commit is contained in:
parent
747ff6c331
commit
0fe027567b
|
|
@ -20788,21 +20788,27 @@ function enregistrer_modif_gc_assureur()
|
||||||
donnees += '&adresseGeographique='+adresseGeographique+'&numerodeCompteComptableTP='+numerodeCompteComptableTP;
|
donnees += '&adresseGeographique='+adresseGeographique+'&numerodeCompteComptableTP='+numerodeCompteComptableTP;
|
||||||
donnees += '&numeroCompteContribuable='+numeroCompteContribuable+'&codeModePaiementDemande='+codeModePaiementDemande;
|
donnees += '&numeroCompteContribuable='+numeroCompteContribuable+'&codeModePaiementDemande='+codeModePaiementDemande;
|
||||||
donnees += '&encaissementExige='+encaissementExige;
|
donnees += '&encaissementExige='+encaissementExige;
|
||||||
//alert(donnees);
|
|
||||||
//return;
|
v_msg="Confirmez-vous cette action ?";
|
||||||
|
v_msgEng="Do you confirm this action?";
|
||||||
$.ajax({
|
|
||||||
url: $("#racineWeb").val()+"Ajaxgcassureur/enregistrermodif/",
|
confirm_ebene(v_msg, v_msgEng)
|
||||||
type : 'post',
|
.then((isConfirmed) => {
|
||||||
data: donnees,
|
if (isConfirmed) {
|
||||||
error: function(errorData) {
|
$.ajax({
|
||||||
},
|
url: $("#racineWeb").val()+"Ajaxgcassureur/enregistrermodif/",
|
||||||
success: function(data) {
|
type : 'post',
|
||||||
|
data: donnees,
|
||||||
},
|
error: function(errorData) {
|
||||||
complete: function() {
|
},
|
||||||
retour_gc_assureur();
|
success: function(data) {
|
||||||
}
|
|
||||||
|
},
|
||||||
|
complete: function() {
|
||||||
|
retour_gc_assureur();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user