From 8bd4e49b8ffb54b8039c528f347f3996e766d8a9 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-JIE70N9>
Date: 星期四, 19 六月 2025 09:27:20 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/JC34WMS

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

diff --git a/Pda/View/SoSetting/palletOut.html b/Pda/View/SoSetting/palletOut.html
index 2a8cf87..2675d52 100644
--- a/Pda/View/SoSetting/palletOut.html
+++ b/Pda/View/SoSetting/palletOut.html
@@ -157,13 +157,13 @@
 						console.log(param)
 						sendData(IP + "/PdaSo/IssuePlnOutHouse", param, 'post', function(res) {
 							console.log("鍑哄簱锛�"+JSON.stringify(res))
-							if (res.code == 0) { //鎴愬姛
-								layer.msg(res.msg, {
+							if (res.Success == "0") { //鎴愬姛
+								layer.msg(res.Message, {
 									icon: 1,
 									time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
 								}, function() {isChongFu = true;clear();});
 							} else { //涓嶆垚鍔�
-								layer.msg(res.msg, {
+								layer.msg(res.Message, {
 									icon: 2,
 									time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
 								}, function() {isChongFu = true;clear();});

--
Gitblit v1.8.0