|
FOR INTERNAL USE ONLY 只供內部使用 Log No.:記錄編號: ESOF_{{ orderID }} |
|
FORM 2 表格 2 |
RIGGING & HANGING BANNER 吊重設施及懸挂橫額 |
Valid from 1 January 2026 生效日期 2026 年 1 月 1 日 |
|---|
| Event Information 活動資訊 | ||
|
Event Name 活動名稱 {{ eventName }} |
Event Period 活動日期 {{ eventDateStart }} - {{ eventDateEnd }} |
|
|
Guest Name 客戶姓名 {{ name }} {{ title }} {{ title }} {{ name }} |
Contact Number 聯絡電話 {{ phone }} |
Email 電子郵件 {{ mail }} |
|
Booth Name & No. 展位名稱及號碼 {{ boothName + ' ' + boothNumber }} |
Usage Period 使用期限 {{usagePeriodFrom}} - {{usagePeriodTo}} |
|
|
Remarks 備注 {{ remarks }} |
||
| Item 项目 |
Price (MOP) 價目 (澳門幣) |
Quantity 數量 |
Total Days 總天數 |
Total (MOP) 總額 (澳門幣) |
|
|---|---|---|---|---|---|
| 1st Day 首天 |
Subsequent Day 其後每天 |
||||
| Rigging 吊重設施 | |||||
|
{{ item.name }} {{ item.aka }} |
{{ formatNum(item.price) }} | {{ item.priceSub }} | {{ item.count ? item.count : "" }} | {{ item.priceSub > 0 ? subDaysDiff + 1 : ""}} | {{ formatNum(subDaysDiff > 0 && item.priceSub > 0 ? (item.price * item.count) + (item.priceSub * item.count * subDaysDiff) : item.price * item.count) }} |
| Item 项目 |
Price (MOP) 價目 (澳門幣) |
Quantity 數量 |
Total Days 總天數 |
Total (MOP) 總額 (澳門幣) |
|
| Rigging Points & Banner 懸挂吊點及橫幅 | |||||
|
{{ item.name }} {{ item.aka }} |
{{ formatNum(item.price) }} | {{ item.count ? item.count : "" }} | {{ item.priceSub > 0 ? subDaysDiff + 1 : ""}} | {{ formatNum(subDaysDiff > 0 && item.priceSub > 0 ? (item.price * item.count) + (item.priceSub * item.count * subDaysDiff) : item.price * item.count) }} | |
| Item 项目 |
Price (MOP) 價目 (澳門幣) |
Quantity 數量 |
Total Days 總天數 |
Total (MOP) 總額 (澳門幣) |
|
| 1st Day 首天 |
Subsequent Day 其後每天 |
||||
| Electrical Chain Hoist Package 電動吊重器組合 | |||||
|
{{ item.name }} {{ item.aka }} |
{{ formatNum(item.price) }} | {{ item.priceSub }} | {{ item.count ? item.count : "" }} | {{ item.priceSub > 0 ? subDaysDiff + 1 : ""}} | {{ formatNum(subDaysDiff > 0 && item.priceSub > 0 ? (item.price * item.count) + (item.priceSub * item.count * subDaysDiff) : item.price * item.count) }} |
|
Total: 總額(未含附加費): |
{{ formatNum(grandTotal() / 1.1) }} | ||||
|
Service Charge
10%: 服務費10%: |
{{ formatNum((grandTotal() / 1.1)*0.1) }} {{ formatNum((grandTotal() / 1.1)*0.1) }} | ||||
|
Onsite Surcharge 30%: 現場訂單附加費 30%: |
{{ formatNum(grandTotal() * 0.3 )}} | ||||
|
GRAND
TOTAL: 總額: |
{{ formatNum(grandTotal() * 1.3) }} {{ formatNum(grandTotal()) }} | ||||