From e68dd69d479a973c5f32c8197e136a2f64219c97 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 01 八月 2024 16:17:10 +0800
Subject: [PATCH] #
---
pages/phyz/order/orderCar.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pages/phyz/order/orderCar.vue b/pages/phyz/order/orderCar.vue
index eacc317..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' })
@@ -143,7 +145,7 @@
combMat.barcode = _this.barcode
combMat.locNo = _this.agvDevp
combMat.combMats = []
- let combM = {csocode: item.threeCode,isoseq: item.deadTime,matnr: item.matnr,batch: item.batch,anfme: item.pakinQty,maktx: item.maktx,specs: item.specs}
+ let combM = {csocode: item.threeCode,isoseq: item.deadTime,matnr: item.matnr,batch: item.batch,anfme: item.pakinQty,maktx: item.maktx,specs: item.specs,processSts: item.processSts}
combMat.combMats.push(combM)
combMats.push({...combMat})
}
--
Gitblit v1.9.1