问题: 一次提交 10 个物品生成 10 条独立申请,审批人需操作 10 次 后端: - 新增 POST /api/v1/purchase/batch-approve 批量审批接口 接收 ids + action,循环审批,成功/失败分别返回 前端: - 待审批列表加多选列(仅 status=0 可勾选) - 顶部批量操作栏:批量通过 / 批量驳回 / 取消选择 - 批量驳回弹窗统一填写驳回原因
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.