whycq
2024-10-18 2b5bf2b63f6b8718a396f16f02c682f635744425
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})
            }