From 5d715e089ddd0acd37a7d621b3df8d11b01f0b58 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 29 Jul 2024 10:00:35 +0800 Subject: [PATCH] =?UTF-8?q?bug=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=97=B6,=E9=80=89=E6=8B=A9=E5=B7=A5=E4=BD=8D=EF=BC=8C?= =?UTF-8?q?=E5=B8=A6=E5=87=BA=E5=8E=9F=E6=96=99=E5=BA=93=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../issueManage/preparetoissueplan/preparetoissueMain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue b/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue index c2fc2f467..2600494c4 100644 --- a/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue +++ b/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue @@ -128,6 +128,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => tableData.value.push(newRow) }) }else{ + row['toLocationCode'] = val[0]['rawLocationCode'] row[formField] = val[0][searchField] }