update
parent
9117bc18ee
commit
4e20effda7
|
|
@ -128,9 +128,7 @@
|
|||
<th style="min-width: 150px; text-decoration:normal">
|
||||
{{ $detail->activity ? $detail->activity->name : 'N/A' }} - ({{ $detail->unit_code }})
|
||||
|
||||
@if ($unitCategory)
|
||||
|
||||
@else
|
||||
@if (!@$unitCategory)
|
||||
{{ $unitCode }}
|
||||
@endif
|
||||
</th>
|
||||
|
|
@ -156,7 +154,7 @@
|
|||
<div class="input-group">
|
||||
<input type="text"
|
||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||
value="{{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}"
|
||||
|
||||
class="form-control text-right" oninput="numberFormat(this)"
|
||||
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
|
||||
</div>
|
||||
|
|
@ -203,8 +201,8 @@
|
|||
|
||||
|
||||
@if ($instansi !== 'all')
|
||||
{{-- @include('modules.form.aktivitas-user') --}}
|
||||
{{-- @include('modules.form.metadata.index') --}}
|
||||
@include('modules.form.aktivitas-user')
|
||||
@include('modules.form.metadata.index')
|
||||
@endif
|
||||
|
||||
{{-- @include('modules.form.form') --}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue