普通账号列表
| ID | 用户名 | 角色 | 加价 | 操作 |
|---|---|---|---|---|
| {{ item.id }} | {{ item.username }} | {{ item.role }} | ¥{{ item.markup_price }} | |
| 暂无普通账号 | ||||
批量录入文本
支持多行粘贴,单行失败不影响后续行
解析结果
成功 {{ importSummary.success }}
/
失败 {{ importSummary.failed }}
| 行号 | 状态 | 线路 | 箱型 | 金额 | 说明 |
|---|---|---|---|---|---|
| {{ item.line_no }} | {{ item.status === 'success' ? item.action : 'failed' }} | {{ item.origin ? item.origin + ' → ' + item.dest : item.raw_text }} | {{ item.cage_type || '-' }} | {{ item.base_price ? '¥' + item.base_price : '-' }} | {{ item.message }} |
| 暂无解析结果 | |||||
底价维护数据表
| ID | 出发 | 目的 | 箱型 | 底价 | 原始文本 | 录入人 | 更新时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ item.id }} |
{{ item.origin_city }}{{ item.origin_district }}
|
{{ item.dest_city }}{{ item.dest_district }}
|
{{ item.cage_type }} | ¥{{ item.base_price }} | {{ item.raw_text }} | {{ item.operator }} | {{ formatTime(item.updated_at) }} |
|
| 暂无底价数据 | ||||||||
{{ priceMessage }}
价格变更审计
| 时间 | 操作 | 记录ID | 原线路 | 新线路 | 原底价 | 新底价 | 操作人 |
|---|---|---|---|---|---|---|---|
| {{ formatTime(item.created_at) }} | {{ actionText(item.action) }} | #{{ item.price_id || '-' }} | {{ snapshotRoute(item.old_snapshot) }} | {{ snapshotRoute(item.new_snapshot) }} | {{ snapshotPrice(item.old_snapshot) }} | {{ snapshotPrice(item.new_snapshot) }} | {{ item.operator }} |
| 暂无审计记录 | |||||||