#
whycq
2024-07-01 f266d671b9a985576638f8f591508b9c21fc00e3
pages/phyz/order/orderCar.vue
@@ -117,6 +117,8 @@
            this.$refs.agvStart.close()
         },
         agvStartConfirm() {
            this.barcode = this.barcode.replace(/\s+/g, '')
            this.agvDevp = this.agvDevp.replace(/\s+/g, '')
            let _this = this
            if (_this.barcode === '') {
               uni.showToast({ title: '货架码为空!', icon: "error", position: 'top' })