#
zjj
2025-04-03 2a4151ddaf5cbd3834362dc077e65cc7e020fb4f
pages/order/orderPakin2.vue
@@ -210,16 +210,7 @@
         barcodeInput() {
            // 不设置定时器 会出现扫入的字符串不全
            setTimeout(() => {
               var len = this.barcode.length
               if (len >= 9 && len <=8) {
                  uni.showToast({
                     title: '托盘码有误请重试',
                     icon: "none",
                     position: 'top'
                  });
                  this.barcodeFocuss()
                  return;
               }
               var len = this.barcode.length
               this.focuss()
            }, 200)
         },