update
parent
9117bc18ee
commit
4e20effda7
|
|
@ -128,9 +128,7 @@
|
||||||
<th style="min-width: 150px; text-decoration:normal">
|
<th style="min-width: 150px; text-decoration:normal">
|
||||||
{{ $detail->activity ? $detail->activity->name : 'N/A' }} - ({{ $detail->unit_code }})
|
{{ $detail->activity ? $detail->activity->name : 'N/A' }} - ({{ $detail->unit_code }})
|
||||||
|
|
||||||
@if ($unitCategory)
|
@if (!@$unitCategory)
|
||||||
|
|
||||||
@else
|
|
||||||
{{ $unitCode }}
|
{{ $unitCode }}
|
||||||
@endif
|
@endif
|
||||||
</th>
|
</th>
|
||||||
|
|
@ -156,7 +154,7 @@
|
||||||
<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' : '' }}>
|
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -203,8 +201,8 @@
|
||||||
|
|
||||||
|
|
||||||
@if ($instansi !== 'all')
|
@if ($instansi !== 'all')
|
||||||
{{-- @include('modules.form.aktivitas-user') --}}
|
@include('modules.form.aktivitas-user')
|
||||||
{{-- @include('modules.form.metadata.index') --}}
|
@include('modules.form.metadata.index')
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
{{-- @include('modules.form.form') --}}
|
{{-- @include('modules.form.form') --}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue