update
parent
4b9db05a3a
commit
019856cecd
|
|
@ -41,7 +41,7 @@
|
||||||
<form action="{{ route('modules.form.save', ['sector' => $form->sector, 'code' => $form->code]) }}" method="POST">
|
<form action="{{ route('modules.form.save', ['sector' => $form->sector, 'code' => $form->code]) }}" method="POST">
|
||||||
<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=" mt-3" style="">
|
||||||
<table class="table table-bordered table-detail">
|
<table class="table table-bordered table-detail">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||||
|
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' : '' }}>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue