From 90862ac880736cac09398899c1c77263486257db Mon Sep 17 00:00:00 2001 From: SuraMew Date: Thu, 21 Aug 2025 16:51:19 +0700 Subject: [PATCH] add menu incident --- frontend/themes/nikom/views/layouts/_menu.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/themes/nikom/views/layouts/_menu.php b/frontend/themes/nikom/views/layouts/_menu.php index 06db5573..131ff5ce 100755 --- a/frontend/themes/nikom/views/layouts/_menu.php +++ b/frontend/themes/nikom/views/layouts/_menu.php @@ -560,6 +560,16 @@ if (Yii::$app->user->can('surgical')) { ], ]; + $menuItems[] = [ + 'label' => ' อุบัติการณ์(ปฏิเสธ)', + 'url' => 'javascript:void()', + 'options' => ['class' => 'treeview'], + 'items' => [ + ['label' => ' แจ้งอุบัติการณ์(ปฏิเสธ)', 'url' => ['/services/incident/index']], + ['label' => ' ข้อมูลเหตุผลการปฏิเสธ', 'url' => ['/services/const-incident/index']], + ], + ]; + $menuItems[] = [ 'label' => ' งานคัดทิ้งเนื้อ', 'url' => '#',