wugg 1 jaar geleden
bovenliggende
commit
5412b340f2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app/admin/controller/OrderOutChild.php

+ 1 - 1
app/admin/controller/OrderOutChild.php

@@ -536,7 +536,7 @@ class OrderOutChild extends Base
                 if ($sale[$child[$value['outChildCode']]['orderCode']]['is_stock'] == 1) {
                     if ($this->uid != $wsm_contactor[$child[$value['outChildCode']]['wsm_code']]) throw new Exception('库存品只能由仓库管理员操作');
                 } else {
-                    if (($this->level == 2) && ($this->uid != $person[$child[$value['outChildCode']]['supplierNo']])) throw new Exception('非库存品和采返商品只能由供应商负责人操作');
+//                    if (($this->level == 2) && ($this->uid != $person[$child[$value['outChildCode']]['supplierNo']])) throw new Exception('非库存品和采返商品只能由供应商负责人操作');
                 }
 
 //                if ($this->level == 2) {