1
skyouc
2025-11-06 eff83309c2883a3dd69a1c48860499de0a0a540e
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() {