From ebc5cb37642bc43d7d98366c2e28e50a5fd84dc5 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 02 二月 2024 09:16:32 +0800
Subject: [PATCH] 工作任务 增加 字段 任务状态 ,需求及问题清单内码,需求及问题清单号,工作任务里 增加 字段: 订单等级(紧急、普通、优化项目)、增加 催促次数 的字段;单据列表里 也把 这2个字段 显示出来

---
 WebTM/views/index_pb.html |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/WebTM/views/index_pb.html b/WebTM/views/index_pb.html
index 0fb2985..06e054a 100644
--- a/WebTM/views/index_pb.html
+++ b/WebTM/views/index_pb.html
@@ -12,7 +12,13 @@
     <link rel="stylesheet" href="../layuiadmin/style/admin.css" media="all">
     <script src="../layuiadmin/zgqCustom/zgqCustom.js"></script>
     <script src="../layuiadmin/Scripts/jquery-3.5.1.min.js"></script>
-
+    <script language="JavaScript">
+    //灞忚斀鍚庨��鎸夐挳
+        history.pushState(null, null, document.URL);
+        window.addEventListener('popstate', function () {
+            history.pushState(null, null, document.URL);
+        });
+    </script>
     <script>
         /^http(s*):\/\//.test(location.href) || alert('璇峰厛閮ㄧ讲鍒� localhost 涓嬪啀璁块棶');
     </script>
@@ -1144,7 +1150,7 @@
             if (sessionStorage.login != "login") {
                 layer.confirm("鐧诲綍澶辨晥锛岃閲嶆柊鐧诲綍锛�", {
                     icon: 4, skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず", closeBtn: 0, btn: ['閲嶆柊鐧诲綍']
-                }, function () { window.location.href = "user/login.html"; });
+                }, function () { window.location.href = "user/login_pb.html"; });
             }           
 
             $("#LAY_app_flexible").click();

--
Gitblit v1.9.1