From 16865166b741233bad83756ab30899440ecc0dd3 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期六, 19 四月 2025 08:15:30 +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