From ec62b4a4a7c3a9c5dbb6f21a21fef0c6dd97bc15 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Tue, 1 Jul 2025 17:13:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(sip):=20=E5=AE=9E=E7=8E=B0=E7=9B=B4?= =?UTF-8?q?=E7=AD=BE=E5=9B=BD=E4=BB=A3/=E7=9C=81=E4=BB=A3=E6=97=B6?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=BA=94=E7=94=A8=E6=8A=98=E4=B8=8A=E6=8A=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增折上折计算逻辑,适用于直签且客户等级为国代或省代的情况 - 在项目管理、订单管理和产品列表等页面中实现折上折的计算和显示- 新增 foldOnFold 方法判断是否应用折上折 - 修改 saveBatch 方法以支持折上折计算 --- .../templates/layout/product-list.html | 36 ++++++++-- .../templates/manage/delivery/delivery.html | 4 +- .../templates/project/order/edit.html | 65 ++++++++++++++++++- .../templates/system/agent/agent.html | 1 + .../sip/controller/ProjectInfoController.java | 10 +++ .../ProjectOrderInfoController.java | 1 + .../sip/service/IProjectOrderInfoService.java | 1 + .../service/IProjectProductInfoService.java | 4 +- .../service/impl/ProjectInfoServiceImpl.java | 10 ++- .../impl/ProjectOrderInfoServiceImpl.java | 15 ++++- .../impl/ProjectProductInfoServiceImpl.java | 35 ++++++---- .../mapper/sip/ProjectOrderInfoMapper.xml | 2 +- 12 files changed, 156 insertions(+), 28 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 a9ff9dc1..10b2df75 100644 --- a/ruoyi-admin/src/main/resources/templates/layout/product-list.html +++ b/ruoyi-admin/src/main/resources/templates/layout/product-list.html @@ -95,6 +95,7 @@