From eff83309c2883a3dd69a1c48860499de0a0a540e Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 06 十一月 2025 09:54:34 +0800
Subject: [PATCH] 1
---
pages/check/TempCheck.vue | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/pages/check/TempCheck.vue b/pages/check/TempCheck.vue
index 600d372..87a6595 100644
--- a/pages/check/TempCheck.vue
+++ b/pages/check/TempCheck.vue
@@ -249,9 +249,17 @@
matnrs: this.matnrList
})
if (code === 200) {
-
+ uni.showToast({
+ title: msg,
+ icon: "none",
+ position: 'top'
+ })
} else {
-
+ uni.showToast({
+ title: msg,
+ icon: "error",
+ position: 'top'
+ })
}
},
async addMatnr() {
--
Gitblit v1.9.1