|
|
|
|
|
|
|
|
$model = $this->findModel($id); |
|
|
$model = $this->findModel($id); |
|
|
|
|
|
|
|
|
$searchModel = new ProductPriceSearch(); |
|
|
$searchModel = new ProductPriceSearch(); |
|
|
$dataProvider = $searchModel->search(Yii::$app->request->queryParams); |
|
|
|
|
|
|
|
|
$searchModel->id_product = $id ; |
|
|
|
|
|
|
|
|
|
|
|
$dataProvider = $searchModel->search(array_merge(Yii::$app->request->queryParams, [ |
|
|
|
|
|
'id_product' => $id |
|
|
|
|
|
])); |
|
|
|
|
|
|
|
|
$userProducerWithProductPercent = UserProducer::searchAll([], [ |
|
|
$userProducerWithProductPercent = UserProducer::searchAll([], [ |
|
|
'join_with' => ['user'], |
|
|
'join_with' => ['user'], |