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