pages/AGV/AGVPakin.vue
@@ -175,7 +175,7 @@ // 不设置定时器 会出现扫入的字符串不全 setTimeout(() => { var len = this.barcode.length if (len != 8) { if (len != 10) { uni.showToast({ title: '托盘码有误请重试', icon: "none", @@ -438,6 +438,7 @@ // 确认重置 resetConfirm() { this.dataList = [] this.barcode = '' this.messageText = "重置完成" this.messageToggle('success') },