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

View File

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