update
parent
334f0df6c0
commit
13fc24ed99
|
|
@ -81,10 +81,10 @@
|
||||||
@endphp
|
@endphp
|
||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
{{ $activity_value }}
|
{{-- {{ $activity_value }} --}}
|
||||||
{{-- <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)}}"
|
value="{{ @$activity_value}}"
|
||||||
class="form-control text-right" oninput="numberFormat(this)"
|
class="form-control text-right" oninput="numberFormat(this)"
|
||||||
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> --}}
|
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> --}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue