update
parent
6c5c6ace07
commit
57b418392f
|
|
@ -43,7 +43,7 @@
|
|||
<input type="hidden" name="instansi" value="{{ $instansi }}">
|
||||
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
||||
<table class="table table-bordered table-detail">
|
||||
<thead class="table-info text-white">
|
||||
|
||||
<tr>
|
||||
<th>No.</th>
|
||||
<th>Tahun</th>
|
||||
|
|
@ -63,8 +63,6 @@
|
|||
</th>
|
||||
@endforeach
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@php
|
||||
$years = activityYearRange($inventoryYear);
|
||||
@endphp
|
||||
|
|
@ -82,12 +80,17 @@
|
|||
: '';
|
||||
@endphp
|
||||
<td>
|
||||
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||
value="{{ getFormattedValue($activity_value) ?? '' }}"
|
||||
class="form-control text-right" oninput="numberFormat(this)"
|
||||
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
|
||||
</div>
|
||||
</td>
|
||||
@endforeach
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
{{-- @include('modules.form.table') --}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue