skyouc
2025-11-05 95ea3c0f5d15db522f89914d4bb053ca6d753d87
pages/check/TempCheck.vue
@@ -234,10 +234,11 @@
               })
               return;
            }
            this.list.push(...this.matnrList)
            this.matnrList = []
            this.isconfirm = !this.isconfirm
            this.confirmAddMatnr()
            this.matnrList = [];
         },
         remove(index) {
            this.matnrList.splice(index, 1);
         },
@@ -249,10 +250,15 @@
               matnrs: this.matnrList
            })
            if (code === 200) {
               that.search()
            } else {
               uni.showToast({
                  title: msg,
                  icon: "error",
                  position: 'top'
               })
            }
            this.isconfirm = !this.isconfirm
         },
         async addMatnr() {
            const {