|
@@ -64,18 +64,17 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
|
'footer' => '<button href="#" class="btn btn-default btn-xs btn-delete" url="'. Url::toRoute('site/delete-all') .'">批量删除</button>',
|
|
|
'footerOptions' => ['colspan' => 5],
|
|
|
],
|
|
|
-
|
|
|
- 'id',
|
|
|
- 'deliveryid',
|
|
|
- 'website',
|
|
|
- 'customer',
|
|
|
- 'delivery',
|
|
|
- 'origin_goodsinfo',
|
|
|
- 'goodsinfo',
|
|
|
- 'usage',
|
|
|
- 'receiptdate',
|
|
|
- 'num',
|
|
|
- 'mark',
|
|
|
+ ['attribute' => 'id', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'deliveryid', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'website', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'customer', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'delivery', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'origin_goodsinfo', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'goodsinfo', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'usage', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'receiptdate', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'num', 'footerOptions' => ['class'=>'hide']],
|
|
|
+ ['attribute' => 'mark', 'footerOptions' => ['class'=>'hide']],
|
|
|
['class' => 'yii\grid\ActionColumn', 'header' => '管理操作', 'footerOptions' => ['class'=>'hide']],
|
|
|
// ['class' => 'yii\grid\ActionColumn'],
|
|
|
],
|