From 75f2936851cbccd4ed630317bbc99476d9dcf29d Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 17 九月 2025 15:43:45 +0800
Subject: [PATCH] 修改成品料架功能

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