main
Ilham Wara Nugroho 2026-06-12 14:55:24 +07:00
parent 13fc24ed99
commit 3a8583510b
1 changed files with 2 additions and 2 deletions

View File

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