main
Ilham Wara Nugroho 2026-06-12 14:41:11 +07:00
parent b4f8b5bdfc
commit 6c5c6ace07
1 changed files with 1 additions and 7 deletions

View File

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