guoyujie
2025-07-04 72cc8c6e15bb71d24c833e1d277d3b272fafd7e6
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]