1
下载 Excel 模版
点击下方按钮获取标准模版
模版已包含示例数据行
模版已包含示例数据行
2
填写商品数据
按模版列名填入每件商品的
尺寸、重量、价格等信息
尺寸、重量、价格等信息
3
上传并查看结果
上传 Excel 自动计算
可导出完整结果表格
可导出完整结果表格
📁
点击此处上传填写好的 Excel 文件
支持 .xlsx / .xls / .csv 格式 · 表头需与模版一致
共 {{ batchResults.length }} 条商品
总利润 ¥ {{ num(batchTotalProfit) }}
盈利 {{ batchProfitCount }} 件
亏损 {{ batchLossCount }} 件
平均毛利率 {{ num(batchAvgMargin) }}%
| # | 商品名称 | 商品SKU | 长(cm) | 宽(cm) | 高(cm) | 重量(g) | 尺寸等级 | 标价(₩) | 折后售价(₩) | 采购价(¥) | 打包费(¥) | 头程运费(¥) | 转运费(¥) | 仓储费(₩) | 佣金(₩) | 消费税(₩) | 总成本(¥) | 利润(¥) | 毛利率 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ row.productName || '-' }} | {{ row.productSku || '-' }} | {{ num(row.lengthCm, 2) }} | {{ num(row.widthCm, 2) }} | {{ num(row.heightCm, 2) }} | {{ num(row.weightG, 0) }} | {{ row.sizeName }} | {{ num(row.listPrice, 0) }} | {{ num(row.salePrice, 0) }} | {{ num(row.purchasePrice) }} | {{ num(row.packagingFee) }} | {{ num(row.firstLegFee) }} | {{ num(row.transferFee) }} | {{ num(row.warehouseFee, 0) }} | {{ num(row.commission, 0) }} | {{ num(row.consumptionTax, 0) }} | {{ num(row.totalCostCny) }} | ¥ {{ num(row.profit) }} | {{ num(row.marginPct) }}% |
⚠️ {{ batchErrors.length }} 条数据解析/计算失败
- 第 {{ err.row }} 行:{{ err.message }}
📷
请将管理员微信二维码图片
保存为 image/qrcode.png
请将管理员微信二维码图片
保存为 image/qrcode.png
请扫描上方二维码联系管理员获取访问密钥
输入密钥后即可查看计算结果
输入密钥后即可查看计算结果
{{ keyError }}