zhaowc
2025-01-16 29ced599cab4ded63e569cb8814550555a10a736
HTML/views/WareHouseSetting/FlatLibraryLegend.html
@@ -114,7 +114,7 @@
        .container {
            position: relative; /* 相对定位 */
            top: 50%; /* 向上移动自身高度的一半 */
            top: 90%; /* 向上移动自身高度的一半 */
            left: 50%; /* 向左移动自身宽度的一半 */
            transform: translate(-50%, -50%); /* 通过translate函数进行微调,使其完全居中 */
        }
@@ -1056,9 +1056,10 @@
         });
         //定时器
         setInterval(function(){
                // console.info(1)
            if(autoRefresh){
               GetSlotVm($("#WareHouseNo").val(), $("#Row").val());   
               //var currentDate = new Date();
               // var currentDate = new Date();
               // console.log('自动刷新了,'+currentDate)            
            }
         },10000)//10秒自动刷新一次