2026-03-16 15:19:39 +08:00
|
|
|
# Project 40 Large Transaction Data Frontend Implementation Plan
|
|
|
|
|
|
|
|
|
|
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
|
|
|
|
|
|
|
|
|
|
**Goal:** 确认前端无需代码改造,仅通过现有流水明细页面验证 `project_id=40` 新增测试流水是否可见、可筛选、可展示。
|
|
|
|
|
|
|
|
|
|
**Architecture:** 本次交付以数据库测试数据生成为主,前端沿用现有 `ccdiProject` 流水明细页面能力。实施重点是准备验证口径,确保新数据在现有筛选器、列表和详情页中可被正确检索和展示。
|
|
|
|
|
|
|
|
|
|
**Tech Stack:** Vue 2, 若依前端, 现有流水明细查询接口
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
### Task 1: 确认无前端代码变更需求
|
|
|
|
|
|
|
|
|
|
**Files:**
|
|
|
|
|
- Read: `D:\ccdi\ccdi\ruoyi-ui\src\api\ccdiProjectBankStatement.js`
|
|
|
|
|
- Read: `D:\ccdi\ccdi\ruoyi-ui\src\views\ccdiProject\`
|
|
|
|
|
- Modify: `D:\ccdi\ccdi\docs\implementation-reports\2026-03-16-project40-large-transaction-report.md`
|
|
|
|
|
|
|
|
|
|
**Step 1: 检查现有筛选能力**
|
|
|
|
|
|
|
|
|
|
确认页面已支持按时间、对手方、摘要、金额和收支方向查看流水。
|
|
|
|
|
|
|
|
|
|
**Step 2: 列出验证入口**
|
|
|
|
|
|
|
|
|
|
在报告文档中写明建议验证的页面入口、过滤条件和预期结果。
|
|
|
|
|
|
|
|
|
|
**Step 3: Commit**
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-03-17 15:06:59 +08:00
|
|
|
git add docs/reports/implementation2026-03-16-project40-large-transaction-report.md
|
2026-03-16 15:19:39 +08:00
|
|
|
git commit -m "文档: 补充项目40流水前端验证说明"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Task 2: 前端联调验证清单
|
|
|
|
|
|
|
|
|
|
**Files:**
|
|
|
|
|
- Modify: `D:\ccdi\ccdi\docs\implementation-reports\2026-03-16-project40-large-transaction-report.md`
|
|
|
|
|
|
|
|
|
|
**Step 1: 编写页面验证步骤**
|
|
|
|
|
|
|
|
|
|
列出以下检查项:
|
|
|
|
|
|
|
|
|
|
- 项目 40 的流水列表可以查到新增数据
|
|
|
|
|
- 房车消费、税务支出等关键词能被摘要/对手方检索到
|
|
|
|
|
- 单笔大额收入和大额转账在金额排序下位于前列
|
|
|
|
|
- 详情页展示身份证号、原始文件名为空时不报错
|
|
|
|
|
|
|
|
|
|
**Step 2: 记录无代码改动结论**
|
|
|
|
|
|
|
|
|
|
明确说明前端本次不需要新增接口、不需要修改组件、不需要补菜单。
|
|
|
|
|
|
|
|
|
|
**Step 3: Commit**
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-03-17 15:06:59 +08:00
|
|
|
git add docs/reports/implementation2026-03-16-project40-large-transaction-report.md
|
2026-03-16 15:19:39 +08:00
|
|
|
git commit -m "文档: 完成项目40流水前端验证清单"
|
|
|
|
|
```
|