li.shaoyi 4 jaren geleden
bovenliggende
commit
c3f569ffdd
3 gewijzigde bestanden met toevoegingen van 2071 en 4 verwijderingen
  1. 21 0
      ERMCP/PCWEB/Menu/REDEAM.MD
  2. 2 4
      ERMCP/PCWEB/Menu/pc_menu_ermcp.json
  3. 2048 0
      ERMCP/PCWEB/Menu/pc_menu_ermcp_v5.json

+ 21 - 0
ERMCP/PCWEB/Menu/REDEAM.MD

@@ -0,0 +1,21 @@
+## type
+
+interface PcwebMenu {
+    title: string,
+    code: string,
+    path: string,
+    component: string,
+    sort: number,
+    requireAuth: boolean,
+    isshow: boolean,
+    url?: string,
+    remark?: string,
+    children?: PcwebMenu[],
+    auth?: {
+        label: string,
+        code: string,
+        requireAuth: boolean,
+        isshow: boolean,
+        remark: string,
+    }[]
+}

+ 2 - 4
ERMCP/PCWEB/Menu/pc_menu_ermcp.json

@@ -218,8 +218,7 @@
                 "isshow": true,
                 "url": "",
                 "remark": "",
-                "children": [
-                ]
+                "children": []
               }
             ]
           },
@@ -265,8 +264,7 @@
                 "isshow": true,
                 "url": "",
                 "remark": "",
-                "children": [
-                ]
+                "children": []
               }
             ]
           }

+ 2048 - 0
ERMCP/PCWEB/Menu/pc_menu_ermcp_v5.json

