Debug Documents

This commit is contained in:
Kenio 2025-09-06 06:52:43 -03:00
parent 4675537bc2
commit ef8614b6da

View file

@ -289,6 +289,26 @@ try{
</div>
<script type="text/javascript">
/** Carrega as mascaras dos campos inputs */
$(document).ready(function(e) {
/** inputs mask */
loadMask();
<?php
/** Verifica se o cliente foi informado */
if($companiesId > 0){ ?>
$('#company_id').val(<?php echo $companiesId;?>);
alert();
<?php } ?>
});
<?php } else { ?>
<div class="alert alert-warning" role="alert">