Răsfoiți Sursa

新增采购

shish 3 ani în urmă
părinte
comite
576c71cdc7
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  1. 0 6
      app-ghs/controllers/PurchaseOrderController.php

+ 0 - 6
app-ghs/controllers/PurchaseOrderController.php

@@ -158,12 +158,6 @@ class PurchaseOrderController extends BaseController
             ProductClass::valid($ghsItemInfo, $this->mainId);
             ProductClass::valid($ghsItemInfo, $this->mainId);
             //获取供货商信息
             //获取供货商信息
             $ghsId = $post['ghsId'];
             $ghsId = $post['ghsId'];
-//        if (getenv('YII_ENV') == 'production') {
-//            if ($this->shopId == 763) {
-//                $ghsId = 832;
-//                $post['ghsId'] = 832;
-//            }
-//        }
             if (empty($ghsId)) {
             if (empty($ghsId)) {
                 util::fail("请选择供货商");
                 util::fail("请选择供货商");
             }
             }