main
Ilham Wara Nugroho 2026-06-12 14:32:48 +07:00
parent 24d626cf86
commit a753b60899
1 changed files with 2 additions and 2 deletions

View File

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