· 勾选「需要补发」后出现「补发给谁」下拉(filterable + clearable), 并自动带上补发数量。 · 预填策略:按原领用人 consumer_name **唯一命中**才预选;重名一律留空让现场 自己选 —— 与借用人回填同口径,宁可多一步也不猜错人(补发单会挂到错的人名下)。 · 留空时后端回退为当前操作人,文案已写明。 · 人员名单**勾选补发时才加载**(多数退回不需要补,避免无谓请求),加载后缓存。 · 新增 api/common/users.ts 的 getActiveUsers():走中性的 /v1/common/active-users,而不是复用借库专用路径。
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.