From 31289865951e00cce9cdaa450cc645f36255af66 Mon Sep 17 00:00:00 2001
From: 于杰 <1210123631@qq.com>
Date: 星期四, 04 十二月 2025 09:06:46 +0800
Subject: [PATCH] 修复 调整小片右键不跟随鼠标的bug  多次右键菜单保留的bug

---
 north-glass-erp/northglass-erp/src/views/mm/basicData/WarehouseCreateBasicData.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/mm/basicData/WarehouseCreateBasicData.vue b/north-glass-erp/northglass-erp/src/views/mm/basicData/WarehouseCreateBasicData.vue
index 388e116..eb3cdc0 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/basicData/WarehouseCreateBasicData.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/basicData/WarehouseCreateBasicData.vue
@@ -27,6 +27,9 @@
   { label: t('ingredientsStock.materialReturnType'),
     value: "returningType",
   },
+  { label: t('productStock.inventoryArea'),
+    value: "region",
+  },
   /*{ label: t('ingredients.originalFilm'),
     value: "originalFilm",
   },
@@ -63,6 +66,9 @@
   else if(basic.value.operateType[0]==='returningType'){
     basic.value.type=t('ingredientsStock.materialReturnType')
   }
+  else if(basic.value.operateType[0]==='region'){
+    basic.value.type=t('productStock.inventoryArea')
+  }
   /*else if(basic.value.operateType[0]==='originalFilm'){
     basic.value.type=t('ingredients.originalFilm')
   }

--
Gitblit v1.8.0