From f4197b3ad066c66dd2a3f44f70c2f43c1c9e5d79 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Mon, 19 May 2025 10:31:03 +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=E9=A1=B5=E9=9D=A2=E8=B4=A7=E4=BD=8D=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=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/NoOrMoveLibrary/index.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/stocked/NoOrMoveLibrary/index.vue b/src/views/stocked/NoOrMoveLibrary/index.vue index e1d3a62..b97ebce 100644 --- a/src/views/stocked/NoOrMoveLibrary/index.vue +++ b/src/views/stocked/NoOrMoveLibrary/index.vue @@ -218,6 +218,7 @@ @@ -306,7 +307,7 @@ import { bTableHeight } from '../../../composables/calcTableHeight' import { getORG } from '@/api/auth' import { cals } from '@/utils/cal' import { search } from '@/api/wareHouse' -import request from '@/utils/request' +// import request from '@/utils/request' const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableHeight(330) const queryFormRef = ref(ElForm) @@ -533,7 +534,7 @@ onMounted(() => { updateTableHeight() window.addEventListener('resize', handleResize) - getStorageSpecLocationList() + // getStorageSpecLocationList() }) function handleInput(val: any) { @@ -811,7 +812,7 @@ async function changeLocW() { function getlocDec(query: any) { // console.log(query) let arr = state.locDecListAll.filter((item: any) => { - return item.STORAGENAME.includes(query) || item.STORAGENAME.includes(query) + return item.LABEL.includes(query) || item.VALUE.includes(query) }) // console.log(arr) if (arr.length > 50) { @@ -1091,6 +1092,7 @@ async function submit() { // state.loading2 = false state.Button_state = false } +/* async function getStorageSpecLocationList() { let erpLocation = JSON.parse(localStorage.getItem('orgNo')); @@ -1105,6 +1107,7 @@ async function getStorageSpecLocationList() { state.locDecListAll = res.resultObj; }); } +*/ function changeSpcERPFactory(e: any) { state.locDecList1 = [] as any