|
@ -71,6 +71,7 @@ class ExpressTemplateController extends Controller |
|
|
public function actionCreate() |
|
|
public function actionCreate() |
|
|
{ |
|
|
{ |
|
|
$model = new ExpressTemplate(); |
|
|
$model = new ExpressTemplate(); |
|
|
|
|
|
$model->calculation = ExpressTemplate::CALCULATION_NUMBER; |
|
|
|
|
|
|
|
|
if (Yii::$app->request->isPost) { |
|
|
if (Yii::$app->request->isPost) { |
|
|
$data = Yii::$app->request->post('ExpressTemplate'); |
|
|
$data = Yii::$app->request->post('ExpressTemplate'); |
|
|