后端迁移后台管理库存写操作

This commit is contained in:
yml
2026-05-21 16:53:08 +08:00
parent a27467bfad
commit 2d3a279805
2 changed files with 44 additions and 38 deletions
@@ -735,6 +735,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
183. 后台 Admin 库存写操作迁移到 `.ts`
- `src/services/admin/write/inventory.ts`
184. Admin 库存新增、批量导入、释放预占库存、作废库存与导入行去重已进入 TS 编译链路;创建 / 导入 / 作废输入、entity id、mutation response、导入行规范化结果与库存 row 补齐类型
185. Docker 内验证通过:
- `src/services/admin/*.test.js` 共 8 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议