li.shaoyi 4 years ago
parent
commit
0ad7a99e81
1 changed files with 17 additions and 2 deletions
  1. 17 2
      ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

+ 17 - 2
ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

@@ -2047,13 +2047,28 @@
                         "title": "库存管理",
                         "title": "库存管理",
                         "code": "inventory_management",
                         "code": "inventory_management",
                         "path": "inventory_management",
                         "path": "inventory_management",
-                        "component": "views/manage/inventory-review/list/checkin/index.vue",
+                        "component": "views/search/inventory/list/inventory_current/index.vue",
                         "sort": 1,
                         "sort": 1,
                         "requireauth": true,
                         "requireauth": true,
                         "isshow": true,
                         "isshow": true,
                         "url": "",
                         "url": "",
                         "remark": "",
                         "remark": "",
-                        "auth": []
+                        "auth": [
+                            {
+                                "label": "入库明细",
+                                "code": "inventory_manager_inbound_details",
+                                "requireauth": true,
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "出库明细",
+                                "code": "inventory_manager_outbound_details",
+                                "requireauth": true,
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
                     }
                     }
                 ]
                 ]
             }
             }