請在程式碼中設定 Supabase URL 與 Key 才能開始使用。
最新動態 {{ notifications.length }}
客戶列表
管理所有客戶資料與帳號
將搜尋客戶或帳號關聯的公司名稱
{{ roleName }}工作台
載入中...
尚無客戶資料
{{ customer.name }}
{{ getCustomerAccountCount(customer.id) }}{{ customer.notes }}
客服部工作台
概覽與統計
業績趨勢
需要管理客戶或建立儲值單?
財務部審核中心
確認款項與放行儲值
待審核款項
目前沒有待審核的款項
| 申請時間 | 客戶/帳號 | 總額/服務費 | 備註/審核 | 操作 |
|---|---|---|---|---|
|
#{{ index + 1 }}
申請: {{ tx.applicant_name }}
申請: {{ tx.applicant_name }}
|
{{ getCustomerNameByAccountId(tx.account_id) }}
{{ getAccountPlatformId(tx.account_id) }}
{{
getRegionLabel(getAccountInfo(tx.account_id).target_region)
}}
公司: {{
getAccountInfo(tx.account_id).company_name }}
聯絡人: {{
getAccountInfo(tx.account_id).contact_name }}
帳號後五碼:
{{ getAccountInfo(tx.account_id).account_last_5
}}
|
{{ tx.currency }} {{ formatAmount(tx.total_amount,
tx.currency) }}
廣告金額:
{{ formatAmount(tx.amount, tx.currency)
}}
服務費:
{{ formatAmount(tx.service_fee, tx.currency)
}}
開帳費:
{{ formatAmount(tx.setup_fee, tx.currency)
}}
稅金:
{{ formatAmount(tx.tax, tx.currency) }}
帳號後五碼:
{{ tx.remittance_account_last_5 }}
{{ tx.remittance_bank }}
|
儲值備註: {{
tx.notes || '無' }}
退回 {{ getRejectionCount(tx) }} 次
{{ formatDate(note.date) }}
{{ getStatusLabel(note.status) }}
{{ note.note }}
|
|
已核准/已完成款項
歷史審核紀錄與發票查詢
| 日期 | 客戶資訊 | 金額明細 | 狀態 | 發票/備註 | 操作 |
|---|---|---|---|---|---|
|
{{ getAccountInfo(tx.account_id)?.company_name ||
getCustomerName(tx.account_id) }}
統編: {{ getAccountInfo(tx.account_id).tax_id }}
{{ getAccountInfo(tx.account_id).contact_email }}
|
{{ tx.currency }} {{
tx.total_amount.toLocaleString() }}
服務費:
{{ tx.service_fee.toLocaleString() }}
稅金:
{{ tx.tax.toLocaleString() }}
|
{{ getRegionTag(tx.account_id) }}
|
|||
| 無符合資料 | |||||
服務單位總覽
執行儲值與帳戶管理
匯出服務報表
* 將匯出區間內「完成」與「待執行(已收款)」的儲值紀錄。
待執行儲值
{{ pendingServiceTransactions.length }}目前沒有待執行的儲值任務