From 81e41bc38b4cf95ebeb3ebb45ec6a721e0bcfd43 Mon Sep 17 00:00:00 2001 From: duxingchen Date: Thu, 6 Aug 2026 10:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=A2=84=E8=A7=88=E9=87=8D?= =?UTF-8?q?=E6=9E=84:=20=E5=9B=BA=E5=AE=9AQR120px+Flex=E5=88=86=E6=A0=8F+l?= =?UTF-8?q?ine-clamp3=E6=88=AA=E6=96=AD+CSS=E7=B1=BB=E5=90=8D=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/CreateProductDialog.tsx | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/frontend/src/pages/admin/CreateProductDialog.tsx b/frontend/src/pages/admin/CreateProductDialog.tsx index c31e9b5..e128e10 100644 --- a/frontend/src/pages/admin/CreateProductDialog.tsx +++ b/frontend/src/pages/admin/CreateProductDialog.tsx @@ -358,35 +358,34 @@ export default function CreateProductDialog({ open, onClose, onCreated }: Props) {createdSn ? ( /* ---- 成功页 ---- */
-
- {`QR-${createdSn}`} -
-
- 名:{selected?.material_name ?? ""} +
+
+
+ QR +
+
+
名:{selected?.material_name ?? ""}
+
规:{selected?.spec_model ?? ""}
+
单:{orderNo || "—"}
-
规:{selected?.spec_model ?? ""}
-
单:{orderNo || "—"}
-
-
- 码:{createdSn} +
码:{createdSn}

产品创建成功!

+
) : ( /* ---- 表单 ---- */