@php($isShow = ($mode ?? 'create') === 'show') @php($statusInfo = $this->getMatchingStatusInfo()) @php($isNoMatching = $this->isNoMatchingType()) @php($matchedTotal = $this->getMatchedTotal()) @php($difference = $this->getDifference())
| 請求番号 | 請求日 | 得意先 | 請求金額 | 未消込残高 | 消込金額 |
|---|---|---|---|---|---|
| {{ $candidate['billing_number'] ?? '-' }} | {{ $candidate['billing_date'] ?? '-' }} | {{ $candidate['customer_name'] ?? '-' }} | {{ num_format($candidate['billing_amount_total'] ?? 0) }} | {{ num_format($remainingAmount) }} | max) amount = max; if(amount < 0) amount = 0; $wire.updateMatchingAmount({{ $candidate['billing_id'] }}, amount)" @blur="$wire.updateMatchingAmount({{ $candidate['billing_id'] }}, amount)" :class="{'border-red-500': amount > max}" min="0" :max="max" class="w-full px-2 py-1 text-right border border-gray-300 rounded text-sm focus:ring-primary-500 focus:border-primary-500" placeholder="0" /> 上限超過 |