main
Ilham Wara Nugroho 2026-06-12 14:58:08 +07:00
parent 4b9db05a3a
commit 019856cecd
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<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="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">
<tr>
@ -83,7 +83,7 @@
<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>