update
parent
7d6c0371fb
commit
41ddadc111
|
|
@ -152,7 +152,12 @@
|
|||
@endphp
|
||||
<td>
|
||||
<div class="input-group">
|
||||
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}
|
||||
<input type="text"
|
||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||
value="{{ isset($activity_value) ? getFormattedValue($activity_value) : '' }}"
|
||||
class="form-control text-right"
|
||||
oninput="numberFormat(this)"
|
||||
@readonly($isLocked || $instansi === 'all' || $limitInternal)>
|
||||
</div>
|
||||
</td>
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Reference in New Issue