|
|
@@ -874,8 +874,8 @@ class OrderController extends BaseController
|
|
|
util::fail('请选客户哦');
|
|
|
}
|
|
|
|
|
|
- if ($customId != 5405 || $customId != 4091) {
|
|
|
- //除了花样年华和惠雅鲜花,批发店不能给已开批发店的零售客户开单,同理,采购也是要限制的。
|
|
|
+ if ($customId != 5405 || $customId != 4091 || $customId != 8080 || $customId != 8081) {
|
|
|
+ //除了花样年华和惠雅鲜花和天天鲜花,批发店不能给已开批发店的零售客户开单,同理,采购也是要限制的。
|
|
|
//审核入库的功能开通之后就可以用起来
|
|
|
$customShopId = $custom['shopId'] ?? 0;
|
|
|
if (!empty($customShopId)) {
|