Browse Source

医生快速不弹窗

‘chenzhilei’ 1 month ago
parent
commit
db08e89063
1 changed files with 14 additions and 14 deletions
  1. 14 14
      src/main/resources/static/js/mz/clinic.js

+ 14 - 14
src/main/resources/static/js/mz/clinic.js

@@ -7429,8 +7429,8 @@ function initUserList() {
         padding: true,
         height: 300,
     };
-//    var webuiPopover = $('#rapidAcceptsUserName').webuiPopover('destroy').webuiPopover(settings);
-//    //用户姓名选中事件
+    var webuiPopover = $('#symptomFlagCheck').webuiPopover('destroy').webuiPopover(settings);
+    //用户姓名选中事件
 //    $("#rapidAcceptsUserName").on("click", function (t) {
 //        if ($(webuiPopover).css("display") == "block") {
 //            refeshPatinetList(true);
@@ -7507,18 +7507,18 @@ function refeshPatinetList(flag) {
  * 病人下拉列表滚动条滚动到底部时继续加载新纪录
  */
 function refeshPatinetListScrollEvent() {
-    $('.webui-popover-content').scroll(function (event) {
-        var top = $(this).scrollTop();
-        var height = $(this).height();
-        var scrollHeight = $(this).get(0).scrollHeight;
-        if (scrollHeight <= top + height) {
-            if (!msg_list_loading) {
-                msg_list_loading = true;
-                pageIndex = pageIndex + 1;
-                refeshPatinetList(false);
-            }
-        }
-    });
+//    $('.webui-popover-content').scroll(function (event) {
+//        var top = $(this).scrollTop();
+//        var height = $(this).height();
+//        var scrollHeight = $(this).get(0).scrollHeight;
+//        if (scrollHeight <= top + height) {
+//            if (!msg_list_loading) {
+//                msg_list_loading = true;
+//                pageIndex = pageIndex + 1;
+//                refeshPatinetList(false);
+//            }
+//        }
+//    });
 }
 
 /**