update
parent
57b418392f
commit
396ef5b682
|
|
@ -81,11 +81,7 @@
|
|||
@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
|
||||
|
|
|
|||
Loading…
Reference in New Issue