update
parent
d22f958c6c
commit
8a51256572
|
|
@ -152,7 +152,11 @@
|
||||||
@endphp
|
@endphp
|
||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue