update
parent
96812563e3
commit
47b5ba5a2c
|
|
@ -84,7 +84,8 @@
|
||||||
<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)}}"
|
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' : '' }}>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue