#
whycq
2024-06-12 2b2427b75bb331c9f513f60bec686733967f3f67
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})
            }