main
Ilham Wara Nugroho 2026-06-12 14:59:52 +07:00
parent 3c98e394b9
commit 96812563e3
1 changed files with 2 additions and 3 deletions

View File

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