📋
总记录
{{ financeRecords.length }}
📦
总数量
{{ financeSumQty }}
💰
总金额
{{ financeSumTotal }}
📈
总差额
{{ financeSumDiff }}
🏷️
品项数
{{ financeProductCount }}
📅
月度
{{ financeMonth || '全部' }}
✏️ 新增进出账记录
📋 明细列表 共 {{ financeFiltered.length }} 条
加载中...
| # | 时间 | 厂家 | 客户 | 品名 | 型号 | 单位 | 数量 | 单价 | 总价 | 税费 | 快递 | 利润点 | 最低售价 | 销售数量 | 实际售价 | 差额 | 耗用数量 | 耗用成本 | 库存 | 售出 | 供货清账 | 收货清账 | 备注 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
📭 暂无记录 | ||||||||||||||||||||||||
| {{ idx+1+(financePage-1)*financePageSize }} | {{ item.time || '—' }} | {{ item.factory }} | {{ item.customer || '—' }} | {{ item.product }} | {{ item.model || '—' }} | {{ item.unit || '—' }} | {{ item.quantity }} | {{ item.price ? item.price.toFixed(2) : '—' }} | {{ item.total ? item.total.toFixed(2) : '—' }} | {{ item.tax ? item.tax.toFixed(2) : '—' }} | {{ item.shipping ? item.shipping.toFixed(2) : '—' }} | {{ item.profitPoint || '—' }} | {{ item.minPrice ? item.minPrice.toFixed(2) : '—' }} | {{ item.saleQuantity || '—' }} | {{ item.actualPrice ? item.actualPrice.toFixed(2) : '—' }} | {{ item.diff !== undefined && item.diff !== null ? item.diff.toFixed(2) : '—' }} | {{ item.useQuantity || '—' }} | {{ item.useCost ? item.useCost.toFixed(2) : '—' }} | {{ item.stock !== undefined && item.stock !== null ? item.stock : '—' }} | {{ item.isSold || '否' }} | {{ item.supplierSettled || '否' }} | {{ item.receiverSettled || '否' }} | ||
每页 {{ financePageSize }} 条,共 {{ financeTotalPages }} 页
{{ financePage }} / {{ financeTotalPages || 1 }}
📈 图表分析
📊 品名消耗 TOP
暂无数据
📈 月度趋势 (总价)
至少2个月数据
📦
总记录
{{ printerRecords.length }}
🧾
总消耗量
{{ printerTotalQty }}
🏷️
耗材种类
{{ printerTypeCount }}
📅
最近记录
{{ printerLatestDate || '—' }}
✏️ 新增打印机耗用记录
📋 耗用记录 共 {{ printerFiltered.length }} 条
加载中...
| # | 耗材名称 | 型号 | 数量 | 单位 | 部门 | 使用人 | 日期 | 备注 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
📭 暂无记录 | |||||||||
| {{ idx+1+(printerPage-1)*printerPageSize }} | {{ item.name }} | {{ item.model || '—' }} | {{ item.quantity }} | {{ item.unit || '—' }} | {{ item.department || '—' }} | {{ item.user || '—' }} | {{ item.date || '—' }} | ||
每页 {{ printerPageSize }} 条,共 {{ printerTotalPages }} 页
{{ printerPage }} / {{ printerTotalPages || 1 }}
📈 图表分析
📊 耗材消耗 TOP
暂无数据
📈 每日消耗趋势
至少2天数据