From 13bf12ebd705c135bf0d2599ccf5d1a9397babd1 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Mon, 2 Dec 2024 16:47:29 +0800 Subject: [PATCH] =?UTF-8?q?FWHL-26=E6=9D=A5=E6=BA=90=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= 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 8324adae6..2c866ba12 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -477,6 +477,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => newRow['singlePrice'] = item['singlePrice'] newRow['amount'] = newRow['qty']*item['singlePrice'] newRow['productionLineCode'] = item['productionLineCode'] + newRow['fromLocationCode'] = item['fromLocationCode'] + newRow['workStationCode'] = item['workStationCode'] + if(item['bomList'].length>0){ newRow['bomVersionInitOptions'] = item['bomList'].map(item1=>({ label:item1,