main
Ilham Wara Nugroho 2026-06-12 14:59:30 +07:00
parent ec0e04a21d
commit 3c98e394b9
1 changed files with 1 additions and 1 deletions

View File

@ -82,8 +82,8 @@
<td> <td>
<div class="input-group"> <div class="input-group">
<input type="text" <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' : '' }}> {{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
</div> </div>