问题 ---- 备选库位浮层的触发区原先只有一个小图标(默认 1em),工人需要精准 点击才能弹出 —— 戴手套或在触屏上操作时命中率很低。 改动 ---- · #reference 从「仅图标」改为「库位文字 + 图标」整体, 点格子任意位置都能弹出; · 悬停时整格高亮(#ecf5ff),给出可点击的视觉反馈; · 图标放大到 18px; · 库位文字着蓝色(#409EFF),并加 title 提示; · 无 base_id 时回退为纯文本(历史单据)——原先这种情况下会渲染空白。 出库执行页与借库审批页同款实现,一并同步。 注:编辑过程中曾因残留旧的 popover 闭合标签导致模板结构损坏 (SFC PARSE ERR),已通过编译检查发现并修复。
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.