#
whycq
2024-09-04 82f3ac1948d1b9d3d0e3dcbcd9466eabc72cdcf8
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' })