From 9f3d99445c07a6894e1e3f65ae09810679413f3d Mon Sep 17 00:00:00 2001 From: "maxw@mesnac.com" Date: Wed, 15 Jan 2025 08:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=82=A8=E5=8D=8A=E6=88=90=E5=93=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E7=89=A9=E6=96=99=EF=BC=8C?= =?UTF-8?q?=E4=BB=93=E5=BA=93=EF=BC=8C=E5=BA=93=E4=BD=8D=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/hppInStockDetail/index.vue | 43 +++++++++++++++++----- src/views/wms/hppOutStockDetail/index.vue | 33 +++++++++++++---- src/views/wms/hppStorageDetail/index.vue | 44 ++++++++++++++++++----- src/views/wms/hppStorePlace/index.vue | 18 ++++++++-- src/views/wms/hsmTooling/index.vue | 2 +- src/views/wms/outstockRecord/index.vue | 20 +++++++++-- src/views/wms/returnOrder/index.vue | 2 +- 7 files changed, 131 insertions(+), 31 deletions(-) diff --git a/src/views/wms/hppInStockDetail/index.vue b/src/views/wms/hppInStockDetail/index.vue index 91d8c63..b534a23 100644 --- a/src/views/wms/hppInStockDetail/index.vue +++ b/src/views/wms/hppInStockDetail/index.vue @@ -11,10 +11,17 @@ - + + + - + - + - + + + @@ -74,7 +88,7 @@ - + - + @@ -158,7 +172,8 @@ diff --git a/src/views/wms/hppOutStockDetail/index.vue b/src/views/wms/hppOutStockDetail/index.vue index b32d3b5..f305691 100644 --- a/src/views/wms/hppOutStockDetail/index.vue +++ b/src/views/wms/hppOutStockDetail/index.vue @@ -7,11 +7,18 @@ - + - + + + @@ -29,7 +36,14 @@ - + + + 搜索 @@ -64,7 +78,7 @@ - + - + - - + + @@ -125,7 +139,8 @@ diff --git a/src/views/wms/hppStorePlace/index.vue b/src/views/wms/hppStorePlace/index.vue index c3d5aec..0c0310b 100644 --- a/src/views/wms/hppStorePlace/index.vue +++ b/src/views/wms/hppStorePlace/index.vue @@ -93,7 +93,14 @@ - + + + @@ -129,6 +136,7 @@ diff --git a/src/views/wms/hsmTooling/index.vue b/src/views/wms/hsmTooling/index.vue index c691ae6..3982272 100644 --- a/src/views/wms/hsmTooling/index.vue +++ b/src/views/wms/hsmTooling/index.vue @@ -79,7 +79,7 @@ - + diff --git a/src/views/wms/outstockRecord/index.vue b/src/views/wms/outstockRecord/index.vue index 13a26b9..550e6b3 100644 --- a/src/views/wms/outstockRecord/index.vue +++ b/src/views/wms/outstockRecord/index.vue @@ -127,6 +127,16 @@ + + + + + (proxy?.useDict('sys_common_status','material_mategories','wms_return_flag')); @@ -239,7 +249,12 @@ const data = reactive>({ }); const { queryParams, form, rules } = toRefs(data); - +let baseStoreList = ref([]); +/** 查询车间下拉树结构 */ +const getBaseWarehouseListsss = async () => { + let res = await getWmsBaseLocationVoList(null); + baseStoreList.value = res.data; +}; /** 查询出库记录列表 */ const getList = async () => { loading.value = true; @@ -299,6 +314,7 @@ const handleUpdate = async (row?: OutstockRecordVO) => { } /** 退库按钮操作 */ const handleReturn = async (row?: OutstockRecordVO) => { + getBaseWarehouseListsss(); returnFlag.value = true; reset(); const _outstockRecordId = row?.outstockRecordId || ids.value[0] diff --git a/src/views/wms/returnOrder/index.vue b/src/views/wms/returnOrder/index.vue index b42c36c..771ac11 100644 --- a/src/views/wms/returnOrder/index.vue +++ b/src/views/wms/returnOrder/index.vue @@ -102,7 +102,7 @@ - +