update
parent
c5ea217ae4
commit
334f0df6c0
|
|
@ -77,16 +77,16 @@
|
||||||
->where('activity_code', $detail->activity_code)
|
->where('activity_code', $detail->activity_code)
|
||||||
->where('activity_unit_code', $detail->unit_code)
|
->where('activity_unit_code', $detail->unit_code)
|
||||||
->first()->activity_value ?? ''
|
->first()->activity_value ?? ''
|
||||||
: '';
|
: ''
|
||||||
// dd($activity_value);
|
|
||||||
@endphp
|
@endphp
|
||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text"
|
{{ $activity_value }}
|
||||||
|
{{-- <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' : '' }}>
|
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> --}}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue