This commit is contained in:
Dwi Swandhana
2026-07-22 10:01:55 +07:00
parent 9e4774bd5e
commit 5774d55f71
14 changed files with 292 additions and 36 deletions
+2 -5
View File
@@ -4951,9 +4951,6 @@
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();
@@ -7201,8 +7198,8 @@
$("#template_jenis").val(dataRecord.judul);
$("#dlp").val(dataRecord.judul);
var dlp = dataRecord.judul;
var nofoto = document.getElementById('nofoto').value || document.getElementById('nofoto').textContent;
var idne = document.getElementById('periksa_id').value || document.getElementById('periksa_id').textContent;
var nofoto = document.getElementById('nofoto').value;
var idne = document.getElementById('periksa_id').value;
openlamanekpertise(dlp, nofoto, id);
}
},
@@ -4989,9 +4989,6 @@
} else {
$('#divtemplate').hide();
}
$('#nofoto').val(nofoto).html(nofoto);
$('#periksa_id').val(idne);
$('#template_jenis').val(dlp);
$('#divreadonly').hide();
$('#divawal').hide();
$('#divperiksa').show();
@@ -7251,8 +7248,8 @@
$("#template_jenis").val(dataRecord.judul);
$("#dlp").val(dataRecord.judul);
var dlp = dataRecord.judul;
var nofoto = document.getElementById('nofoto').value || document.getElementById('nofoto').textContent;
var idne = document.getElementById('periksa_id').value || document.getElementById('periksa_id').textContent;
var nofoto = document.getElementById('nofoto').value;
var idne = document.getElementById('periksa_id').value;
openlamanekpertise(dlp, nofoto, id);
}
},