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