update socket
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
{use class="app\assets\LogsAsset"}
|
||||
{LogsAsset::register($this)|void}
|
||||
{block name='content'}
|
||||
<input type="hidden" value="{Url::to(['/logs-unknow/save'])}" name="saveUrl">
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
@@ -44,8 +45,16 @@
|
||||
'columns' => [
|
||||
['class' => 'yii\grid\SerialColumn'],
|
||||
'plate',
|
||||
'factory',
|
||||
'seal_no',
|
||||
[
|
||||
'attribute' => 'factory',
|
||||
'format' => 'raw',
|
||||
'value' => \app\helpers\LogsGrid::factory()
|
||||
],
|
||||
[
|
||||
'attribute' => 'seal_no',
|
||||
'format' => 'raw',
|
||||
'value' => \app\helpers\LogsGrid::sealNo()
|
||||
],
|
||||
[
|
||||
'attribute' => "plate_image_in",
|
||||
'format' => 'raw',
|
||||
@@ -74,7 +83,11 @@
|
||||
'headerOptions' => ['style' => 'width:5%'],
|
||||
'value' => \app\helpers\LogsGrid::timeOut()
|
||||
],
|
||||
'note'
|
||||
[
|
||||
'attribute' => 'note',
|
||||
'format' => 'raw',
|
||||
'value' => \app\helpers\LogsGrid::note()
|
||||
]
|
||||
]
|
||||
])}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user