pang.jiabao
2025-03-07 af95155c788ff5b88f55e0bea732b480a68be442
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)
         },