From cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期一, 06 四月 2026 15:41:04 +0800
Subject: [PATCH] mes接口
---
项目代码/WMS/WIDESEA_WMSClient/src/views/Home.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Home.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Home.vue"
index 72ae7f5..a90c459 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Home.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/Home.vue"
@@ -165,7 +165,7 @@
}
)
.then(x => {
- console.log(x);
+ console.log("浜哄伐寮哄埗婊℃《鍑哄簱"+x);
if (x.data.message != null) {
tiwz.innerHTML = x.data.message;
} else {
@@ -221,7 +221,7 @@
let xianA3 = document.getElementById("xianA3");
//鏄剧ず
- xianA1.innerHTML = x.data.bigOrLittle == 1 ? "浼樺厛鍑哄皯" : "鍑哄叏婊�";
+ xianA1.innerHTML = x.data.bigOrLittle == 0 ? "浼樺厛鍑哄皯" : "鍑哄叏婊�";
xianA3.innerHTML = x.data.outMode == 1 ? "姝e父鍏ュ簱" : "鐩存帴鍑哄簱";
});
};
--
Gitblit v1.9.3