Update dan Bugs Fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-09-21 16:14:15 +07:00
parent a9128b06f6
commit 2dc724df71
4 changed files with 31 additions and 11 deletions
@@ -39,6 +39,7 @@
let $newOptionSubJenisDana = $("<option selected='selected'></option>").val("{{ $realisasi_belanja->sub_jenis_dana }}").text("{{ $realisasi_belanja->nama_jenis_dana }}")
$("select[name=sub_jenis_dana]").val("{{ $realisasi_belanja->sub_jenis_dana }}");
$("select[name=sub_jenis_dana]").append($newOptionSubJenisDana).trigger('change');
cekInputKontrak("{{ $realisasi_belanja->nama_jenis_dana }}");
let $newOptionSps = $("<option selected='selected'></option>").val("{{ $realisasi_belanja->id_sps }}").text("{{ $sps->name }}")
$("select[name=id_sps]").val("{{ $realisasi_belanja->id_sps }}");