{{ t('auth.loginSubtitle') }}
| {{ 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.customer_name }}
¥{{ order.total_amount.toLocaleString() }}
税抜: ¥{{ (order.subtotal || order.total_amount).toLocaleString() }}
{{ t('order.noOrders') }}
{{ product.description }}
{{ t('order.noOrders') }}