first commit

This commit is contained in:
root
2024-08-13 05:44:19 +00:00
commit 2b7abf23e8
2299 changed files with 379710 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
include('../koneksi.php');
$riwayat_jbel_id=$_POST['riwayat_jbel_id'];
?>
<input type="hidden" id="st_riwayat_jbel_id_rev" value="<?php echo $riwayat_jbel_id; ?>">
<div id="tabel_rw_kelengkapan_rev"></div>
<script>
var riwayat_jbel_id=$('#st_riwayat_jbel_id_rev').val();
var data_pegawai_id=$('#rv_data_pegawai_id').val();
$('#tabel_rw_kelengkapan_rev').load('app/st_jbel/tabel_daftar_rev.php',{riwayat_jbel_id:riwayat_jbel_id, data_pegawai_id:data_pegawai_id});
</script>