From 86ac310c73e70b59b8309bd6c9d0c38d81697731 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 31 七月 2024 08:39:24 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs
---
pages/phyz/order/orderCar.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/pages/phyz/order/orderCar.vue b/pages/phyz/order/orderCar.vue
index 459272e..98f1dc6 100644
--- a/pages/phyz/order/orderCar.vue
+++ b/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' })
--
Gitblit v1.9.1