#
whycq
2024-09-03 39c8ffa96f2046168e71501c480b1e66114c0db8
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' })