Commit Graph

12 Commits

Author SHA1 Message Date
kkfluous
1a03965c1f feat(energy): 实现能源账单详情页
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 01:36:20 +08:00
kkfluous
ad84c21e84 feat(energy): 实现能源账单列表页(含生成弹窗)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 01:36:07 +08:00
kkfluous
12d19c93e9 feat(energy): 实现加氢明细管理页面(含审核弹窗)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 01:30:34 +08:00
kkfluous
c3999819c9 feat(energy): 实现加氢记录管理页面(含三步导入)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 01:27:31 +08:00
kkfluous
69afb41df5 feat(energy): 实现加氢站配置和价格管理页面
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 01:22:50 +08:00
kkfluous
caaeb4c819 feat(energy): 创建前端 API 层(6个文件)和路由配置 2026-03-16 01:07:00 +08:00
kkfluous
2c6056c9d0 refactor: 封装 useActionColumn 工具函数,统一操作列宽度计算
将 11 个页面共 15 处硬编码的操作列配置替换为 useActionColumn() 调用,
根据内联按钮数量和是否有下拉菜单自动计算宽度,解决按钮文字被遮挡问题。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:43:38 +08:00
kkfluous
9c412edc78 feat(frontend): add inspection template management page
Create CRUD page for inspection templates with:
- List page with search by name/bizType/status
- Modal form with basic info + inline editable items table
- Support add/delete inspection items with category, name,
  code, input type, sort, required fields

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:49:22 +08:00
kkfluous
4645d17348 feat(frontend): add vehicle replacement pages and enhance delivery/return/prepare with inspection
- Create vehicle-replacement module (data.ts, index.vue, form.vue)
  with full CRUD, BPM approval actions, and conditional row actions
- Enhance vehicle-prepare form with InspectionForm component
  (backwards compatible with old hardcoded checklist)
- Enhance delivery-order with "还车" and "替换车" action buttons
  on completed orders, plus InspectionForm integration
- Enhance return-order with BPM approval submit/withdraw actions
  and per-vehicle inspection start/view capability
- Add inspectionRecordId to vehicle-prepare and delivery-order API types

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:39:27 +08:00
kkfluous
594912d2b8 feat(frontend): add inspection/replacement APIs and shared InspectionForm component
- Create inspection.ts with template CRUD and record APIs
- Create vehicle-replacement.ts with full CRUD + BPM approval APIs
- Update return-order.ts with new fields and 5 new endpoints
- Create shared InspectionForm.vue component with category grouping,
  multi-input-type rendering, auto-save, and image upload
- Update barrel exports in index.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:27:46 +08:00
oneos-deploy
7314b8e0c6 fix: 更新前端配置使用 Nginx 代理访问后端,解决跨域问题
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
2026-03-11 23:42:55 +08:00
k kfluous
2650d1cdf0 Initial commit: OneOS frontend based on yudao-ui-admin-vben
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-03-11 22:18:23 +08:00