#
whycq
2024-05-21 f8e9165bc023a1e7391dc1472040e1048acc2d42
#
1个文件已修改
22 ■■■■ 已修改文件
pages/pakin/pakin.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue
@@ -223,18 +223,18 @@
                }, 200)
            },
            asBarcodeInput() {
                this.asBarcode = this.asBarcode.replace(/\s+/g, '')
                // this.asBarcode = this.asBarcode.replace(/\s+/g, '')
                setTimeout(() => {
                    var len = this.asBarcode.length
                    if (len != 12) {
                        uni.showToast({
                            title: 'AS400有误请重试',
                            icon: "none",
                            position: 'top'
                        });
                        this.asBarcodeFocuss()
                        return;
                    }
                    // var len = this.asBarcode.length
                    // if (len != 12) {
                    //     uni.showToast({
                    //         title: 'AS400有误请重试',
                    //         icon: "none",
                    //         position: 'top'
                    //     });
                    //     this.asBarcodeFocuss()
                    //     return;
                    // }
                    this.focuss()
                }, 200)
            },