|
@@ -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) {
|