From 0c6cb039b176207d9568b8658f59725b378434e9 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 04 七月 2025 14:57:03 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/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 2a691d7..1f72b68 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
@@ -300,7 +300,7 @@
   let childName = ''
   try {
     Object.keys(InterlayerBasic.value).forEach((item, index) => {
-      if (InterlayerBasic.value[item] === '') {
+      if (InterlayerBasic.value[item] === '' && item !== 'color') {
         throw new Error(t('product.msg.InterlayerReview'))
       }
       childName += InterlayerBasic.value[item]

--
Gitblit v1.8.0