From c688decad4852d178ded0bc953ab339ca563dc68 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Wed, 10 Sep 2025 10:54:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(sip):=20=E4=BC=98=E5=8C=96=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=20=E8=AE=A2=E5=8D=95=E6=96=B0=E5=A2=9E=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/include.html | 2 +- .../templates/project/order/edit.html | 17 +++++++---- .../project/order/selectPartner.html | 7 +++++ .../templates/system/partner/add.html | 28 ++++++++++++++----- .../sip/controller/PartnerInfoController.java | 7 +++-- .../service/impl/PartnerInfoServiceImpl.java | 2 ++ .../impl/ProjectOrderInfoServiceImpl.java | 4 ++- 7 files changed, 50 insertions(+), 17 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/include.html b/ruoyi-admin/src/main/resources/templates/include.html index 3e1a2ace..d375c2d5 100644 --- a/ruoyi-admin/src/main/resources/templates/include.html +++ b/ruoyi-admin/src/main/resources/templates/include.html @@ -28,7 +28,7 @@ - + diff --git a/ruoyi-admin/src/main/resources/templates/project/order/edit.html b/ruoyi-admin/src/main/resources/templates/project/order/edit.html index 2110f0b8..1283c57a 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/edit.html @@ -129,6 +129,16 @@ .padding-top-20{ padding-top: 20px; } + label.error { + position: relative; + color: #ef392b; + right: 0px; + font-size: 12px; + z-index: 99; + } + .select2-hidden-accessible + label.error, select.error + label.error{ + right: 0px; + }
@@ -621,7 +631,7 @@ jsonValue: 'v', data: data??[ { - n: '直签合同', + n: '销售合同', v: '0', s:[{ n: '电子订单', @@ -636,10 +646,7 @@ { n: '定制开发合同', v: '2', - s:[{ - n: '电子订单', - v: '0' - }, + s:[ { n: '纸质合同', v: '1' diff --git a/ruoyi-admin/src/main/resources/templates/project/order/selectPartner.html b/ruoyi-admin/src/main/resources/templates/project/order/selectPartner.html index dc34427e..34a97676 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/selectPartner.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/selectPartner.html @@ -39,6 +39,9 @@ class="fa fa-search"> 搜索  重置 + + 添加 +
@@ -55,9 +58,13 @@