Quellcode durchsuchen

更新 pcweb_menu_ermcp.json

zou.yingbin vor 4 Jahren
Ursprung
Commit
a6fe4779b0
1 geänderte Dateien mit 63 neuen und 63 gelöschten Zeilen
  1. 63 63
      config/pcweb_menu/pcweb_menu_ermcp.json

+ 63 - 63
config/pcweb_menu/pcweb_menu_ermcp.json

@@ -433,7 +433,7 @@
                             {
                                 "label": "解锁",
                                 "rulekey": "account_spot_unlocked",
-                                "code": "unlocked",
+                                "code": "account_spot_unlocked",
                                 "isshow": true,
                                 "remark": ""
                             },
@@ -541,7 +541,7 @@
                         "remark": "",
                         "auth": [
                             {
-                                "label": "新增权限模板",
+                                "label": "新增",
                                 "rulekey": "account_manager_add",
                                 "code": "account_manager_add",
                                 "isshow": true,
@@ -724,7 +724,7 @@
                 "remark": "",
                 "children": [
                     {
-                        "title": "点价合同",
+                        "title": "点价合同",
                         "rulekey": "purchase_pending",
                         "code": "purchase_pending",
                         "path": "purchase_pending",
@@ -1932,12 +1932,70 @@
         ]
     },
     {
+        "title": "库存管理",
+        "rulekey": "inventory",
+        "code": "inventory",
+        "path": "/inventory",
+        "component": "Layout",
+        "sort": 6,
+        "isshow": true,
+        "children": [
+            {
+                "title": "库存管理",
+                "rulekey": "inventory_manage",
+                "code": "inventory_manage",
+                "path": "inventory_manage",
+                "component": "Main",
+                "sort": 1,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "库存管理",
+                        "rulekey": "inventory_management",
+                        "code": "inventory_management",
+                        "path": "inventory_management",
+                        "component": "views/search/inventory/list/inventory_current/index.vue",
+                        "sort": 1,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "rulekey": "inventory_management_add",
+                                "code": "add",
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "入库明细",
+                                "rulekey": "inventory_manager_inbound_details",
+                                "code": "inventory_manager_inbound_details",
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "出库明细",
+                                "rulekey": "inventory_manager_outbound_details",
+                                "code": "inventory_manager_outbound_details",
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            }
+        ]
+    },
+    {
         "title": "财务审核",
         "rulekey": "financereview",
         "code": "financereview",
         "path": "/financereview",
         "component": "Layout",
-        "sort": 6,
+        "sort": 7,
         "isshow": true,
         "children": [
             {
@@ -2082,7 +2140,7 @@
         "code": "report",
         "path": "/report",
         "component": "Layout",
-        "sort": 7,
+        "sort": 8,
         "isshow": true,
         "children": [
             {
@@ -2377,63 +2435,5 @@
                 ]
             }
         ]
-    },
-    {
-        "title": "库存管理",
-        "rulekey": "inventory",
-        "code": "inventory",
-        "path": "/inventory",
-        "component": "Layout",
-        "sort": 8,
-        "isshow": true,
-        "children": [
-            {
-                "title": "库存管理",
-                "rulekey": "inventory_manage",
-                "code": "inventory_manage",
-                "path": "inventory_manage",
-                "component": "Main",
-                "sort": 1,
-                "isshow": true,
-                "url": "",
-                "remark": "",
-                "children": [
-                    {
-                        "title": "库存管理",
-                        "rulekey": "inventory_management",
-                        "code": "inventory_management",
-                        "path": "inventory_management",
-                        "component": "views/search/inventory/list/inventory_current/index.vue",
-                        "sort": 1,
-                        "isshow": true,
-                        "url": "",
-                        "remark": "",
-                        "auth": [
-                            {
-                                "label": "新增",
-                                "rulekey": "inventory_management_add",
-                                "code": "add",
-                                "isshow": true,
-                                "remark": ""
-                            },
-                            {
-                                "label": "入库明细",
-                                "rulekey": "inventory_manager_inbound_details",
-                                "code": "inventory_manager_inbound_details",
-                                "isshow": true,
-                                "remark": ""
-                            },
-                            {
-                                "label": "出库明细",
-                                "rulekey": "inventory_manager_outbound_details",
-                                "code": "inventory_manager_outbound_details",
-                                "isshow": true,
-                                "remark": ""
-                            }
-                        ]
-                    }
-                ]
-            }
-        ]
     }
 ]