main
Ilham Wara Nugroho 2026-06-12 14:40:22 +07:00
parent 9c5a48bf4a
commit b4f8b5bdfc
1 changed files with 9 additions and 0 deletions

View File

@ -81,6 +81,15 @@
->first()->activity_value ?? '' ->first()->activity_value ?? ''
: ''; : '';
@endphp @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 @endforeach
</tr> </tr>
@endforeach @endforeach