From 8cee8546febb94d2e42a240e8303ac0e19f20ec7 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 1 Aug 2024 09:57:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BBBom=EF=BC=8C=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E4=B8=8D=E5=AF=B9=E3=80=82=E5=A6=82=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=8C=E5=86=8D=E6=94=B9=E3=80=82?= =?UTF-8?q?bug=EF=BC=9A=E9=95=BF=E6=98=A5=E6=B5=B7=E6=8B=89=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=8E=AF=E5=A2=83WMS=E5=88=B6=E5=93=81=E5=AD=90?= =?UTF-8?q?=E4=BB=B6=E6=8A=A5=E5=BA=9F=E7=94=B3=E8=AF=B7Boom=E4=B8=AD?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=92=8C=E6=95=B0=E9=87=8F=E4=B8=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E5=8F=AF=E7=BC=96=E8=BE=91=EF=BC=8C=E4=B8=94=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=94=B3=E8=AF=B7=E6=97=B6=E5=8E=BB=E6=8E=89=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E5=BF=85=E9=A1=BB=E7=82=B9Boom=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRequestMain/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 310ab5d88..c8e7673f6 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -272,15 +272,15 @@ const buttonOperationClick = async (row, label, index,isSave = false)=> { } }) item.rowId = index - if(tableData.value[index].childList.length > 0) { - tableData.value[index].childList.forEach(itemChild => { - if (itemChild.itemCode == item.itemCode) { - item.qty = itemChild.qty - } - }) - }else { + // if(tableData.value[index].childList.length > 0) { + // tableData.value[index].childList.forEach(itemChild => { + // if (itemChild.itemCode == item.itemCode) { + // item.qty = itemChild.qty + // } + // }) + // }else { item.qty = item.bomQty * row.qty - } + // } const obj = await banchBomPage(row.fromLocationCode, item) item.batch = obj.batch })