feat: 移除PDI和订单号字段,新增设备巡检模块

- 从物料跟踪页面移除订单号列和表单字段
- 从导航菜单移除PDI管理,添加设备巡检
- 新增InspectionLocation和InspectionRecord后端模型和API
- 新增设备巡检前端页面(左侧点位列表,右侧设备和历史记录)
This commit is contained in:
2026-05-27 16:38:40 +08:00
commit 193da0018f
86 changed files with 11379 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
// ─── 色彩系统与参考HTML完全一致───
$bg-primary: #0d1117;
$bg-secondary: #161b22;
$bg-card: #1c2230;
$bg-panel: #212936;
$bg-input: #0d1117;
$border: #30363d;
$border-active: #1f6feb;
$text-primary: #e6edf3;
$text-secondary: #8b949e;
$text-muted: #6e7681;
$accent-blue: #1f6feb;
$accent-cyan: #00b4d8;
$accent-green: #28a745;
$accent-yellow: #f0a500;
$accent-orange: #e05a00;
$accent-red: #da3633;
$accent-purple: #8957e5;
$sms-blue: #0078d4;
$sms-highlight: #00c8ff;
$status-run: #28a745;
$status-stop: #6e7681;
$status-warn: #f0a500;
$status-fault: #da3633;
$font-main: 'Segoe UI', 'Microsoft YaHei', sans-serif;
$font-mono: 'Consolas', 'Courier New', monospace;