From 95e34c1f61a6008bf4f058d700554a23f4a16db2 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 5 Dec 2024 16:44:04 +0800 Subject: [PATCH] =?UTF-8?q?FWHL-75=E9=BB=98=E8=AE=A4=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=BF=9D=E5=AD=98?= =?UTF-8?q?BOM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrap/productscrapRequestMain/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 7eea0a9ed..900f61ccf 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -516,6 +516,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => // buttonOperationClick(newRow,'Bom',tableData.value.indexOf(newRow),true) // } tableData.value.push(newRow) + if(newRow['fromLocationCode']){ + buttonOperationClick(newRow,'Bom',tableData.value.indexOf(newRow),true) + } }) }else if(formField == 'bomVersion'){