This commit is contained in:
Dwi Swandhana
2026-07-19 21:16:38 +07:00
parent 3f0f6534d7
commit 92117e3320
3 changed files with 29 additions and 16 deletions

No files matched your search

+6 -3
View File
@@ -4948,9 +4948,12 @@
});
}
function openlamanekpertise(dlp, nofoto, idne){
dlp = dlp || document.getElementById('dlp').value;
nofoto = nofoto || document.getElementById('nofoto').value;
idne = idne || document.getElementById('periksa_id').value;
dlp = dlp || document.getElementById('dlp').value;
nofoto = nofoto || document.getElementById('nofoto').value;
idne = idne || document.getElementById('periksa_id').value;
$('#dlp').val(dlp);
$('#nofoto').val(nofoto);
$('#periksa_id').val(idne);
$('#template_jenis').val(dlp);
$('#divtemplate').hide();
$('.templatejawaban').hide();