Jelajahi Sumber

首页菜单

shish 4 tahun lalu
induk
melakukan
5be3fd32e3
1 mengubah file dengan 13 tambahan dan 0 penghapusan
  1. 13 0
      app-ghs/controllers/ConsoleController.php

+ 13 - 0
app-ghs/controllers/ConsoleController.php

@@ -59,11 +59,24 @@ class ConsoleController extends BaseController
             ];
         }
         $asset = isset($this->shop) && !empty($this->shop) ? $this->shop->attributes : [];
+
+        $menu = [
+            ["name" => "商城", "img" => "ghs/home/shop.png", "url" => "/admin/home/mall"],
+            ["name" => "改价", "img" => "ghs/home/gj.png", "url" => "/admin/changePrice/list"],
+            ["name" => "供应商", "img" => "ghs/home/icon_ghs.png", "url" => "/pagesPurchase/supplier"],
+            ["name" => "报损单", "img" => "ghs/home/kcyjs.png", "url" => "/admin/breakage/list"],
+            ["name" => "库存预警", "img" => "ghs/home/kcyjs.png", "url" => "/pagesStorehouse/stockWarn/manage"],
+            ["name" => "花材", "img" => "ghs/home/hcgl.png", "url" => "/admin/item/list"],
+            ["name" => "调拨出库", "img" => "ghs/home/dbck.png", "url" => "/pagesStorehouse/allot/allotEx"],
+            ["name" => "调拨入库2", "img" => "ghs/home/dbrk.png", "url" => "/pagesStorehouse/allot/allotPut"]
+        ];
+
         util::success([
             'asset' => $asset,
             'notice' => $notice,
             'todayData' => $todayData,
             'incomeStat' => $incomeStat,
+            'menu' => $menu,
         ]);
     }