Commit 40b726d4 by 杨树贤

去除限制

parent 78c748aa
Showing with 4 additions and 4 deletions
...@@ -336,10 +336,10 @@ class SupplierValidator ...@@ -336,10 +336,10 @@ class SupplierValidator
$errorMessageList[] = "存在和你相关的联系人没有完善,请先去完善相关联系人"; $errorMessageList[] = "存在和你相关的联系人没有完善,请先去完善相关联系人";
} }
//还要校验sku可选批次 ////还要校验sku可选批次
if (!$validateData['sku_optional_batch']) { //if (!$validateData['sku_optional_batch']) {
$errorMessageList[] = "请设置SKU可选批次,在SKU概况栏"; // $errorMessageList[] = "请设置SKU可选批次,在SKU概况栏";
} //}
} }
return implode('|', $errorMessageList); return implode('|', $errorMessageList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment