diff --git a/CHANGELOG.md b/CHANGELOG.md index ec94fa6..85b0284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.25] - 2026-06-08 + +### 新功能 +- 基础数据页新增「产地」「保质期」「储存方式」「描述文档」4 个字典维护 Tab,可直接在基础数据中增删改查 +- 商品详情页展示产地、保质期、储存方式参数,并在介绍区上方显示建议零售价 +- 入库单详情中商品列展示产地、保质期、储存方式信息 +- 公开扫码页新增「商品报错」「意见反馈」功能,用户可提交反馈 + ## [1.0.24] - 2026-06-08 ### 新功能 diff --git a/client/lib/screens/public/public_product_screen.dart b/client/lib/screens/public/public_product_screen.dart index 19a290f..9dbd6b3 100644 --- a/client/lib/screens/public/public_product_screen.dart +++ b/client/lib/screens/public/public_product_screen.dart @@ -64,7 +64,6 @@ class _PublicProductScreenState extends State { required String hint, required String errorType, }) { - final ctrl = TextEditingController(); showDialog( context: context, builder: (ctx) => _FeedbackDialog(