|
|
@@ -14,9 +14,6 @@ class SupplierController extends BaseController
|
|
|
//供货商列表 shish 2021.1.18
|
|
|
public function actionList()
|
|
|
{
|
|
|
-
|
|
|
- $r = SupplierClass::getSupplierByIds([1]);dd($r);
|
|
|
-
|
|
|
$get = Yii::$app->request->get();
|
|
|
$name = isset($get['name']) ? $get['name'] : '';
|
|
|
$where = ['ghsId' => $this->ghsId];
|