{{ title }}
{{ subtitle }}
{{ user.real_name || user.username }} · {{ roleLabel(user.role) }}
{{ moduleGuide.title }}
{{ moduleGuide.text }}
{{ moduleGuide.formula }}
{{ step }}
采购送货运输状态最新 15 条
| 批次号 | 采购日期 | 仓库名 | 品类 | 车牌号 | 司机电话 | 数量 | 审核状态 | 审核人 | 运输打款 | 运输中 | 运费付款 | 管理 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.batch_no }} | {{ row.purchase_date }} | {{ hasTransportData(row) ? row.warehouse_name : '' }} | {{ hasTransportData(row) ? (row.category_name || '未分类') : '' }} | {{ row.plate_no }} | {{ row.driver_phone }} | {{ Number(row.quantity || 0).toLocaleString() }} | {{ row.transport_reserved }} | {{ row.reviewer_name }} | {{ row.transport_payment }} | {{ row.transport_in_transit }} | {{ row.freight_payment }} | - |
暂无运输数据
仓库库存品类 / 所属仓库 / 库存数量
品类
所属仓库
库存数量
{{ row.category_name || '未分类' }}
{{ row.display_warehouse_name || row.name }}
{{ Number(row.stock_qty || 0).toLocaleString() }}
暂无库存数据
品类销售利润含无销售品类
| 品类 | 昨日 | 当月 | 全年 | 全部 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 销量 | 销售额 | 利润 | 销量 | 销售额 | 利润 | 销量 | 销售额 | 利润总额 | 总销量 | 总销售额 | 总利润 | |
| {{ row.category_name }} | {{ Number(row.yesterday_qty || 0).toLocaleString() }} | {{ money(row.yesterday_sales) }} | {{ money(row.yesterday_profit) }} | {{ Number(row.month_qty || 0).toLocaleString() }} | {{ money(row.month_sales) }} | {{ money(row.month_profit) }} | {{ Number(row.year_qty || 0).toLocaleString() }} | {{ money(row.year_sales) }} | {{ money(row.year_profit) }} | {{ Number(row.total_qty || 0).toLocaleString() }} | {{ money(row.total_sales) }} | {{ money(row.total_profit) }} |
暂无品类销售利润数据
仓库口径
仓库是实际库存地点;外部仓库ID和明细核算仓库通过下方平台映射归入实际仓库。
当前账号没有维护仓库权限
当前账号没有维护商户名称权限
{{ batchProfitRangeText }}
每页
{{ batchProfitCurrentPage }} / {{ batchProfitPageCount }}
{{ orderDetailRangeText }}
每页
{{ orderDetailCurrentPage }} / {{ orderDetailPageCount }}
请选择需要编辑的订货明细
请先在销售明细中选择需要退货的记录
{{ purchaseDeliveryRangeText }}
每页
{{ purchaseDeliveryCurrentPage }} / {{ purchaseDeliveryPageCount }}
请选择需要编辑的采购送货记录
当前账号没有新增权限
请选择需要编辑的在途运输记录
{{ freightRangeText }}
每页
{{ freightCurrentPage }} / {{ freightPageCount }}
当前账号没有维护运费权限
当前账号没有初始化库存权限
{{ inventoryRangeText }}
每页
{{ inventoryCurrentPage }} / {{ inventoryPageCount }}
当前账号没有维护库存权限
当前账号没有库存划拨权限
当前账号没有编辑库存划拨记录权限
当前账号没有维护品类权限
当前账号没有维护生产厂家权限
导入销售数据
系统先校验整份文件:第三方仓库必须映射到系统仓库,第三方商品必须映射到已有品类。全部通过后才会一次性写入并按仓库、品类执行 FIFO。
待重新检测:{{ pendingSalesImport.filename }}
共 {{ pendingSalesImport.rows.length }} 条数据,尚未写入任何正式数据
{{ message }}
采购历史数据导出
导出系统中的全部采购送货历史数据,不会修改现有采购、库存和利润数据。
- 授权编号
- {{ licenseInfo.license.license_id || '-' }}
- 产品编号
- {{ licenseInfo.product_code || '-' }}
- 签名密钥
- {{ licenseInfo.key_id || '-' }}
- 系统版本
- {{ licenseInfo.app_version || '-' }}
- 绑定域名
- {{ licenseDomainsText }}
- 安装实例ID
- {{ licenseInfo.installation_id || '-' }}
- 签名公钥
- {{ licenseInfo.public_key_installed ? '已安装' : '未安装' }}
- 最近检查
- {{ formatLicenseTime(licenseInfo.license.checked_at) }}
- 下次检查
- {{ formatLicenseTime(licenseInfo.license.next_check_at) }}
- 宽限截止
- {{ formatLicenseTime(licenseInfo.license.grace_until) }}
- 授权到期
- {{ formatLicenseTime(licenseInfo.license.license_expires_at) }}
- 安装令牌
- {{ licenseInfo.has_installation_token ? '已保存' : '未生成' }}
- 授权功能
- {{ licenseFeaturesText }}
授权验证尚未启用,请先完成授权服务器、绑定域名和公钥配置。