#
whycq
2024-03-25 aca46a03226d908a96b074010633e15ce4df1a4d
pages/tzsk/AGV/AGVPakinBing.vue
@@ -217,7 +217,9 @@
         // barcode input 事件
         barcodeInput() {
            // 不设置定时器 会出现扫入的字符串不全
            this.barcode = this.barcode.split('_')[1]
            if (this.barcode.split('_')[1]) {
               this.barcode = this.barcode.split('_')[1]
            }
            setTimeout(() => {
               var len = this.barcode.length
               if (len != 10) {