#
lty
2025-10-27 d1ecd103ab1cb694ea81ae6487c5e841be350e47
pages/basics/order.vue
@@ -252,12 +252,12 @@
         // barcode input 事件
         barcodeInput() {
            var len = this.barcode.length
            if (len != 8) {
            if (len != 6) {
               uni.showToast({title: '托盘码有误请重试', icon: "none", position: 'top'});
               this.barcodeFocuss()
               return;
            }
            if (len == 8) {
            if (len == 6) {
               this.focuss()
            }
         },