From d8cb90b5eb8d90ce8fba3fd1672905df332b7859 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 20 Dec 2023 13:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E8=BF=94=E4=BF=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productrepair/productrepairRequestMain/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index da82011fd..4cf530be2 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -214,7 +214,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } else if(formField == 'productionLineCode'){ row['productionLineCode'] = val[0]['code'] } else if(formField == 'workStationCode'){ - row['fromLocationCode'] = val[0]['rawLocationCode'] + row['fromLocationCode'] = val[0]['fgLocationCode'] row['workStationCode'] = val[0]['code'] } else if(formField == 'formField'){ row['workStationCode'] = val[0]['code'] @@ -246,7 +246,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } else if(formField == 'productionLineCode'){ setV['productionLineCode'] = val[0]['code'] } else if(formField == 'workStationCode'){ - setV['fromLocationCode'] = val[0]['rawLocationCode'] + setV['fromLocationCode'] = val[0]['fgLocationCode'] setV['workStationCode'] = val[0]['code'] } else if(formField == 'formField'){ setV['workStationCode'] = val[0]['code']