#
whycq
2024-08-01 e68dd69d479a973c5f32c8197e136a2f64219c97
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' })