zhouna 5 éve
szülő
commit
bd4e7ebc8b
4 módosított fájl, 7 hozzáadás és 1 törlés
  1. 4 1
      src/js/keyItemFlawControl.js
  2. 1 0
      src/js/qcList.js
  3. 1 0
      src/js/qcListDept.js
  4. 1 0
      src/js/qcListPerson.js

+ 4 - 1
src/js/keyItemFlawControl.js

@@ -214,7 +214,10 @@ function loading(){
 function hideLoading(){
   $("#mainBox .loadingBox", parent.document).remove()
 }
-
+$(document).on("click", function(){
+  $(".deptList").css("display", "none");
+  $(".selectDept .arrow").attr("src",iconDown)
+})
 $("th[code]").on("click",function(e){
   const code=$(this).attr("code");
   if(data_asc==code){

+ 1 - 0
src/js/qcList.js

@@ -854,6 +854,7 @@ function renderPagination(totalPage,activePage,totalNum){
 $(document).on("click", function(){
     $(".levelList ").css("display", "none")
     $(".deptList").css("display", "none")
+    $(".selectDept .arrow").attr("src",iconDown)
     $(".selectLevel .arrow").attr("src",iconDown)
     
 })

+ 1 - 0
src/js/qcListDept.js

@@ -849,6 +849,7 @@ function renderPagination(totalPage,activePage,totalNum){
 $(document).on("click", function(){
     $(".levelList ").css("display", "none")
     $(".deptList").css("display", "none")
+    $(".selectDept .arrow").attr("src",iconDown)
     $(".selectLevel .arrow").attr("src",iconDown)
     
 })

+ 1 - 0
src/js/qcListPerson.js

@@ -839,6 +839,7 @@ function renderPagination(totalPage,activePage,totalNum){
 $(document).on("click", function(){
     $(".levelList ").css("display", "none")
     $(".deptList").css("display", "none")
+    $(".selectDept .arrow").attr("src",iconDown)
     $(".selectLevel .arrow").attr("src",iconDown)
     
 })