Add contract parts
add procurement create prevent enter to product field
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
use backend\assets\ProcurementCreateAsset;
|
||||
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
@@ -10,6 +11,11 @@ use yii\helpers\Html;
|
||||
$this->title = Yii::t('common/procurement', 'Create Procurement');
|
||||
$this->params['breadcrumbs'][] = ['label' => Yii::t('common/procurement', 'Procurements'), 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
ProcurementCreateAsset::register($this);
|
||||
|
||||
$this->registerJs(' new ProcurementCreate( { } );');
|
||||
|
||||
?>
|
||||
<div class="procurement-create">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user