1
skyouc
2025-11-06 eff83309c2883a3dd69a1c48860499de0a0a540e
1
1个文件已修改
12 ■■■■ 已修改文件
pages/check/TempCheck.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {