main
Ilham Wara Nugroho 2026-06-12 14:33:06 +07:00
parent a753b60899
commit 71c0840d1b
1 changed files with 2 additions and 3 deletions

View File

@ -46,10 +46,9 @@
<td>
<div class="input-group">
<input type="text"
name=""
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' : '' }}>
class="form-control text-right" oninput="numberFormat(this)">
</div>
</td>
@endforeach