update
parent
f39712f74b
commit
cc82f5b72e
|
|
@ -120,7 +120,10 @@ GridView::widget([
|
||||||
$rt .= (!empty($case->decal_end_date) ? '<small><br />Decal end:' . $case->decal_end_date . '</small>' : '');
|
$rt .= (!empty($case->decal_end_date) ? '<small><br />Decal end:' . $case->decal_end_date . '</small>' : '');
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
return '<span class="id_case_style" style="' . (Yii::$app->pathology->getExpress($model) ? 'color:red;' : '') . '">' . $model->id_case . '</span> ' . (Yii::$app->pathology->getExpress($model) ? '<br />' . Yii::$app->pathology->getExpress($model) : '') . ' ' /*. Yii::$app->pathology->getCaseDate($model->id_case)*/ . ($rt ? '<br />' . $rt : '');
|
return '<strong>' . $model->id_case . '</strong> '
|
||||||
|
. ($case_type == 'autopsy' ? Yii::$app->pathology->getExpressAutopsy($model) : Yii::$app->pathology->getExpress($model)) . ' '
|
||||||
|
. Yii::$app->pathology->getCaseDate($model->id_case)
|
||||||
|
. $rt;
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue