已開通站台
載入中…
尚未開通任何站台,請聯絡管理員
{{ s.name }}
啟用中
蝦皮連線狀態
{{ shopeeCookieStatus==='ok' ? `已連線(剩 ${Math.floor(shopeeCookieDays)} 天)` : shopeeCookieStatus==='expiring' ? `即將到期(剩 ${Math.floor(shopeeCookieDays)} 天)` : '未連線' }}
蝦皮匯出密碼

蝦皮匯出的 XLSX 檔有密碼保護,密碼為您的手機號碼末六位數。手動上傳時需要此密碼才能解密。

已儲存
各站台商品說明

匯出蝦皮商品時,會自動帶入對應站台的說明文字。留空則不帶入。

{{ s.name }}
已儲存

財務帳務管理

追蹤營收、成本與利潤分析

download 匯出
{{ acctExportMsg }} {{ acctUploadMsg }}
warning 手動上傳蝦皮 XLSX 需要手機末六碼解密,請至設定頁填寫。
營業額
NT$ {{ acctDisplaySummary.total_revenue.toLocaleString() }}
平台費
NT$ {{ acctDisplaySummary.total_platform.toLocaleString() }}
直接成本
NT$ {{ acctDisplaySummary.total_direct_cost.toLocaleString() }}
間接費用 {{ acctExpOpen ? '▲' : '▼' }}
NT$ {{ acctDisplaySummary.total_indirect.toLocaleString() }}
毛利
NT$ {{ acctDisplaySummary.gross_profit.toLocaleString() }} ({{ (acctDisplaySummary.gross_margin*100).toFixed(1) }}%)
淨利
NT$ {{ acctDisplaySummary.net_profit.toLocaleString() }} ({{ (acctDisplaySummary.net_margin*100).toFixed(1) }}%)
訂單數
{{ acctDisplaySummary.order_count }}
未配對
{{ acctDisplaySummary.unmatched_count }}
本月建議輸入
已輸入({{ acctSummaryMonth }})
本月尚無間接費用
{{ e.category }} {{ e.note }} NT$ {{ e.amount.toLocaleString() }}
新增費用
全部{{ acctOrders.filter(o=>!['不成立','已取消','取消','cancelled','退貨退款','退款中'].includes(o.order_status)).length }}
待出貨{{ acctOrders.filter(o=>o.order_status==='待出貨').length }}
運送中{{ acctOrders.filter(o=>['運送中','已送達','處理中'].includes(o.order_status)).length }}
已完成{{ acctOrders.filter(o=>o.order_status&&o.order_status.startsWith('已完成')).length }}
未配對{{ acctOrders.filter(o=>!o.matched&&!['不成立','已取消','取消','cancelled','退貨退款','退款中'].includes(o.order_status)).length }}
不成立{{ acctOrders.filter(o=>['不成立','已取消','取消','cancelled','退貨退款','退款中'].includes(o.order_status)).length }}
載入中…
🧾
尚無訂單,請先同步
🔍
沒有符合條件的訂單
商品價
平台費
成本
毛利
{{ o.gross_profit }}

採購管理

管理預購訂單採購、批次追蹤與上架績效

銷售分析 {{ purchaseListings.length }}
待採購 {{ purchasePending.length }}
採購批次 {{ purchaseBatches.length }}
報價計算機
🛒
尚無待採購項目
全部
待下單
已下單
已到貨
已出貨
📦
尚無採購批次
批次編號 狀態 Bibian 訂單號 件數 總金額 到貨日 操作
{{ b.batch_id }} {{ b.status }}
{{ b.total_items }} 件 · NT$ {{ (b.total_ntd||0).toLocaleString() }}
{{ purchaseBatchExpanded.has(b.batch_id) ? 'expand_less' : 'expand_more' }}
到貨日
{{ b.arrive_date || '—' }}
Bibian 單號
{{ b.bibian_order_no || '—' }}
{{ it.name_zh || it.name_raw }}
×{{ it.qty }} ¥{{ (it.price_jpy||0).toLocaleString() }} NT$ {{ (it.subtotal_ntd||0).toLocaleString() }}
回購推薦
已售
毛利
日均
天數
🏪
尚無上架商品資料
{{ l.total_sold }}已售
{{ l.avg_daily_sold }}日均
{{ l.days_listed }}
毛利 {{ l.avg_margin ? (l.avg_margin * 100).toFixed(0) + '%' : '—' }} 待出 {{ l.pending_ship }} ~{{ l.avg_days_to_sell }}天/件
🔥 建議回購
⚠️ 可考慮
📋 訂單 ({{ l.recent_orders.length }}) {{ listingExpanded[l.pid]?.orders ? '▲' : '▼' }}
#{{ ord.order_sn || ord.order_id }} {{ ord.order_status }} {{ ord.buyer }}
{{ ord.order_date }} {{ ord.qty }}件 售 NT${{ (ord.sale_price || 0).toLocaleString() }}
平台費 ${{ (ord.platform_fee || 0).toLocaleString() }} 成本 ${{ (ord.cost_total || 0).toLocaleString() }} 利潤 ${{ (ord.gross_profit || 0).toLocaleString() }}
🔗 同站台 ({{ l.related_products.length }}) {{ listingExpanded[l.pid]?.related ? '▲' : '▼' }}
{{ r.name_zh }} ¥{{ (r.price || 0).toLocaleString() }}
...還有 {{ l.related_products.length - 8 }} 件

管理後台

活動紀錄

{{ activityEventLabel(key) }}
{{ ev.count }}
{{ ev.ok }} 成功 {{ ev.error }} 失敗
載入中…
尚無活動紀錄
{{ activityFormatTime(item.timestamp) }} {{ item.username || 'system' }} {{ activityEventLabel(item.event) }} {{ item.status }} {{ activityFormatDuration(item.duration_ms) }} {{ Object.entries(item.detail).map(([k,v]) => k+'='+v).join(' ') }}

邀請碼管理

尚無邀請碼
邀請碼 綁定 Tenant 已用/上限 到期 狀態
{{ c.code }} {{ c.tenant_id || '自動' }} {{ c.used_count }}/{{ c.max_uses }} {{ c.expires_at || '永久' }} {{ c.is_active ? '有效' : '停用' }}

用戶管理

建立使用者
尚無用戶
{{ u.username }} {{ u.tenant_id }} {{ u.role }} {{ !u.is_active ? '🚫 停用' : u.expires_at && new Date(u.expires_at) < new Date() ? '⌛ 已到期' : u.expires_at ? `📅 ${u.expires_at.slice(0,10)}` : '✅ 永久' }} 最後登入:{{ u.last_login ? u.last_login.slice(0,16) : '從未' }}
功能:
站台:
租戶功能:

缺貨驗證設定

控制自動驗證頻率和範圍。庫存內 = 已加入庫存管理的商品;庫存外 = 還沒加入但在 Disney 上架的商品。

已儲存

新增站台

{{ autoAddResult.message }}
{{ siteAnalysis.status==='ok' ? '✅' : siteAnalysis.status==='needs_review' ? '⚠️' : '❌' }} {{ siteAnalysis.message }}
偵測到的設定(可修改):
商品容器 名稱 價格 圖片 連結 下一頁
Gemini 站台設定助手 Session: {{ siteChat.sessionId }}
思考中…