main
Ilham Wara Nugroho 2026-06-17 11:50:31 +07:00
parent 7d6c0371fb
commit 41ddadc111
1 changed files with 6 additions and 1 deletions

View File

@ -152,7 +152,12 @@
@endphp
<td>
<div class="input-group">
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}
<input type="text"
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
value="{{ isset($activity_value) ? getFormattedValue($activity_value) : '' }}"
class="form-control text-right"
oninput="numberFormat(this)"
@readonly($isLocked || $instansi === 'all' || $limitInternal)>
</div>
</td>
@endforeach