From fd9ce381b904a22593de2ab242fb8f65cee45efa Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期四, 22 五月 2025 15:27:48 +0800
Subject: [PATCH] 修改问题

---
 Pda/View/AsnSetting/requestRuku.html |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/Pda/View/AsnSetting/requestRuku.html b/Pda/View/AsnSetting/requestRuku.html
index 3c66790..aa57c55 100644
--- a/Pda/View/AsnSetting/requestRuku.html
+++ b/Pda/View/AsnSetting/requestRuku.html
@@ -88,7 +88,17 @@
 								autocomplete="off" class="layui-input">
 						</div>
 					</div>
-
+					<div id="" class="layui-form-item layout-dropdownlist">
+						<label class="layui-form-label" lang>灞傛暟锛�</label>
+						 <div class="layui-input-block" id="cengDiv">
+							<select id="ceng" lay-filter="cengSelect" lay-search>
+								<option value=""></option>
+								<option value="1">1灞�</option>
+								<option value="2">2灞�</option>
+							</select>
+							<img src="/assets/down_arraw.png">
+						</div>
+					</div>
 					<!-- <table class="layout-tbl-input" border="" cellspacing="" cellpadding="">
 						<tr>
 							<td colspan="2">
@@ -192,9 +202,10 @@
 				}
 				var param1 = {
 					"PalletNo": $("#PalletNo").val()
-				}
+				} 
 				//鑾峰彇鎵樼洏涓婃灦淇℃伅
 				sendData(IP + "/PdaAsn/IsEnablePalletNo", param1, 'post', function (res) {
+					
 					if (res.code == 0) { //鎴愬姛
 						
 					} else { //涓嶆垚鍔�
@@ -204,7 +215,7 @@
 						}, function () {
 							
 						});
-						return
+						//return
 					}
 				});
 			}
@@ -220,6 +231,7 @@
 				}
 				var param = {
 					PalletNo: $("#PalletNo").val(),
+					Ceng: $("#ceng").val(),
 					HouseNo:"W02"
 				}
 				sendData(IP + "/DownApi/RequestLocation", param, 'post', function (res) {

--
Gitblit v1.8.0