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

@@ -7250,7 +7250,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);
}
},
]