main
Ilham Wara Nugroho 2026-06-12 14:48:04 +07:00
parent 35fe785747
commit ad7aa9a488
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<td> <td>
<div class="input-group"> <div class="input-group">
<input type="text" <input type="text"
name="data[][{{ $detail->activity_code }}-{{ $detail->unit_code }}]" name="data"
value="{{ getFormattedValue($activity_value) ?? '' }}" 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' : '' }}>