From 3c280a6e7343a6d4da1d3a5e75d55f5f2adf3196 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期四, 19 六月 2025 10:11:15 +0800
Subject: [PATCH] 调整托盘条码位置

---
 HTML/views/WareHouseSetting/StorageLegend.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/HTML/views/WareHouseSetting/StorageLegend.html b/HTML/views/WareHouseSetting/StorageLegend.html
index 380f98c..9ee1c7b 100644
--- a/HTML/views/WareHouseSetting/StorageLegend.html
+++ b/HTML/views/WareHouseSetting/StorageLegend.html
@@ -132,7 +132,7 @@
 										<div class="layui-input-inline">
 											<select name="Depth" id="Depth" lay-filter="SelectDepth">
 												<option value="01" selected>娣卞害1</option>
-												<option value="02">娣卞害2</option>
+												<!-- <option value="02">娣卞害2</option> -->
 											</select>
 										</div>
 									</div>
@@ -253,7 +253,7 @@
 			});
 			getRoadway(); //鑾峰彇浠撳簱宸烽亾
 			getRow(); //鑾峰彇宸烽亾涓帓
-			funDepth(); //鑾峰彇鎺掔殑娣卞害
+			//funDepth(); //鑾峰彇鎺掔殑娣卞害
 			GetSlotVm($("#WareHouseNo").val(), $("#RoadwayNo").val(), $("#Row").val(), $("#Depth").val()); //鑾峰彇鏁版嵁娓叉煋搴撲綅鍥�
 			GetSlotChart($("#WareHouseNo").val()); //鑾峰彇鍦嗗舰淇℃伅
 			GetSlotChartz($("#WareHouseNo").val(), $("#RoadwayNo").val()) //鑾峰彇鏌辩姸淇℃伅
@@ -376,10 +376,11 @@
 				}
 				getRow(); //鑾峰彇宸烽亾涓帓
 				GetSlotChartz($("#WareHouseNo").val(), $("#RoadwayNo").val()); //鑾峰彇鏌辩姸淇℃伅
+				GetSlotVm($("#WareHouseNo").val(), $("#RoadwayNo").val(), $("#Row").val(), $("#Depth").val());
 			})
 			//鎺掑彉鏇�
 			form.on('select(SelectRow)', function (data) {
-				funDepth(); //鑾峰彇鎺掍腑娣卞害
+				//funDepth(); //鑾峰彇鎺掍腑娣卞害
 			});
 			//娣卞害鍙樻洿
 			form.on('select(SelectDepth)', function (data) {
@@ -389,7 +390,7 @@
 			function getRow()
 			{
 				$("#Row").empty();//娓呯┖涓婁竴涓煡璇笅鎷夊��
-				synData(IP + "/Sys/ByRoadwayGetRow", { roadwayNo: $("#RoadwayNo").val() }, 'get', function (res) {
+				synData(IP + "/Sys/ByRoadwayGetRow", { warehouseNo:$("#WareHouseNo").val(), roadwayNo: $("#RoadwayNo").val() }, 'get', function (res) {
 					// console.log(res)
 					if (res.code == 0) { //鎴愬姛
 						for (var i = 0; i < res.data.length; i++) {
@@ -397,7 +398,7 @@
 						}
 						$("#Row option[value='" + res.data[0] + "']").attr("selected", "selected")
 						form.render('select');
-						funDepth(); //鑾峰彇娣卞害
+						//funDepth(); //鑾峰彇娣卞害
 					} else { //涓嶆垚鍔�
 						layer.msg(res.msg, {
 							icon: 2,
@@ -521,6 +522,7 @@
 						var html = '';
 						var list = res.data;
 						//鎸夊眰娓叉煋
+						debugger
 						for (let i = res.maxlayer; i > 0; i--) {
 
 							html += '<tr style="height:10px;">';

--
Gitblit v1.8.0