From eba3314826d53ff0f7e5679d185baaff84e50354 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期四, 04 十二月 2025 10:07:56 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
---
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