#
whycq
2024-03-30 56fd0b3433ea569ac75bce80145c34b2f638e142
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) {