main
Ilham Wara Nugroho 2026-06-12 14:44:10 +07:00
parent 396ef5b682
commit 2552d323f3
1 changed files with 5 additions and 1 deletions

View File

@ -81,7 +81,11 @@
@endphp @endphp
<td> <td>
<div class="input-group"> <div class="input-group">
<input type="text"
name=""
value="{{ getFormattedValue($activity_value) ?? '' }}"
class="form-control text-right" oninput="numberFormat(this)"
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
</div> </div>
</td> </td>
@endforeach @endforeach