update
parent
396ef5b682
commit
2552d323f3
|
|
@ -81,7 +81,11 @@
|
|||
@endphp
|
||||
<td>
|
||||
<div class="input-group">
|
||||
|
||||
<input type="text"
|
||||
name=""
|
||||
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