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

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
This commit is contained in:
wangjia
2026-07-03 12:45:12 +08:00
parent 85a6eb9150
commit 8d5e8c8be9
+9
View File
@@ -5,6 +5,15 @@
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.86] - 2026-07-03
### 新功能
- 出库单新增「总利润」:建单即计算入库,确认售价、确认进价(成本回填)后自动联动重算。
- 成本与利润仅管理员可见:操作员查询出库单时,服务端自动隐藏成本价、成本小计与利润。
### 改进
- 出入库价格字段口径统一:进价/成本、售价、各级小计与合计分列存储,彻底消除「单价×数量与金额对不上」的歧义(存量数据启动时自动迁移,旧客户端建单仍兼容)。
## [1.0.85] - 2026-07-03
### 新功能