status = get_params('status'); $form->type = get_params('type'); $form->date_start = get_params('date_start'); $form->date_end = get_params('date_end'); $form->store_id = get_store_id(); return $this->asJson($form->orderSaleGoodsList()); } }