From 5ea8fa9c5b541c3f12292900b4d48be14e91f426 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Mon, 23 Jun 2025 16:05:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(product):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E5=92=8C=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除部分冗余代码 -改进价格格式化和计算逻辑 - 调整产品列表显示和选择功能 - 优化订单编辑界面布局 --- .../templates/layout/product-list.html | 101 +++++++++++------- .../resources/templates/manage/order/add.html | 8 +- .../templates/manage/order/edit.html | 8 +- .../resources/templates/project/info/add.html | 10 +- .../templates/project/info/edit.html | 8 +- .../templates/project/order/edit.html | 2 +- .../impl/ProjectOrderInfoServiceImpl.java | 31 +++--- .../impl/ProjectProductInfoServiceImpl.java | 24 ++--- 8 files changed, 112 insertions(+), 80 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/layout/product-list.html b/ruoyi-admin/src/main/resources/templates/layout/product-list.html index af821323..ecc3958a 100644 --- a/ruoyi-admin/src/main/resources/templates/layout/product-list.html +++ b/ruoyi-admin/src/main/resources/templates/layout/product-list.html @@ -94,6 +94,7 @@