Example #1
0
 public function actionDraft()
 {
     $params = $_GET;
     $params['ifsend'] = 1;
     $dataProvider = QuotationService::getquolists($params);
     $this->render('draft', array('dataProvider' => $dataProvider));
 }