This commit is contained in:
Dwi Swandhana
2026-08-02 05:23:11 +07:00
parent cd07dee705
commit 16f541ca77
3 changed files with 3 additions and 3 deletions
@@ -6605,7 +6605,7 @@
});
});
$("#btnsendexpertisetopacs").click(function(){
$('#id_iframepreviewexpertise').attr('src', '{{ route("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#modalpreviewsendexpertise').modal('show');
});
$("#btnapproveexpertise").click(function(){
+1 -1
View File
@@ -6663,7 +6663,7 @@
});
});
$("#btnsendexpertisetopacs").click(function(){
$('#id_iframepreviewexpertise').attr('src', '{{ route("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#modalpreviewsendexpertise').modal('show');
});
$("#btnapproveexpertise").click(function(){
@@ -6812,7 +6812,7 @@
}
});
$("#btnsendexpertisetopacs").click(function(){
$('#id_iframepreviewexpertise').attr('src', '{{ route("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#modalpreviewsendexpertise').modal('show');
});
$("#btnapproveexpertise").click(function(){