From a26e834d87b2f03dd7768fddb1c3ba946a08c314 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 05 七月 2024 18:20:25 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue b/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
index 0c9ee30..dab3900 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
@@ -214,7 +214,7 @@
   let childName = ''
   try {
     Object.keys(hollowBasic.value).forEach((item, index) => {
-      if (hollowBasic.value[item] === '') {
+      if (hollowBasic.value[item] === '' && item !== 'GlueDepth')  {
         throw new Error(t('product.msg.HollowReview'))
       }
       childName += hollowBasic.value[item]

--
Gitblit v1.8.0