Przeglądaj źródła

feat: 限制不能新建项目文本修改,联系应弹出客服窗口

vian 1 rok temu
rodzic
commit
18ff8ad6e4

+ 6 - 3
public/web/headerOpr.js

@@ -53,15 +53,18 @@ const CommonHeader = (function () {
     }
     //绑定事件
     //@return {void}
-    function addEventListener(){
+    function addEventListener() {
         csDom.click(function () {
             getCategoryList(-1, '联系客服');
         });
+        $('#stop-create-contact').click(function () {
+            getCategoryList(-1, '联系客服');
+        });
     }
     //取消浏览器自带右键
     //@return {void}
     function banNavigatorContextMenu() {
-        document.oncontextmenu = function(event) {
+        document.oncontextmenu = function (event) {
             if (window.event) {
                 event = window.event;
             }
@@ -101,6 +104,6 @@ const CommonHeader = (function () {
 
 CommonHeader.banNavigatorContextMenu();
 
-$(document).ready(function(){
+$(document).ready(function () {
     CommonHeader.addEventListener();
 });

+ 8 - 5
web/building_saas/pm/html/project-management.html

@@ -486,11 +486,14 @@
                 </button>
             </div>
             <div class="modal-body">
-                <p>尊敬的用户:</p>
-                <p>请使用<a href="https://dsk.smartcost.com.cn/">大司空云计价</a>编制新项目,现版本已停止新建项目。</p>
-                <p>请联系当地客服免费升级账号:</p>
-                <p>当地服务热线:<a id="stop-create-contact" href="javascript:void(0);">联系</a>当地客服</p>
-                <p>全国服务热线:0756-3850888,企业QQ:800003850</p>
+                <p style="margin-bottom: 0;">尊敬的用户:</p>
+                <p style="margin-bottom: 0; text-indent: 30px;">感谢您一直以来对纵横的信任和支持,为了更好的坚守初心,持续为您提供高质量的产品与服务,纵横公路养护云造价已升级为<a href="https://dsk.smartcost.com.cn/">大司空云计价</a>。</p>
+                <div style="text-indent: 30px;" style="margin-bottom: 0;">
+                    <p style="margin-bottom: 0;">请使用<a href="https://dsk.smartcost.com.cn/">大司空云计价</a>编制新项目,现版本已停止新建项目。</p>
+                    <p style="margin-bottom: 0;">请联系当地客服免费升级账号:</p>
+                    <p style="margin-bottom: 0;">当地服务热线:<a id="stop-create-contact" href="javascript:void(0);">联系</a>当地客服</p>
+                    <p style="margin-bottom: 0;">全国服务热线:0756-3850888,企业QQ:800003850</p>
+                </div>
             </div>
             <div class="modal-footer">
                 <a href="javascript:void(0);" class="btn btn-primary" data-dismiss="modal" id="stop-create-confirm">确定</a>