利润分析
-
加载中...
| 日期 | 总订单金额 | 总回款金额 | 利润率 | 预估利润 |
|---|---|---|---|---|
| {{ stat.date_str }} | {{ stat.order_amount }} | {{ stat.repayment_amount }} | {{ stat.profit_rate }}% | {{ (stat.repayment_amount * stat.profit_rate / 100).toFixed(2) }} |
| 暂无数据 | ||||
实时数据
-
订单量
…
{{ businessDashboard.summary.order_total }}
销售额(按回款)
…
{{ businessDashboard.summary.repayment_total }}
加载中...
| 日期 | 订单数 | 订单金额 | 回款金额 | 利润率 |
|---|---|---|---|---|
| {{ stat.date_str }} | {{ stat.order_count }} | {{ stat.order_amount }} | {{ stat.repayment_amount }} | {{ stat.profit_rate }}% |
| 暂无数据 | ||||
共 {{ walmartProducts.total }} 件
每页
加载中...
{{ walmartProducts.error }}
暂无商品数据
| 图片 | 商品名称 | SKU | WPID | 价格 | 发布状态 | 生命周期 | 库存 | 操作 |
|---|---|---|---|---|---|---|---|---|
|
|
{{ item.productName || '-' }} | {{ item.sku }} | {{ item.wpid || '-' }} | ${{ item.price.amount }} - | {{ item.publishedStatus==='PUBLISHED'?'已发布':item.publishedStatus==='UNPUBLISHED'?'未发布':(item.publishedStatus||'-') }} | {{ item.lifecycleStatus==='ACTIVE'?'在售中':item.lifecycleStatus==='ARCHIVED'?'已归档':item.lifecycleStatus==='RETIRED'?'已下架':(item.lifecycleStatus||'-') }} | {{ item.availability==='In_stock'?'有库存':item.availability==='Out_of_stock'?'无库存':item.availability==='Preorder'?'预售':(item.availability||'-') }} |
第 {{ Math.floor(walmartProducts.offset/walmartProducts.pageSize)+1 }} 页
消息通知
{{ businessNotifications.total }}
加载中...
暂无消息通知
图片
消息类型
所属店铺
订单号
订单状态
通知时间
{{ notifEventLabel(it.event_code, it) }}
已验签
{{ it.store_name || '-' }}
{{ it.detail && it.detail.orderNo || it.order_no || '-' }}
{{ it.detail.sku_spec }}
-
{{ notifStatusText(it.detail.newGoodsStatus != null ? it.detail.newGoodsStatus : it.detail.orderStatus) }}
-
{{ notifFmtTime(it.created_at) }}
共 {{ businessNotifications.total }} 条
...
共 {{ sheinProducts.total }} 件商品
同步中 {{ sheinProducts.sync.done }}/{{ sheinProducts.sync.total }}
{{ sheinProducts.sync.msg }}
每页
加载商品列表(首次加载需要稍候...)
暂无商品数据
第 {{ sheinProducts.page }} / {{ sheinProductsPageCount() }} 页
SHEIN订单列表
-
加载中...
订单号
店铺
状态
回款金额
距超时取消
付款时间
{{ order.platform_order_no }}
{{ order.store_name || order.shop_account || '-' }}
{{
sheinOrderStatusText(
(businessSheinOrders.detailMap[order.platform_order_no] && (businessSheinOrders.detailMap[order.platform_order_no].orderStatus || businessSheinOrders.detailMap[order.platform_order_no].order_status))
|| order.order_status || order.status
)
}}
马上超时
回款金额:
{{ (businessSheinOrders.detailMap[order.platform_order_no] && businessSheinOrders.detailMap[order.platform_order_no].estimatedGrossIncome) || '-' }}
距超时取消:{{ getTimeoutDisplayFor(order.platform_order_no).text }}
付款时间:{{ fmtCnTime(order.payment_time) }}
暂无商品明细
| 图片 | 商品 | SKU | SKC | 物流商 | 运单号 |
|---|---|---|---|---|---|
| {{ g.sellerSku || g.sku || g.skuCode || '-' }} | {{ g.skc || '-' }} | {{ getCarrierFor(order.platform_order_no) }} |
{{ getWaybillSummary(getWaybillFor(order.platform_order_no)).status }} · {{ fmtMillis(getWaybillSummary(getWaybillFor(order.platform_order_no)).time) }}
-
|
暂无数据
每页
条
第
/ {{ sheinPageCount(businessSheinOrders.items) }} 页
店铺管理
加载中...
| 店铺名称 | 平台 | 站点 | 状态 | API 凭证 | 可用SKC额度 | 已用 / 总额度 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ store.name }} | Walmart SHEIN {{ store.platform }} | {{ store.site || '-' }} | {{ store.status === 'active' ? '正常' : '停用' }} | {{ businessStores.quotaMap[store.open_key_id].available ?? '-' }} - | {{ businessStores.quotaMap[store.open_key_id].used ?? '-' }} / {{ businessStores.quotaMap[store.open_key_id].total ?? '-' }} - | ||
| 暂无数据 | |||||||
Walmart 订单列表
请先绑定并选择一个 Walmart 店铺
加载中...
暂无订单数据
{{ walmartOrders.imageLoadingMap[(order.orderLines?.orderLine || [])[0]?.item?.sku] ? '加载中' : '暂无图' }}
{{ order.purchaseOrderId }}
{{ order.shippingInfo?.postalAddress?.name || order.buyerId || '-' }}
共 {{ walmartOrders.total }} 条
| 图片 | 订单号 | 客户 | 金额 | 成本 | 商品数 | 下单时间 | 物流号 | 物流商 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ walmartOrders.imageLoadingMap[(order.orderLines?.orderLine || [])[0]?.item?.sku] ? '加载中' : '暂无图' }}
|
{{ order.purchaseOrderId }} | {{ order.shippingInfo?.postalAddress?.name || order.buyerId || '-' }} | ${{ (() => { const lines = order.orderLines?.orderLine || []; let total = 0; lines.forEach(l => { (l.charges?.charge || []).forEach(c => { if (c.chargeType === 'PRODUCT') total += parseFloat(c.chargeAmount?.amount || 0); }); }); return total > 0 ? total.toFixed(2) : '-'; })() }} | ${{ order._cost_amount.toFixed(2) }} - | {{ (order.orderLines?.orderLine || []).length }} | {{ order.orderDate ? new Date(order.orderDate).toLocaleString('zh-CN') : '-' }} | {{ (() => { const lines = order.orderLines?.orderLine || []; for (const l of lines) { const statuses = l.orderLineStatuses?.orderLineStatus || []; for (const st of statuses) { const ti = st.trackingInfo || {}; const tn = String(ti.trackingNumber || '').trim(); if (tn) return tn; } } return '-'; })() }} | {{ (() => { const lines = order.orderLines?.orderLine || []; for (const l of lines) { const statuses = l.orderLineStatuses?.orderLineStatus || []; for (const st of statuses) { const ti = st.trackingInfo || {}; const cn = ti.carrierName; let name = ''; if (cn && typeof cn === 'object') { name = String(cn.carrier || cn.carrierName || '').trim(); } else if (cn != null) { name = String(cn).trim(); } if (name) return name; } } return '-'; })() }} | {{ walmartStatusLabel(order.orderLines?.orderLine?.[0]?.orderLineStatuses?.orderLineStatus?.[0]?.status) }} |
共 {{ walmartOrders.total }} 条
数据面板
更新于 {{ dp.updatedAt }}
-
{{ dp.ptMsg }}
{{ dp.revMsg }}
{{ dp.costMsg }}
{{ dp.error }}
点击「刷新」获取数据
加载中...
SHEIN订单
{{ dp.summary.order_count }}
共 {{ dp.items.length }} 天
平均 {{ dp.summary.avg_order_count }}单/天
沃尔玛订单
{{ dp.summary.walmart_order_count }}
回款 {{ dpFmt(dp.summary.walmart_revenue) }}
成本 {{ dp.summary.walmart_cost > 0 ? dpFmt(dp.summary.walmart_cost) : '暂无' }}
回款金额
{{ dpFmt(dp.summary.repayment_amount) }}
SHEIN结算 + Walmart
成本金额
{{ dpFmt(dp.summary.cost_amount) }}
速蜂采购成本
点「同步成本」拉取
利润率
{{ dpFmtRate(dp.summary.profit_rate) }}%
N/A
(回款-成本)/回款×100%
趋势图
订单数
利润率(%)
每日明细
{{ dp.startDate }} ~ {{ dp.endDate }},共 {{ dp.items.length }} 天
| 日期 | 订单平台 | 订单数 | 回款金额 | 成本金额 | 利润率 |
|---|---|---|---|---|---|
| {{ row.date_str }} | SHEIN 沃尔玛 | {{ row.order_count || 0 }} | {{ dpFmt(row.repayment_amount) }} | {{ dpFmt(row.cost_amount) }} | {{ dpFmtRate(row.profit_rate) }}% - |
| 合计 | S:{{ dp.summary.order_count }} W:{{ dp.summary.walmart_order_count || 0 }} | {{ dp.summary.order_count + (dp.summary.walmart_order_count || 0) }} | {{ dpFmt(dp.summary.repayment_amount) }} | {{ dpFmt(dp.summary.cost_amount) }} | {{ dpFmtRate(dp.summary.profit_rate) }}% - |
窗口绑定
{{ boundWindows }}/3
今日处理订单
{{ todayOrders }}
发货成功
{{ successTrackings }}
系统运行时间
{{ uptime }}
快捷操作
请先在「窗口管理」中绑定全部 3 个浏览器窗口,才可启动完整流程
窗口状态
{{ win.name }}
{{ win.window_id?'已绑定':'未绑定' }}
{{ win.description }}
工作日志
共 {{ workLogs.length }} 条
暂无工作日志
{{ log.time }}
{{ log.message }}
窗口管理
{{ win.name }}
{{ win.description }}
ID: {{ win.window_id.substring(0,20) }}…
比特浏览器窗口列表
共 {{ availableBrowsers.length }} 个窗口
| 序号 | 名称 | 窗口 ID | 代理 | 操作 |
|---|---|---|---|---|
| {{ b.seq }} | {{ b.name||'未命名' }} | {{ b.id.substring(0,18) }}… | {{ b.proxyType!=='noproxy'?b.proxyType:'直连' }} | 快速绑定 |
任务管理
任务控制
任务配置
自动运行间隔(分钟)
最大重试次数
订单匹配天数阈值(天)
当前任务详情
任务类型{{ currentTask.type==='full'?'完整流程':'单步执行' }}
开始时间{{ formatTime(currentTask.start_time) }}
状态
{{ getTaskStatusText(currentTask.status) }}
{{ JSON.stringify(currentTask.result, null, 2) }}
系统日志
日志输出 · {{ filteredLogs.length }} 条
{{ log.time }}
{{ log.level }}
{{ log.message }}
暂无日志
系统设置
API 配置
比特浏览器 API 地址
默认端口 54345,如需修改请编辑配置文件
妙手ERP 数据面板配置
✓ Cookie已缓存
已配置窗口
未配置
配置妙手ERP的比特浏览器窗口ID,系统将自动开启该窗口、提取Cookie、每6小时自动刷新。窗口内必须建立过妙手ERP登录状态。
妙手ERP 比特浏览器窗口ID
Cookie有效,剩余约 {{ msCacheRemainHours }} 小时
Cookie已过期,点击刷新或打开数据面板时自动刷新
高级选项:手动配置 Cookie(备用)
粘贴 Cookie 字符串(从浏览器开发者工具复制)
✓ Cookie 已保存
速蜂采购平台
账号
密码
Token
用于后续采购相关接口调用,字段加密存储于用户配置
个人资料
头像URL
支持外链图片URL;留空则显示默认头像
系统信息
系统版本v1.0.0
比特浏览器连接
{{ bitBrowserConnected?'已连接':'未连接' }}
窗口绑定状态
{{ boundWindows }}/3 已绑定
今日处理订单
{{ todayOrders }}
发货成功数
{{ successTrackings }}
客户端更新
AMZ 价格查询
共 {{ amzResults.length }} 条结果
ASIN 批量输入
共 {{ amzAsinList.length }} 个 ASIN
正在查询…
{{ amzProgress.done }} / {{ amzProgress.total }}
登录认证
查询结果
查询中
已完成
成功 {{ amzResults.filter(r=>r.price).length }} /
失败 {{ amzResults.filter(r=>!r.price).length }}
暂无结果
输入 ASIN 后点击「开始查询」
支持批量输入,每行一个 ASIN
| # | ASIN | 当前售价(USD) | 状态 | 操作 |
|---|---|---|---|---|
| {{ i+1 }} | {{ r.asin }} |
{{ r.price }}
—
|
成功 {{ r.error || '失败' }} | 查看 |
| {{ amzResults.length + n }} | 等待中… | — | 等待 | — |
添加活动
点击「新增任务窗口」,为每个浏览器配置独立参数并同时运行
#{{ index + 1 }}
{{ slot.boundName }}
未绑定
开始日期 (月-日)
结束日期 (月-日)
降幅 %
跳转页码
运行中
已完成
— 等待启动 —
{{ l.time }}{{ l.msg }}
大促报名
点击「新增任务窗口」,为每个浏览器配置不同活动 ID 并并行报名
#{{ index + 1 }}
{{ slot.boundName }}
未绑定
活动 ID
目标商品数
运行中
已完成
— 等待启动 —
{{ l.time }}{{ l.msg }}
删除商品
本功能会批量删除已下架商品,操作不可恢复!请确认了解删除条件后再启动。
整页模式:每次点击页面内全选框,将当前页所有商品一次性提交删除申请。
单品模式:每次随机选择页面中一个商品,然后提交删除申请。
执行流程:导航商品列表 → 点击「已下架」 → 选择商品 → 点击「更多」→ 「批量删除」 → 全选并提交 → 确认 → 搜索刷新 → 循环
点击「新增任务窗口」,为每个浏览器配置独立删除任务
#{{ index + 1 }}
{{ slot.boundName }}
未绑定
执行模式
运行中
已完成
— 等待启动 —
{{ l.time }}{{ l.msg }}
发货列表
(共 {{ shipmentsTotal }} 条)
—
暂无发货记录{{ (shipmentsOrderId||shipmentsDateFrom||shipmentsDateTo) ? ',请调整查询条件' : '' }}
| 操作时间 | 订单号 | 物流单号 | 物流商 | 美国预计送达 | 物流签收日期 | 状态 |
|---|---|---|---|---|---|---|
| {{ formatShipTime(s.updated_at) }} | {{ s.order_id }} | {{ s.tracking_number || '-' }} | {{ s.carrier || '-' }} | {{ s.arrival_date || '-' }} | {{ s.delivery_date || '-' }} | 已发货 |
订单追踪
(共 {{ trackingResults.length }} 条)
输入单号
物流单号(每行一个,最多 200 个)
共 {{ trackingNumberList.length }} 个单号
查询统计
查询后显示统计
{{ stat.label }}
{{ stat.count }}
查询结果
查询中
输入单号后点击「开始查询」
| 单号 | 承运商 | 状态 | 最新动态 | 时间 | 地点 | 轨迹条数 | 操作 | |
|---|---|---|---|---|---|---|---|---|
| {{ r.number }} | {{ r.carrier || '-' }} | {{ r.status }} | {{ r.latest_event || '-' }} | {{ r.latest_time || '-' }} | {{ r.latest_location || '-' }} | {{ r.events_count || 0 }} | 已追踪 | |
|
平台:
订单号(可空):
|
||||||||
|
暂无轨迹详情
{{ ev.time || '-' }}
{{ ev.location || '' }}
{{ ev.desc }}
|
||||||||
追踪列表
待签收 {{ tklistPendingCount }} 条 / 共 {{ tklistItems.length }} 条
上次刷新: {{ tklistLastRefreshText }}
SHEIN
{{ tklistPlatformStats.shein }}
待签收 {{ tklistItems.filter(i => normalizeTrackingPlatform(i.platform)==='shein' && !i.delivered).length }} 条
Walmart
{{ tklistPlatformStats.walmart }}
待签收 {{ tklistItems.filter(i => normalizeTrackingPlatform(i.platform)==='walmart' && !i.delivered).length }} 条
追踪列表为空
SHEIN 发货单和 Walmart 订单物流号会同步到这里,也可在"订单追踪"页手动添加
当前筛选下暂无数据
| 物流单号 | 订单号 | 平台 | 承运商 | 状态 | 最新动态 | 最新时间 | 预计妥投 | 签收时间 | 上次查询 | 来源 | 标签 | 操作 | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.tracking_number }} |
{{ item.order_id || '-' }}
|
{{ trackingPlatformLabel(item.platform) }} | {{ item.carrier || '-' }} | {{ item.status }} | {{ item.latest_event || '-' }} | {{ item.latest_time || '-' }} | {{ item.estimated_delivery || '-' }} | {{ item.delivered_time }} - | {{ item.last_checked ? item.last_checked.slice(0,16).replace('T',' ') : '-' }} | {{ item.source==='auto' ? '自动' : '手动' }} |
⚑
×
|
|||||||
|
正在加载轨迹...
暂无轨迹详情
|
||||||||||||||||||