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) => {