dffrfg
This commit is contained in:
parent
d3215abcf7
commit
f955f81d91
|
|
@ -18946,8 +18946,10 @@ function enregistrer_compte_bancaire_assure(){
|
|||
|
||||
function maj_mobile_beneficiaire()
|
||||
{
|
||||
debugger;
|
||||
|
||||
donnees = 'telephonePortable='+$("#telephonePortable").val();
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxcontextbeneficiaire/majmobile/",
|
||||
type : 'post',
|
||||
|
|
|
|||
|
|
@ -256,14 +256,14 @@
|
|||
<div class="col-12 col-md-6">
|
||||
<?php if($codeLienParente != "A"): ?>
|
||||
<div class="mb-4">
|
||||
<small class="text-muted"><?= _("Téléphone Portable") ?></small>
|
||||
<small class="text-muted"><?= _("Mobile") ?></small>
|
||||
<p class="fw-bold mb-0"><?= $beneficiaire['telephonePortable'] ?></p>
|
||||
</div>
|
||||
<?php else : ?>
|
||||
<div class="mb-4">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<label class="form-label text-muted small">
|
||||
<?= _("Téléphone Portable") ?>
|
||||
<?= _("Mobile") ?>
|
||||
</label>
|
||||
<div class="form-check mb-1">
|
||||
<input class="form-check-input" type="checkbox" id="ignorerFormat" name="ignorerFormat">
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
title="<?= est_anglophone() ? "The number must start with 250 and contain at least 12 digits." : "Le numéro doit commencer par 250 et comporter au moins 12 chiffres.";?>"
|
||||
oninput="this.setCustomValidity('')"
|
||||
oninvalid="validerMessageTelephone(this)"
|
||||
onchange="maj_mobile_beneficiaire();"
|
||||
onchange="javascript:maj_mobile_beneficiaire();"
|
||||
value="<?= $beneficiaire['telephonePortable'] ?>">
|
||||
</div>
|
||||
<div id="aideTelephone" class="form-text text-muted small">
|
||||
|
|
|
|||
|
|
@ -548,7 +548,7 @@
|
|||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.03.26.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.26.01"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user