main
Ilham Wara Nugroho 2026-06-17 13:46:39 +07:00
parent 27e2d4ecd3
commit f717396382
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
->first()->activity_value ?? ''
: ''
@endphp
<input type="text" class="form-control w-50 text-right" name="value[{{ $detail->activity_code }}]" value="{{ @$activity_value }}" oninput="numberFormat(this)">
<input type="text" class="form-control w-50 text-right" name="value[{{ $detail->activity_code }}]" value="{{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}" oninput="numberFormat(this)">
<div class="input-group-text p-0" style="width: 200px!important;">
<select name="unit_code[{{ $detail->activity_code }}]" class="form-control unit-code"
data-activity-code="{{ $detail->activity_code }}"