chore: release server-v1.0.82
Deploy Server / release-deploy-server (push) Successful in 1m52s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-02 08:48:57 +08:00
parent a3a722689e
commit 1bd8b8f877
+11
View File
@@ -5,6 +5,17 @@
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.82] - 2026-07-02
### 新功能
- 出入库列表新增顶部 KPI 汇总:本月笔数、本月金额、待审核单数(含较上月环比)。
- 出库单新增「确认售价」:对「先出后定价」的已审核单据补填真实售价,系统据此结算应收并补一条应收流水(不影响成本/库存)。
### 改进
- 列表可按「商品编码」搜索:搜索框关键词与详细搜索的「商品编码」字段均支持。
- 详细搜索多条件改为「同一明细同时命中」,避免由不同明细各自凑齐条件造成的误召回;同时把多字段过滤合并为一次查询,更高效。
- 搜索框关键词范围调整为「单号 / 酒名 / 商品编码」,不再按往来单位名匹配——供应商/客户改用工具栏的独立下拉筛选。
## [1.0.81] - 2026-06-24
### 修复