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 @@