LOGO
登入 / 註冊
Loading...

訂單紀錄

訂單編號 日期 狀態 總計 操作
{{ order.OrderNo }} {{ DayFormatter(order.Create) }} {{ order.OrderStatus }} 待報價 NT$ {{ formatMoney(order.Total) }}

訂單詳情 - {{ current.OrderNo }}

日期:{{ DayFormatter(current.Create) }}

狀態: {{ current.OrderStatus }}

待報價

商品小計 NT$ {{ current.OrderDetails.reduce( (s, d) => s + d.Price * d.Quantity, 0 ).toLocaleString() }} 方案優惠 NT$ {{ current.OrderDiscounts.reduce( (s, d) => s + d.Value * d.Quantity, 0 ).toLocaleString() }} 總計 NT$ {{ ( current.OrderDetails.reduce( (s, d) => s + d.Price * d.Quantity, 0 ) + current.OrderDiscounts.reduce( (s, d) => s + d.Value * d.Quantity, 0 ) ).toLocaleString() }}

訂單進度

{{ step.Name }} {{ getProgressTime(step) }}
訂購內容

共 {{ current.OrderDetails.reduce((sum, d) => sum + d.Quantity, 0) }} 件商品

商品共用規格
{{ sg.Type }}
自備設計檔
{{ spec.Value || '—' }}
# {{ dIdx + 1 }} (數量:{{ d.Quantity }})
{{ sg.Type }}
下載檔案 {{ spec.Value || '—' }}
訂購人資訊

姓名 {{ current.OrderContacts[0].BuyerName }}

電話 {{ current.OrderContacts[0].BuyerPhone }}

Email {{ current.OrderContacts[0].BuyerEmail }}

收件人資訊

姓名 {{ current.OrderContacts[0].RecipientName }}

電話 {{ current.OrderContacts[0].RecipientPhone }}

Email {{ current.OrderContacts[0].RecipientEmail }}

地址 {{ current.OrderContacts[0].RecipientPostalCode }} {{ current.OrderContacts[0].RecipientCity }} {{ current.OrderContacts[0].RecipientTown }} {{ current.OrderContacts[0].RecipientAddress }}

備註
{{ current.Memo }}

設計稿區塊(待補)