{{ t('nav.orderList') }}

{{ t('order.orderNumber') }} {{ t('order.customerName') }} {{ t('order.products') }} {{ t('order.productInfo') }} {{ t('order.totalWithTax') }} {{ t('order.status') }} {{ t('order.deliveryDate') }} {{ t('order.files') }} {{ t('order.createdAt') }} {{ t('order.actions') }}
{{ order.order_number }} {{ order.customer_name }}
{{ item.product_name }} ({{ item.quantity }}枚)
¥{{ order.total_amount.toLocaleString() }} {{ formatDate(order.delivery_date) }} - CI PO {{ formatDate(order.created_at) }}
{{ order.order_number }}

{{ order.customer_name }}

{{ item.product_name }}({{ item.quantity }}枚)

¥{{ order.total_amount.toLocaleString() }}
税抜: ¥{{ (order.subtotal || order.total_amount).toLocaleString() }}

{{ formatDate(order.created_at) }} {{ t('order.deliveryDate') }}: {{ formatDate(order.delivery_date) }}
CI PO

{{ t('order.noOrders') }}

{{ editingOrder ? t('order.editOrder') : t('nav.newOrder') }}

{{ t('product.productListTitle') }}

{{ product.name }}

{{ product.description }}

{{ t('product.specifications') }}:
{{ product.specifications }}
{{ t('product.notes') }}:
{{ product.notes }}
¥{{ product.price.toLocaleString() }}/枚 {{ t('product.quotationDate') }}: {{ formatDate(product.quotation_date) }}

{{ t('order.noOrders') }}

{{ t('common.loading') }}