From 5e38979dbef31c7868415438be3f4187dfbd52a1 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Sat, 17 May 2025 09:28:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=97=A0=E6=9D=A5=E6=BA=90=E8=BD=AC?= =?UTF-8?q?=E5=BA=93=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=85=B4=E8=BF=9C=E6=B3=B0?= =?UTF-8?q?=E5=B7=A5=E5=8E=82=E4=B8=8E=E6=B3=97=E6=B4=AA=E3=80=81=E8=82=A1?= =?UTF-8?q?=E4=BB=BD=E7=9A=84=E8=BD=AC=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stocked/NoOrMoveLibrary/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/stocked/NoOrMoveLibrary/index.vue b/src/views/stocked/NoOrMoveLibrary/index.vue index 6a854b8..0511f64 100644 --- a/src/views/stocked/NoOrMoveLibrary/index.vue +++ b/src/views/stocked/NoOrMoveLibrary/index.vue @@ -636,9 +636,9 @@ function changeFac(e: any) { state.queryParams.params.destinationErpFactory = e state.spcERPFactoryList = [] as any ERPLocationQuery() - if(e == "1010" || e == "1020") { + if(e == "1010" || e == "1020" || e == "1200") { state.spcERPFactoryList = state.ERPFactoryList.filter((item: any) => - (item.ERPFACTORY === "1010" || item.ERPFACTORY === "1020") + (item.ERPFACTORY === "1010" || item.ERPFACTORY === "1020" || item.ERPFACTORY === "1200") ) }else { state.spcERPFactoryList = state.ERPFactoryList.filter((item: any) =>