Melakukan Perubahan
This commit is contained in:
@@ -134,6 +134,7 @@
|
||||
<th>Realisasi</th>
|
||||
<th>Volume Realisasi</th>
|
||||
<th>Satuan Realisasi</th>
|
||||
<th>Periode Anggaran</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -150,6 +151,12 @@
|
||||
</td>
|
||||
<td><input type="number" class="form-control form-control-sm input_dau" name="dau[volume_realisasi][]" value="{{ $rinciDau->volume_satuan_realisasi }}"></td>
|
||||
<td><input name="dau[unit_realisasi][]" class="form-control form-control-sm input_dau" required placeholder="Unit Realisasi" readonly value="{{ $rinciDau->unit_satuan }}"></td>
|
||||
<td><select class="form-control form-control-sm" id="periode_anggaran" name="dau[periode_anggaran][]">
|
||||
<option value="Tahun Berjalan" {{ $rinciDau->periode_anggaran == "Tahun Berjalan"?"selected":"" }}>Tahun Berjalan</option>
|
||||
<option value="Tahun Sebelumnya" {{ $rinciDau->periode_anggaran == "Tahun Sebelumnya"?"selected":"" }}>Tahun Sebelumnya</option>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user