#
whycq
2024-04-05 c7870012df5f69ed1abcf30e08f31f34e96053d1
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",