update
parent
334f0df6c0
commit
13fc24ed99
|
|
@ -81,10 +81,10 @@
|
|||
@endphp
|
||||
<td>
|
||||
<div class="input-group">
|
||||
{{ $activity_value }}
|
||||
{{-- <input type="text"
|
||||
{{-- {{ $activity_value }} --}}
|
||||
{{-- {{-- <input type="text" --}}
|
||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||
value="{{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}"
|
||||
value="{{ @$activity_value}}"
|
||||
class="form-control text-right" oninput="numberFormat(this)"
|
||||
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> --}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue