วันพุธที่ 16 สิงหาคม พ.ศ. 2560

Active Form `ส่งตัวแปร ไปยัง`Action `ในController

$this->title = "DEP_REGIPD";
//$this->params['breadcrumbs'][] = ['label' => 'รายงาน', 'url' => ['reg/index']];
$this->params['breadcrumbs'][] = 'รายงานผู้ป่วยในแยกตามแผนก';
?>
<b style = "color:blue">รายงานผู้ป่วยในแยกตามแผนก</b>
<div class='well'>
     <?php $form = ActiveForm::begin([
    'method' => 'POST',
    'action' => ['reg/depregipd'],
]); ?>
        <?php
        $items = ArrayHelper::map(MbIpdreg::find()->all(), 'UNIT_ID', 'UNIT_NAME');
        echo Html::dropDownList('unitid', $unitid, $items, ['prompt' => '--- หน่วยบริการ ---']);
        ?>
       

ไม่มีความคิดเห็น:

แสดงความคิดเห็น