main
Ilham Wara Nugroho 2026-06-11 13:50:26 +07:00
parent 05299ced40
commit 8a936efcb0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]" name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
value="{{ getFormattedValue($activity_value) ?? '' }}" value="{{ getFormattedValue($activity_value) ?? '' }}"
class="form-control text-right" oninput="numberFormat(this)" class="form-control text-right" oninput="numberFormat(this)"
style="min-width: 80px;" {{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> {{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
{{-- <div class="input-group-text"> {{-- <div class="input-group-text">
{{ $detail->unit_code }} {{ $detail->unit_code }}
</div> --}} </div> --}}