#
whycq
2024-05-14 1e40a94e41a811a30b49150b5feabe9b7797948a
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,10 +217,9 @@
         // barcode input 事件
         barcodeInput() {
            // 不设置定时器 会出现扫入的字符串不全
            this.barcode = this.barcode.split('_')[1]
            setTimeout(() => {
               var len = this.barcode.length
               if (len != 10) {
               if (len != 6) {
                  uni.showToast({
                     title: '料箱码有误请重试',
                     icon: "none",