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' })