Commit dc53642f authored by zhengyi's avatar zhengyi

出货阶段订单修改、入仓修改、入仓补充按钮菜单权限

parent 3f902c2e
-- 出货阶段订单修改、入仓修改、入仓补充按钮菜单权限
INSERT INTO `system_menu`( `name`, `permission`, `menu_type`, `sort`, `parent_id`, `path`, `icon`, `component`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `is_show_in_menu_bar`, `name_en`, `keepalive`, `redirect`, `badge_field`) VALUES ( '出货阶段入仓补充', 'ecw:order:shipment:warehouse_replenish', 3, 1, 1852, '', '', '', 0, '119', '2024-11-12 23:34:53', '119', '2024-11-12 23:34:53', b'0', b'1', '出货阶段入仓补充', b'0', NULL, NULL);
INSERT INTO `system_menu`(`name`, `permission`, `menu_type`, `sort`, `parent_id`, `path`, `icon`, `component`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `is_show_in_menu_bar`, `name_en`, `keepalive`, `redirect`, `badge_field`) VALUES ('出货阶段入仓修改', 'ecw:order:shipment:warehouse_update', 3, 1, 1852, '', '', '', 0, '119', '2024-11-12 23:34:28', '119', '2024-11-12 23:34:28', b'0', b'1', '出货阶段入仓修改', b'0', NULL, NULL);
INSERT INTO `system_menu`( `name`, `permission`, `menu_type`, `sort`, `parent_id`, `path`, `icon`, `component`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `is_show_in_menu_bar`, `name_en`, `keepalive`, `redirect`, `badge_field`) VALUES ('出货订单编辑', 'ecw:order:shipment:update', 3, 0, 1852, '', '', '', 0, '119', '2024-10-23 23:10:39', '119', '2024-10-23 23:10:39', b'0', b'1', 'ShipmentOrderEdit', b'0', NULL, NULL);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment