main
Ilham Wara Nugroho 2026-06-12 14:32:29 +07:00
parent a51d40c5f6
commit 24d626cf86
1 changed files with 1 additions and 1 deletions

View File

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