From 12952ea9aede4b6ed186f3686c9aa3d30a8d0c08 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 4 Jul 2026 09:24:32 +0800 Subject: [PATCH] =?UTF-8?q?docs(design):=20=E7=A7=BB=E5=8A=A8=E5=87=BA?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E5=88=97=E8=A1=A8=E5=8E=9F=E5=9E=8B=E8=A1=A5?= =?UTF-8?q?=E9=BD=90=E6=A1=8C=E9=9D=A2=E8=BF=91=E6=9C=9F=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=88=E7=AE=80=E5=8C=96=E7=89=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新状态词对齐桌面/后端:已通过/已驳回 → 已审核/已拒绝,新增 部分退单/已退单 徽章与筛选 pill(return_state: partial/full) - 新增「详细搜索」pill 入口 + 底部 sheet(与 Flutter 详细搜索同字段集,竖排 单列,select 内联展开 m-opt 选项,激活计数高亮) - 详情 sheet 补 审核员 行与退单徽章;已审核单加「退单」入口 - 新增 退单 sheet(勾选明细+数量+全部退单,入库=从库存删除/出库=加回库存文案) - 确认进价(入库)升级为 sheet 表单;出库新增 确认售价 sheet(先卖后定价) - 出库详情补 合计利润 行(管理员可见)与明细待定价徽章 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o --- .../prototype/screens/m-stock-in-list.html | 118 ++++++++++++++--- .../prototype/screens/m-stock-out-list.html | 123 +++++++++++++++--- 2 files changed, 204 insertions(+), 37 deletions(-) diff --git a/.superpowers/prototype/screens/m-stock-in-list.html b/.superpowers/prototype/screens/m-stock-in-list.html index 06e88cd..97875ae 100644 --- a/.superpowers/prototype/screens/m-stock-in-list.html +++ b/.superpowers/prototype/screens/m-stock-in-list.html @@ -9,6 +9,11 @@ @@ -29,20 +34,40 @@ diff --git a/.superpowers/prototype/screens/m-stock-out-list.html b/.superpowers/prototype/screens/m-stock-out-list.html index 6c0142a..893077f 100644 --- a/.superpowers/prototype/screens/m-stock-out-list.html +++ b/.superpowers/prototype/screens/m-stock-out-list.html @@ -7,7 +7,14 @@ - +
@@ -27,17 +34,39 @@