pages/tzsk/AGV/AGVPakinBing.vue
@@ -201,7 +201,7 @@ stationCodeInput() { setTimeout(() => { var len = this.stationCode.length if (len != 15) { if (len != 7) { this.stationCode = '' this.stationCodeFocus = true uni.showToast({ @@ -217,12 +217,9 @@ // barcode input 事件 barcodeInput() { // 不设置定时器 会出现扫入的字符串不全 if (this.barcode.split('_')[1]) { this.barcode = this.barcode.split('_')[1] } setTimeout(() => { var len = this.barcode.length if (len != 10) { if (len != 6) { uni.showToast({ title: '料箱码有误请重试', icon: "none",