This commit is contained in:
Dwi Swandhana
2026-07-21 05:45:47 +07:00
parent 707e2cb841
commit d944647129
136 changed files with 6855 additions and 12 deletions

No files matched your search

+5 -2
View File
@@ -5665,7 +5665,7 @@
$('#divawal').hide();
$('#btnsavedraft').hide();
$('#divadendumketerangan').show();
openlamanekpertise(dataRecord.dlp, dataRecord.nofoto, dataRecord.id);
openlamanekpertise(dataRecord.dlp, dataRecord.nofoto, dataRecord.id);
} else {
swal({
title : 'Ekspertise Final',
@@ -7200,7 +7200,10 @@
var dataRecord = $("#gridtemplate").jqxGrid('getrowdata', editrowpoli);
$("#template_jenis").val(dataRecord.judul);
$("#dlp").val(dataRecord.judul);
openlamanekpertise();
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;
openlamanekpertise(dlp, nofoto, id);
}
},
]