|
@@ -68,6 +68,14 @@ INSERT INTO t_menu (id, parent_id, menu_type, title, name, path, component, `ran
|
|
|
INSERT INTO t_menu (id, parent_id, menu_type, title, name, path, component, `rank`, show_link, show_parent) VALUES
|
|
INSERT INTO t_menu (id, parent_id, menu_type, title, name, path, component, `rank`, show_link, show_parent) VALUES
|
|
|
(503, 500, 0, '上货记录', 'StockRecords', '/inventory/records', '', 3, 1, 0);
|
|
(503, 500, 0, '上货记录', 'StockRecords', '/inventory/records', '', 3, 1, 0);
|
|
|
|
|
|
|
|
|
|
+INSERT INTO t_menu (id, parent_id, menu_type, title, name, path, component, `rank`, icon, show_link, show_parent, `redirect`, keep_alive) VALUES
|
|
|
|
|
+(505, 500, 0, '设备补货单', 'ReplenishmentOrder', '/inventory/replenishment-order', '', 4, 'ep:shopping-cart', 1, 0, '/inventory/replenishment-order/list', 1);
|
|
|
|
|
+
|
|
|
|
|
+INSERT INTO t_menu (id, parent_id, menu_type, title, name, path, component, `rank`, show_link, show_parent) VALUES
|
|
|
|
|
+(506, 505, 0, '补货单列表', 'ReplenishmentOrderList', '/inventory/replenishment-order/list', 'replenishment-order/index', 1, 1, 0);
|
|
|
|
|
+INSERT INTO t_menu (id, parent_id, menu_type, title, name, path, component, `rank`, show_link, show_parent) VALUES
|
|
|
|
|
+(507, 505, 0, '补货单详情', 'ReplenishmentOrderDetail', '/inventory/replenishment-order/detail', 'replenishment-order/detail', 2, 0, 0);
|
|
|
|
|
+
|
|
|
-- =====================================================
|
|
-- =====================================================
|
|
|
-- 6. 客户管理 (Customer) - rank 6
|
|
-- 6. 客户管理 (Customer) - rank 6
|
|
|
-- =====================================================
|
|
-- =====================================================
|
|
@@ -177,7 +185,7 @@ INSERT INTO t_role_menu (id, role_id, menu_id) VALUES
|
|
|
(90003, 1, 200), (90004, 1, 201), (90005, 1, 202),
|
|
(90003, 1, 200), (90004, 1, 201), (90005, 1, 202),
|
|
|
(90006, 1, 300), (90007, 1, 301), (90008, 1, 302), (90009, 1, 303), (90010, 1, 304),
|
|
(90006, 1, 300), (90007, 1, 301), (90008, 1, 302), (90009, 1, 303), (90010, 1, 304),
|
|
|
(90011, 1, 400), (90012, 1, 401), (90013, 1, 402),
|
|
(90011, 1, 400), (90012, 1, 401), (90013, 1, 402),
|
|
|
-(90014, 1, 500), (90015, 1, 501), (90016, 1, 502), (90017, 1, 503),
|
|
|
|
|
|
|
+(90014, 1, 500), (90015, 1, 501), (90016, 1, 502), (90017, 1, 503), (90053, 1, 505), (90054, 1, 506), (90055, 1, 507),
|
|
|
(90018, 1, 600), (90019, 1, 601),
|
|
(90018, 1, 600), (90019, 1, 601),
|
|
|
(90020, 1, 700), (90021, 1, 701), (90022, 1, 702), (90023, 1, 703), (90024, 1, 704), (90025, 1, 705), (90026, 1, 706), (90027, 1, 707),
|
|
(90020, 1, 700), (90021, 1, 701), (90022, 1, 702), (90023, 1, 703), (90024, 1, 704), (90025, 1, 705), (90026, 1, 706), (90027, 1, 707),
|
|
|
(90028, 1, 800), (90029, 1, 801), (90030, 1, 802), (90031, 1, 803), (90032, 1, 804),
|
|
(90028, 1, 800), (90029, 1, 801), (90030, 1, 802), (90031, 1, 803), (90032, 1, 804),
|