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 @@ - +