refactor(frontend): 优化基础数据页与文档,自动加载列表

1. 拆分基础数据帮助文档为区域维护和物料档案独立版本
2. 将onMounted加载列表改为watch immediate监听模式适配路由复用
3. 为盘点页添加页面自动加载历史盘点单
4. 为半成品页添加页面自动加载列表
5. 更新打包资源引用路径
This commit is contained in:
SunYF
2026-09-02 09:30:17 +08:00
parent 68f50ee46e
commit 8694162d94
5 changed files with 41 additions and 35 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<title>库房客户端</title>
<!-- 系统图标:库房箱体(内联 SVG,避免依赖外部文件) -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='6' fill='%231668dc'/><path d='M16 7l9 4.5v9L16 25l-9-4.5v-9L16 7z' fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/><path d='M7 11.5L16 16l9-4.5M16 16v9' fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/></svg>">
<script type="module" crossorigin src="/assets/index-B3vta_Fe.js"></script>
<script type="module" crossorigin src="/assets/index-DIFB8zKz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B-hDjIvo.css">
</head>
<body>