main
Ilham Wara Nugroho 2026-06-12 14:50:41 +07:00
parent c964838890
commit 6add6380fa
1 changed files with 1 additions and 1 deletions

View File

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