main
Ilham Wara Nugroho 2026-06-12 15:00:08 +07:00
parent 96812563e3
commit 47b5ba5a2c
1 changed files with 2 additions and 1 deletions

View File

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