add sppd to git repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<p class="judul_page"><i class="mdi mdi-file m-r-5"></i>Laporan</p>
|
||||
<br>
|
||||
<div id="tabel_pns"></div>
|
||||
<br>
|
||||
<div id="tabel_blud"></div>
|
||||
|
||||
<script>
|
||||
var thn=$("#thn_dpa option:selected").text();
|
||||
var bulan=$('#bulan').val();
|
||||
$('#tabel_pns').load('app/laporan/tabel_pns.php',{thn:thn,bulan:bulan});
|
||||
$('#tabel_blud').load('app/laporan/tabel_blud.php',{thn:thn,bulan:bulan});
|
||||
</script>
|
||||
Reference in New Issue
Block a user