From 0d794d748f61b5c719d665bfcae24a4d9b2b6224 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-JIE70N9> Date: 星期四, 08 五月 2025 15:02:49 +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