{{ $t('Payment Details') }}
{{ $t('Payment Method') }}
{{ $t('Payment Terms') }}
{{ $t('Payment Date') }}
{{ $t('Total Amount') }}
{{ BookingOrder.PaymentType ? paymentMethodMap(BookingOrder.PaymentType) : "尚未確認付款方式" }}
全額付款
{{ BookingOrder.Payment.PaymentDate ? new Date(BookingOrder.Payment.PaymentDate).toLocaleString() : "尚未付款" }}
${{ BookingOrder.TotalPrice }} {{ BookingOrder.Currency.CurrencyName }}
{{ $t('This Booking is Unpaid') }}
等待供應商確認後提供匯款訊息
{{ $t('Please upload your remittance slip as soon as the bill has been transferred.') }}