Maintenance Jenis Dana DID dan style

This commit is contained in:
Pusdatin BPKD Jkt
2022-11-10 10:10:30 +07:00
parent bfd375a87d
commit a4851a30f8
14 changed files with 44 additions and 32 deletions
@@ -43,7 +43,7 @@
</div> --}}
<div class="col-11">
<div class="form-group">
<label for="txt_simtrad4_kotor">DBH/DAK</label>
<label for="txt_simtrad4_kotor">Kode Rekening</label>
<select id="txt_id_sps" name="txt_id_sps" class="form-control sps_search" required></select>
</div>
</div>
@@ -122,7 +122,7 @@
var srcDate1 = null, srcDate2 = null;
$('#txt_id_sps').select2({
placeholder: 'Pilih DBH / DAK',
placeholder: 'Pilih Kode Rekening',
allowClear: true,
ajax: {
url: '{{ $baseUrl }}/item-search-sps?ta='+$("#srcTA").val(),
@@ -36,7 +36,7 @@
</div>
<div class="col-11">
<div class="form-group">
<label for="txt_simtrad4_kotor">DAK</label>
<label for="txt_simtrad4_kotor">Kode Rekening</label>
<input type="hidden" name="type_dana" value="dak">
<select id="txt_id_sps" name="id_sps" class="form-control form-control-sm" required></select>
</div>