From d7fe0f4c66b134fca43bca44b1161c0e4aa28bcb Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期一, 10 三月 2025 15:27:52 +0800
Subject: [PATCH] 修改入库问题

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

diff --git a/Pda/View/AsnSetting/requestRuku.html b/Pda/View/AsnSetting/requestRuku.html
index 56c5a85..309c5ab 100644
--- a/Pda/View/AsnSetting/requestRuku.html
+++ b/Pda/View/AsnSetting/requestRuku.html
@@ -270,10 +270,10 @@
 				}
 				var param = {
 					PalletNo: $("#PalletNo").val(),
-					HouseNo:"W01"
+					HouseNo:"W02"
 				}
 				sendData(IP + "/DownApi/RequestLocation", param, 'post', function (res) {
-					if (res.code == 0) { //鎴愬姛 
+					if (res.Success == 0) { //鎴愬姛 
 						layer.msg(res.msg, {
 							icon: 1,
 							time: 2500 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
@@ -297,7 +297,7 @@
 							$("#LocatNo").val(res.data.LocatNo);
 						});
 					} else { //涓嶆垚鍔�
-						layer.msg(res.msg, {
+						layer.msg(res.Message, {
 							icon: 2,
 							time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
 						}, function () {

--
Gitblit v1.8.0