chore: release v1.0.37
Deploy / build-linux-web (push) Successful in 48s
Deploy / build-windows (push) Successful in 1m49s
Deploy / build-macos (push) Successful in 1m29s
Deploy / build-android (push) Successful in 1m30s
Deploy / build-ios (push) Successful in 7s
Deploy / release-deploy (push) Successful in 2m7s

This commit is contained in:
wangjia
2026-06-15 11:23:21 +08:00
parent 01c7d7a416
commit 2d01e5d8cf
+14
View File
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.37] - 2026-06-15
### 新功能
- 库存查询新增「规格」和「系列」筛选,支持多选,按服务端过滤全量数据
- 库存查询新增「入库时间」列
- 入库单商品明细将「生产日期」移至主行直接可见,无需展开隐藏区域
### 改进
- 筛选弹窗重构:顶部搜索框实时过滤、选项列表可滚动、已选项以标签形式置顶显示并可单独取消
- 筛选图标改为常驻显示,无需鼠标悬停
### 修复
- 修复商品系列批量导入被截断至 100 条的问题
## [1.0.36] - 2026-06-13
### 修复