From fbcf573034b89e2fe15881dadbe65a59b0b76a43 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Fri, 3 Jul 2026 14:32:34 +0800 Subject: [PATCH] chore: release client-v1.1.1 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o --- CHANGELOG-client.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG-client.md b/CHANGELOG-client.md index b78da2d..3e5ef16 100644 --- a/CHANGELOG-client.md +++ b/CHANGELOG-client.md @@ -5,6 +5,19 @@ 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.1.1] - 2026-07-03 + +### 新功能 +- 入库/出库管理各新增「草稿单数」卡片(审核卡片之后,点击直接筛选草稿单)。 +- 出库单详情明细在售价后新增「总售价」列。 +- 新建出库单从库存选择商品后,数量自动填入可用数量、售价自动填入入库时的参考售价。 +- 商品公开预览页支持返回(从 App 内进入时显示返回按钮)。 + +### 改进 +- 出库/入库详情明细:行内价格去掉 ¥ 符号并缩小一号,不再折行拥挤;列宽重排。 +- 入库明细列名更清晰:进价(单瓶)/ 总价;库存列表「单价」列改为「总价」(库存×成本); + 商品编辑抽屉改为 成本价(单瓶)/ 总成本价。 + ## [1.1.0] - 2026-07-03 > 定价与利润模型里程碑版(内容与 1.0.88 相同,版本号升为 1.1.0,与 server-v1.1.0 配套)。