From 358271f891d991f5d4170517d842a1bcc4bc76bb Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Mon, 19 May 2025 10:27:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B4=A7=E4=BD=8D=E7=A7=BB=E8=BD=AC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B4=A7=E4=BD=8D=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stocked/locationMovePage/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/stocked/locationMovePage/index.vue b/src/views/stocked/locationMovePage/index.vue index 9d955e4..0c3eddd 100644 --- a/src/views/stocked/locationMovePage/index.vue +++ b/src/views/stocked/locationMovePage/index.vue @@ -271,7 +271,7 @@ import { IFTRUE } from '@/utils/CommonUtil' import { bTableHeight } from '../../../composables/calcTableHeight' import { getORG } from '@/api/auth' import { search } from '@/api/wareHouse' -import request from '@/utils/request' +// import request from '@/utils/request' const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableHeight(240) const queryFormRef = ref(ElForm) @@ -467,7 +467,7 @@ onMounted(() => { let pwd: any = localStorage.getItem('remeberPwd'); state.ERPFACTORY = JSON.parse(localStorage.getItem('orgNo')) || ''; - getStorageSpecLocationList() + // getStorageSpecLocationList() }) // 更新列 function updateList(col: any) { @@ -584,7 +584,7 @@ function handleOuterClick(isVisible: any) { return } } - //StorageList(firstLocation) + StorageList(firstLocation) } } @@ -719,6 +719,7 @@ async function submit() { state.loading2 = false state.Button_state = false } +/* async function getStorageSpecLocationList() { let erpLocation = JSON.parse(localStorage.getItem('orgNo')); @@ -733,6 +734,7 @@ async function getStorageSpecLocationList() { state.StorageSelectAll = res.resultObj; }); } +*/ function getLocationList(query: any) { let arr = state.StorageSelectAll.filter((item: any) => {