pages/phyz/order/orderCar.vue
@@ -143,7 +143,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}) }