From aa40c4d41422ea023908e9df7a9f00d914a57093 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Mon, 19 May 2025 10:17:13 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BA=A7=E6=88=90=E5=93=81=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BF=AE=E6=94=B9=E5=BA=93=E4=BD=8D=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E4=BB=A3=E7=A0=81=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockIn/ProductStockIn/index.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/views/stockIn/ProductStockIn/index.vue b/src/views/stockIn/ProductStockIn/index.vue index 0e61e4d..83daf51 100644 --- a/src/views/stockIn/ProductStockIn/index.vue +++ b/src/views/stockIn/ProductStockIn/index.vue @@ -140,6 +140,7 @@ @@ -164,9 +165,9 @@ > @@ -220,7 +221,7 @@ import { bTableHeight } from '../../../composables/calcTableHeight' import { getORG } from '@/api/auth' import { cals } from '@/utils/cal' import { getOpCode } from '@/api/opcode' -import request from '@/utils/request' +// import request from '@/utils/request' const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableHeight(330) const queryFormRef = ref(ElForm) @@ -426,7 +427,7 @@ onMounted(() => { let pwd: any = localStorage.getItem('remeberPwd') ERPFactoryQuery() queryInfo() - getStorageSpecLocationList() + // getStorageSpecLocationList() updateTableHeight() window.addEventListener('resize', handleResize) }) @@ -576,7 +577,7 @@ function getlocDec(query: any) { // console.log(query) //let arr = state.locDecListAll; 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) { @@ -682,7 +683,7 @@ async function submit() { // state.loading2 = false state.Button_state = false } - +/* async function getStorageSpecLocationList() { let erpLocation = JSON.parse(localStorage.getItem('orgNo')); request({ @@ -696,7 +697,7 @@ async function getStorageSpecLocationList() { state.locDecListAll = res.resultObj; console.log(state.locDecList2) }); -} +}*/