From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 10:14:34 +0800
Subject: [PATCH] 修改IIS配置

---
 HTML/views/WareHouseSetting/FlatLibraryLegend.html |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/HTML/views/WareHouseSetting/FlatLibraryLegend.html b/HTML/views/WareHouseSetting/FlatLibraryLegend.html
index cab5d59..fe27dae 100644
--- a/HTML/views/WareHouseSetting/FlatLibraryLegend.html
+++ b/HTML/views/WareHouseSetting/FlatLibraryLegend.html
@@ -114,7 +114,7 @@
 
         .container {
             position: relative; /* 鐩稿瀹氫綅 */
-            top: 50%; /* 鍚戜笂绉诲姩鑷韩楂樺害鐨勪竴鍗� */
+            top: 90%; /* 鍚戜笂绉诲姩鑷韩楂樺害鐨勪竴鍗� */
             left: 50%; /* 鍚戝乏绉诲姩鑷韩瀹藉害鐨勪竴鍗� */
             transform: translate(-50%, -50%); /* 閫氳繃translate鍑芥暟杩涜寰皟锛屼娇鍏跺畬鍏ㄥ眳涓� */
         }
@@ -139,7 +139,7 @@
                                     </div>
                                 </div>
                                 <div class="layui-inline">
-                                    <label class="layui-form-label">鎺�</label>
+                                    <label class="layui-form-label">妤煎眰</label>
                                     <div class="layui-input-inline">
                                         <select name="Row" id="Row" lay-filter="SelectRow">
                                             <option value="1" selected>涓�妤�</option>
@@ -179,12 +179,12 @@
                                 </div>
 
                                 <!-- //瀹氭椂鑷埛鏂板簱浣嶅浘渚� -->
-                                <!-- <div class="layui-inline" style="float: right;">
+                                <div class="layui-inline" style="float: right;">
                                     <label class="layui-form-label" style="margin-top: 10px;">鑷姩鍒锋柊</label>
                                     <div class="layui-input-inline" style="width: auto;">
                                         <input type="checkbox" checked="" id="autoRefresh" lay-skin="switch" lay-filter="switchTest" lay-text="寮�|鍏�">
                                     </div>									
-                                </div> -->
+                                </div>
                                 
                             </div>
                         </div>
@@ -372,11 +372,10 @@
 
 
 			//鑾峰彇鏁版嵁娓叉煋搴撲綅鍥�
-			function GetSlotVm(houseNo, row,depth) {				
+			function GetSlotVm(houseNo, row) {				
 				var param = {
 					WareHouseNo: houseNo,
-					Row: row,
-                    Depth: depth
+					Row: row
 				}
 				sendData(IP + "/Sys/GetFlatLibraryLegend", param, 'get', function (res) {
                     console.log(res)
@@ -1057,10 +1056,11 @@
 			});
 			//瀹氭椂鍣�
 			setInterval(function(){
+                // console.info(1)
 				if(autoRefresh){
-					GetSlotVm($("#WareHouseNo").val(), $("#RoadwayNo").val(), $("#Row").val(), $("#Depth").val());	
-					//var currentDate = new Date();
-					//console.log('鑷姩鍒锋柊浜嗭紝'+currentDate)				
+					GetSlotVm($("#WareHouseNo").val(), $("#Row").val());	
+					// var currentDate = new Date();
+					// console.log('鑷姩鍒锋柊浜嗭紝'+currentDate)				
 				}
 			},10000)//10绉掕嚜鍔ㄥ埛鏂颁竴娆�
 			// #endregion

--
Gitblit v1.8.0