update
parent
5c4579762c
commit
ec0e04a21d
|
|
@ -42,7 +42,7 @@
|
||||||
<input type="hidden" name="inventoryYear" value="{{ $inventoryYear }}">
|
<input type="hidden" name="inventoryYear" value="{{ $inventoryYear }}">
|
||||||
<input type="hidden" name="instansi" value="{{ $instansi }}">
|
<input type="hidden" name="instansi" value="{{ $instansi }}">
|
||||||
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered table-detail">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>No.</th>
|
<th>No.</th>
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
|
||||||
value="{{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}"
|
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' : '' }}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue