update
parent
8ef9ef56a6
commit
35fe785747
|
|
@ -82,7 +82,7 @@
|
||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="data[{{ $year }}][]"
|
name="data[][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||||
value="{{ getFormattedValue($activity_value) ?? '' }}"
|
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' : '' }}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue