skyouc
2025-06-28 557ba4c410f34b4cf32dc372a888f69fbac7a2de
pages/pakin/pakin.vue
@@ -175,15 +175,15 @@
            // 不设置定时器 会出现扫入的字符串不全
            setTimeout(() => {
               var len = this.barcode.length
               if (len != 8) {
                  uni.showToast({
                     title: '托盘码有误请重试',
                     icon: "none",
                     position: 'top'
                  });
                  // this.barcodeFocuss()
                  return;
               }
               // if (len != 8) {
               //    uni.showToast({
               //       title: '托盘码有误请重试',
               //       icon: "none",
               //       position: 'top'
               //    });
               //    // this.barcodeFocuss()
               //    return;
               // }
               // this.focuss()
            }, 200)
         },
@@ -396,6 +396,7 @@
         resst() {
            this.dataList = []
            this.barcode = ''
            this.matnr = ''
            this.barcodeFocuss()
         },
      }