From 3852d705200b81f9fa7c1856b8ee3db5adf26129 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Fri, 3 Jul 2026 12:45:40 +0800 Subject: [PATCH] chore: release client-v1.0.88 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o --- CHANGELOG-client.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG-client.md b/CHANGELOG-client.md index 6561ce2..8923920 100644 --- a/CHANGELOG-client.md +++ b/CHANGELOG-client.md @@ -5,6 +5,16 @@ 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.88] - 2026-07-03 + +### 新功能 +- 出库单详情全新明细:成本价、售价、利润三列一目了然,底部同时显示合计金额与合计利润(仅管理员可见成本与利润)。 +- 新建出库单:明细行实时显示每行利润(原「金额」列升级),底栏新增合计利润;商品名称下方直接展示商品编码。 + +### 改进 +- 入库单明细列头更清晰:进价(单瓶)、参考售价、总进价。 +- 退单窗口金额改按售价显示,与应收冲账口径一致。 + ## [1.0.87] - 2026-07-03 ### 新功能