@@ -0,0 +1,2048 @@
+[
+    {
+        "title": "基础设置",
+        "code": "info",
+        "path": "/info",
+        "component": "Layout",
+        "sort": 1,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "客户资料",
+                "code": "custom",
+                "path": "custom",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "custom_checkpending",
+                        "path": "custom_checkpending",
+                        "component": "views/information/custom/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "custom_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "审核",
+                                "code": "custom_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "正常",
+                        "code": "custom_normal",
+                        "path": "custom_normal",
+                        "component": "views/information/custom/list/normal-use/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "custom_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "custom_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "停用",
+                                "code": "custom_disable",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "停用",
+                        "code": "custom_disabled",
+                        "path": "custom_disabled",
+                        "component": "views/information/custom/list/stop-use/index.vue",
+                        "sort": 3,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "custom_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "恢复",
+                                "code": "custom_restore",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "商品设置",
+                "code": "goods",
+                "path": "goods",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "现货品种",
+                        "code": "goods_spot",
+                        "path": "goods_spot",
+                        "component": "",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增品牌",
+                                "code": "goods_spot_brand_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "品牌信息"
+                            },
+                            {
+                                "label": "修改",
+                                "code": "goods_spot_brand_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "品牌信息"
+                            },
+                            {
+                                "label": "停用",
+                                "code": "goods_spot_brand_disable",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "品牌信息"
+                            },
+                            {
+                                "label": "恢复",
+                                "code": "goods_spot_brand_recover",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "品牌信息"
+                            },
+                            {
+                                "label": "新增商品",
+                                "code": "goods_spot_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "商品信息"
+                            },
+                            {
+                                "label": "修改",
+                                "code": "goods_spot_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "商品信息"
+                            },
+                            {
+                                "label": "修改税率",
+                                "code": "goods_spot_modify_ratio",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "商品信息"
+                            }
+                        ]
+                    },
+                    {
+                        "title": "套保品种",
+                        "code": "goods_hedge",
+                        "path": "goods_hedge",
+                        "component": "",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "修改",
+                                "code": "goods_hedge_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "仓库信息",
+                "code": "warehouse",
+                "path": "warehouse",
+                "component": "Main",
+                "sort": 3,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "正常",
+                        "code": "warehouse_normal",
+                        "path": "warehouse_normal",
+                        "component": "views/information/warehouse-info/list/normal-use/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "warehouse_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "warehouse_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "停用",
+                                "code": "warehouse_disable",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "停用",
+                        "code": "warehouse_disabled",
+                        "path": "warehouse_disabled",
+                        "component": "views/information/warehouse-info/list/stop-use/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "warehouse_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "恢复",
+                                "code": "warehouse_recover",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "主体设置",
+                "code": "company",
+                "path": "company",
+                "component": "Main",
+                "sort": 3,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "正常",
+                        "code": "company_normal",
+                        "path": "company_normal",
+                        "component": "",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "company_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "company_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "停用",
+                                "code": "company_disable",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "停用",
+                        "code": "company_disabled",
+                        "path": "company_disabled",
+                        "component": "",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "恢复",
+                                "code": "company_recover",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "账户管理",
+                "code": "account",
+                "path": "account",
+                "component": "Main",
+                "sort": 4,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "现货账户",
+                        "code": "account_spot",
+                        "path": "account_spot",
+                        "component": "views/information/account_info/list/account_info_business/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "account_spot_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "account_spot_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "重置密码",
+                                "code": "account_spot_resetpwd",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "锁定",
+                                "code": "account_spot_locked",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "注销",
+                                "code": "account_spot_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "交易账户",
+                        "code": "account_trade",
+                        "path": "account_trade",
+                        "component": "views/information/account_info/list/account_info_trade/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "account_trade_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "account_trade_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "account_trade_child_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "重置密码",
+                                "code": "account_trade_child_reset",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "锁定",
+                                "code": "account_trade_child_locked",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "注销",
+                                "code": "account_trade_child_logout",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "管理账户",
+                        "code": "account_manager",
+                        "path": "account_manager",
+                        "component": "views/information/account_info/list/account_info_manager/index.vue",
+                        "sort": 3,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "account_manager_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": "管理账户 - 新增管理员"
+                            },
+                            {
+                                "label": "权限设置",
+                                "code": "account_manager_setting",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "解锁",
+                                "code": "account_manager_unlocked",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "期货账户",
+                        "code": "account_futures",
+                        "path": "account_futures",
+                        "component": "views/information/account_info/list/account_info_futures/index.vue",
+                        "sort": 4,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "账户设置",
+                                "code": "account_futures_setting",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "新增",
+                                "code": "account_futures_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "account_futures_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "新增",
+                                "code": "account_futures_child_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "code": "account_futures_child_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "授信",
+                                "code": "account_futures_child_credit",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "注销",
+                                "code": "account_futures_child_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "审核设置",
+                "code": "audit",
+                "path": "audit",
+                "component": "Main",
+                "sort": 4,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "审核设置",
+                        "code": "audit_setting",
+                        "path": "audit_setting",
+                        "component": "",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "现货套保",
+        "code": "business",
+        "path": "/business",
+        "component": "Layout",
+        "sort": 2,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "采购合同",
+                "code": "purchase",
+                "path": "purchase",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "特点价合同",
+                        "code": "purchase_pending",
+                        "path": "purchase_pending",
+                        "component": "views/business/purchase/list/pending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "点价登记",
+                                "code": "purchase_pending_someprice",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "待交收合同",
+                        "code": "purchase_performance",
+                        "path": "purchase_performance",
+                        "component": "views/business/purchase/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "交收登记",
+                                "code": "purchase_performance_settlement",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "款项登记",
+                                "code": "purchase_performance_funds",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "发票登记",
+                                "code": "purchase_performance_invoice",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "入库登记",
+                                "code": "purchase_performance_storage",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "完结合同",
+                                "code": "purchase_performance_ending",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "新增合同",
+                        "code": "purchase_contract",
+                        "path": "purchase_contract",
+                        "component": "views/business/purchase/list/contract/index.vue",
+                        "sort": 3,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "purchase_contract_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤回",
+                                "code": "purchase_contract_delete",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "重新提交",
+                                "code": "purchase_contract_resubmit",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已完成合同",
+                        "code": "purchase_finish",
+                        "path": "purchase_finish",
+                        "component": "views/business/purchase/list/all/index.vue",
+                        "sort": 4,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "销售合同",
+                "code": "sell",
+                "path": "sell",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "特点价合同",
+                        "code": "sell_pending",
+                        "path": "sell_pending",
+                        "component": "views/business/sell/list/pending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "点价登记",
+                                "code": "sell_pending_someprice",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "待交收合同",
+                        "code": "sell_performance",
+                        "path": "sell_performance",
+                        "component": "views/business/sell/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "交收登记",
+                                "code": "sell_performance_settlement",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "款项登记",
+                                "code": "sell_performance_funds",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "发票登记",
+                                "code": "sell_performance_invoice",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "入库登记",
+                                "code": "sell_performance_storage",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "完结合同",
+                                "code": "sell_performance_ending",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "新增合同",
+                        "code": "sell_contract",
+                        "path": "sell_contract",
+                        "component": "views/business/sell/list/contract/index.vue",
+                        "sort": 3,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "sell_contract_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤回",
+                                "code": "sell_contract_delete",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "重新提交",
+                                "code": "sell_contract_resubmit",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已完成合同",
+                        "code": "sell_finish",
+                        "path": "sell_finish",
+                        "component": "views/business/sell/list/all/index.vue",
+                        "sort": 4,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "购销计划",
+                "code": "plan",
+                "path": "plan",
+                "component": "Main",
+                "sort": 3,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "执行中计划",
+                        "code": "plan_running",
+                        "path": "plan_running",
+                        "component": "views/business/plan/list/running/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    },
+                    {
+                        "title": "新增计划",
+                        "code": "plan_uncommitted",
+                        "path": "plan_uncommitted",
+                        "component": "views/business/plan/list/uncommitted/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "code": "plan_uncommitted_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "重新提交",
+                                "code": "plan_uncommitted_resubmit",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "plan_uncommitted_delete",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "现货查询",
+                "code": "search",
+                "path": "search",
+                "component": "Main",
+                "sort": 4,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "采购合同",
+                        "code": "search_purchase",
+                        "path": "search_purchase",
+                        "component": "views/business/search/list/purchase/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    },
+                    {
+                        "title": "销售合同",
+                        "code": "search_sell",
+                        "path": "search_sell",
+                        "component": "views/business/search/list/sell/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    },
+                    {
+                        "title": "购销计划",
+                        "code": "search_plan",
+                        "path": "search_plan",
+                        "component": "views/business/search/list/plan/index.vue",
+                        "sort": 3,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "期现关联",
+                "code": "futures_spot",
+                "path": "futures_spot",
+                "component": "Main",
+                "sort": 5,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "外部成交单关联",
+                        "code": "futures_spot_finish",
+                        "path": "futures_spot_finish",
+                        "component": "",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "关联",
+                                "code": "futures_spot_finish_bind",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "解除关联",
+                                "code": "futures_spot_finish_unbind",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "期现单据关联",
+                        "code": "futures_spot_order",
+                        "path": "futures_spot_order",
+                        "component": "",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "补单关联",
+                                "code": "futures_spot_order_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "关联",
+                                "code": "futures_spot_order_bind",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "关联记录",
+                        "code": "futures_spot_record",
+                        "path": "futures_spot_record",
+                        "component": "",
+                        "sort": 3,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "解除关联",
+                                "code": "futures_spot_record_unbind",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "现货参考价",
+                "code": "spotmarket",
+                "path": "spotmarket",
+                "component": "Main",
+                "sort": 6,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "现货参考价",
+                        "code": "spotmarket_price",
+                        "path": "spotmarket_price",
+                        "component": "views/business/spotmarket/list/price/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "修改",
+                                "code": "spotmarket_price_modify",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "风险管理",
+        "code": "riskmanage",
+        "path": "/riskmanage",
+        "component": "Layout",
+        "sort": 3,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "实时敞口",
+                "code": "exposure_realtime",
+                "path": "exposure_realtime",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "实时敞口",
+                        "code": "exposure_realtime_index",
+                        "path": "exposure_realtime_index",
+                        "component": "views/business/exposure/list/realTime/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "下单",
+                                "code": "exposure_realtime_index_add",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "现货明细",
+                                "code": "exposure_realtime_spot_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "期货明细",
+                                "code": "exposure_realtime_futures_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "参数变动明细",
+                                "code": "exposure_realtime_params_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "头寸查询",
+                "code": "position",
+                "path": "position",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "现货商品头寸",
+                        "code": "position_spot",
+                        "path": "position_spot",
+                        "component": "views/business/exposure/list/spot/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "现货变动明细",
+                                "code": "position_spot_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "期货持仓头寸",
+                        "code": "position_futures",
+                        "path": "position_futures",
+                        "component": "views/business/exposure/list/futures/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "期货变动明细",
+                                "code": "position_futures_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "历史敞口",
+                "code": "exposure_history",
+                "path": "exposure_history",
+                "component": "Main",
+                "sort": 3,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "历史敞口",
+                        "code": "exposure_history_index",
+                        "path": "exposure_history_index",
+                        "component": "views/business/exposure/list/history/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "风管审核",
+        "code": "riskreview",
+        "path": "/riskreview",
+        "component": "Layout",
+        "sort": 4,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "套保比例审核",
+                "code": "hedge_ratio",
+                "path": "hedge_ratio",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "hedge_ratio_checkpending",
+                        "path": "hedge_ratio_checkpending",
+                        "component": "",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "hedge_ratio_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "hedge_ratio_performance",
+                        "path": "hedge_ratio_performance",
+                        "component": "",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "现货参数审核",
+                "code": "spot_params",
+                "path": "spot_params",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "spot_params_checkpending",
+                        "path": "spot_params_checkpending",
+                        "component": "",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "spot_params_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "spot_params_performance",
+                        "path": "spot_params_performance",
+                        "component": "",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "管理端",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "现货审核",
+        "code": "spotreview",
+        "path": "/spotreview",
+        "component": "Layout",
+        "sort": 5,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "合同审核",
+                "code": "contract",
+                "path": "contract",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "contract_checkpending",
+                        "path": "contract_checkpending",
+                        "component": "views/information/spot-contract/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "contract_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "contract_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "contract_performance",
+                        "path": "contract_performance",
+                        "component": "views/information/spot-contract/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "点价审核",
+                "code": "someprice",
+                "path": "someprice",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "someprice_checkpending",
+                        "path": "someprice_checkpending",
+                        "component": "views/manage/someprice/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "someprice_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "someprice_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "someprice_performance",
+                        "path": "someprice_performance",
+                        "component": "views/manage/someprice/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "交收审核",
+                "code": "settlement",
+                "path": "settlement",
+                "component": "Main",
+                "sort": 3,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "settlement_checkpending",
+                        "path": "settlement_checkpending",
+                        "component": "views/manage/settlement/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "settlement_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "settlement_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "settlement_performance",
+                        "path": "settlement_performance",
+                        "component": "views/manage/settlement/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "计划审核",
+                "code": "plan",
+                "path": "plan",
+                "component": "Main",
+                "sort": 4,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "plan_checkpending",
+                        "path": "plan_checkpending",
+                        "component": "views/business/plan/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "plan_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "plan_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "plan_performance",
+                        "path": "plan_performance",
+                        "component": "views/business/plan/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "出入库审核",
+                "code": "stock",
+                "path": "stock",
+                "component": "Main",
+                "sort": 5,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "stock_checkpending",
+                        "path": "stock_checkpending",
+                        "component": "views/manage/inventory-review/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "stock_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "stock_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "stock_performance",
+                        "path": "stock_performance",
+                        "component": "views/manage/inventory-review/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "财务审核",
+        "code": "financereview",
+        "path": "/financereview",
+        "component": "Layout",
+        "sort": 1,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "发票审核",
+                "code": "invoice",
+                "path": "invoice",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "invoice_checkpending",
+                        "path": "invoice_checkpending",
+                        "component": "views/manage/invoice/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "invoice_checkpending_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "invoice_checkpending_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "invoice_performance",
+                        "path": "invoice_performance",
+                        "component": "views/manage/invoice/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            },
+            {
+                "title": "款项审核",
+                "code": "funds",
+                "path": "funds",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "待审核",
+                        "code": "funds_checkpending",
+                        "path": "funds_checkpending",
+                        "component": "views/manage/funds/list/checkpending/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "审核",
+                                "code": "funds_checkpending_check",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "撤销",
+                                "code": "funds_checkpending_cancel",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    },
+                    {
+                        "title": "已审核",
+                        "code": "funds_performance",
+                        "path": "funds_performance",
+                        "component": "views/manage/funds/list/performance/index.vue",
+                        "sort": 2,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "统计报表",
+        "code": "report",
+        "path": "/report",
+        "component": "Layout",
+        "sort": 1,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "现货报表",
+                "code": "spot_report",
+                "path": "spot_report",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "现货报表",
+                        "code": "spot_report_spot",
+                        "path": "spot_report_spot",
+                        "component": "views/report/spot-report/list/spot_report/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "现货明细",
+                                "code": "spot_report_spot_detail",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "敞口报表",
+                "code": "exposure_report",
+                "path": "exposure_report",
+                "component": "Main",
+                "sort": 2,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "敞口报表",
+                        "code": "exposure_report_exposure",
+                        "path": "exposure_report_exposure",
+                        "component": "views/report/exposure-report/list/exposure_report/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "现货合同变动量明细",
+                                "code": "exposure_report_exposure_contract_changes",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "套保计划变动量明细",
+                                "code": "exposure_report_exposure_hedging_plan",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "期货变动量明细",
+                                "code": "exposure_report_exposure_futures_changes",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "参数调整变动量明细",
+                                "code": "exposure_report_exposure_parameter_adjustment_changes",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "期货报表",
+                "code": "future_report",
+                "path": "future_report",
+                "component": "Main",
+                "sort": 3,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "期货报表",
+                        "code": "future_report_future",
+                        "path": "future_report_future",
+                        "component": "views/report/future_report/list/future_report/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "账户明细",
+                                "code": "future_report_future_detail",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "财务报表",
+                "code": "finance_report",
+                "path": "finance_report",
+                "component": "Main",
+                "sort": 4,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "财务报表",
+                        "code": "finance_report_finance",
+                        "path": "finance_report_finance",
+                        "component": "views/report/finance-report/list/finance_report_finance/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "商品明细",
+                                "code": "finance_report_finance_category_breakdown",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "品牌明细",
+                                "code": "finance_report_finance_brand_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "库存报表",
+                "code": "inventory_report",
+                "path": "inventory_report",
+                "component": "Main",
+                "sort": 5,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "库存报表",
+                        "code": "inventory_report_inventory_category",
+                        "path": "inventory_report_inventory_category",
+                        "component": "views/report/inventory-report/list/category/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "品牌明细",
+                                "code": "inventory_report_inventory_category_brand_detail",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "仓库明细",
+                                "code": "inventory_report_inventory_category_warehouse_detail",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "仓库报表",
+                "code": "warehouse_report",
+                "path": "warehouse_report",
+                "component": "Main",
+                "sort": 6,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "仓库报表",
+                        "code": "warehouse_report_warehouse",
+                        "path": "warehouse_report_warehouse",
+                        "component": "views/report/inventory-report/list/warehouse/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "库存明细",
+                                "code": "warehouse_report_warehouse_detail",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "汇总报表",
+                "code": "sum_pl_report",
+                "path": "sum_pl_report",
+                "component": "Main",
+                "sort": 7,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "汇总报表",
+                        "code": "sum_pl_report_sum_pl",
+                        "path": "sum_pl_report_sum_pl",
+                        "component": "views/report/sum_pl_report/list/sum_pl_report/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "损益明细",
+                                "code": "sum_pl_report_profit_and_loss_details",
+                                "requireAuth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
+            {
+                "title": "定价报表",
+                "code": "price_report",
+                "path": "price_report",
+                "component": "Main",
+                "sort": 8,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "现货报表",
+                        "code": "price_report_spot",
+                        "path": "price_report_spot",
+                        "component": "views/report/price_report/list/price_report_spot/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    },
+    {
+        "title": "库存管理",
+        "code": "inventory",
+        "path": "/inventory",
+        "component": "Layout",
+        "sort": 1,
+        "requireAuth": false,
+        "isshow": true,
+        "children": [
+            {
+                "title": "库存管理",
+                "code": "inventory_manage",
+                "path": "inventory_manage",
+                "component": "Main",
+                "sort": 1,
+                "requireAuth": true,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "库存管理",
+                        "code": "inventory_management",
+                        "path": "inventory_management",
+                        "component": "views/manage/finance-review/list/funds/index.vue",
+                        "sort": 1,
+                        "requireAuth": true,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": []
+                    }
+                ]
+            }
+        ]
+    }
+]