From 88b3024c3439bbdb90cbdc00a741aa2176b83dcf Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Mon, 19 May 2025 10:25:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=E7=A7=BB=E5=BA=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E7=9A=84=E8=B4=A7=E4=BD=8D=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=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/MoveLibrary/index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/stocked/MoveLibrary/index.vue b/src/views/stocked/MoveLibrary/index.vue index 10562eb..8594d0f 100644 --- a/src/views/stocked/MoveLibrary/index.vue +++ b/src/views/stocked/MoveLibrary/index.vue @@ -144,7 +144,7 @@ - - + +
@@ -212,7 +212,7 @@ import { waitForDebugger } from 'inspector' import { FirstInFirstOut, IFTRUE } from '@/utils/CommonUtil' import { bTableHeight } from '../../../composables/calcTableHeight' import { AssignShipRequest, DeAssignShipRequest, AllCommitMoveInInvoice } from '@/api/StockOut' -import request from '@/utils/request' +// import request from '@/utils/request' const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableHeight(480) @@ -236,7 +236,7 @@ const state = reactive({ MaterialPackingList: [] as any, MaterialPackingUsername: [] as any, StorageSelect: [] as any, - locDecListAll: [] as any, + // locDecListAll: [] as any, StorageSelectList: [] as any, lineRow: [] as any, queryParams: { @@ -387,7 +387,7 @@ onMounted(() => { updateTableHeight() window.addEventListener('resize', handleResize) - getStorageSpecLocationList() + // getStorageSpecLocationList() }) // 更新列 function updateList(col: any) { @@ -720,7 +720,7 @@ async function handle(row: any, event: any, column: any) { state.firstLocation = row.ERPLOCATION } function handleOuterClick() { - //StorageList(state.firstLocation) + StorageList(state.firstLocation) } async function StorageList(firstLocation: any) { @@ -753,7 +753,7 @@ async function StorageList(firstLocation: any) { // 处理错误,可能重置 state 或进行其他恢复操作 } } - +/* async function getStorageSpecLocationList() { let erpLocation = JSON.parse(localStorage.getItem('orgNo')); request({ @@ -780,7 +780,7 @@ function getlocDec(query: any) { } else { state.StorageSelectList = arr } -} +}*/