南网补充合同新增菜单
This commit is contained in:
parent
f7b359fc63
commit
f5d3204d45
|
|
@ -2,3 +2,11 @@ INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`,
|
|||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('外部装备参与管理', 0, 52, 'external', 'external', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:15:29', 'admin', '2024-11-20 09:18:05', '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('装备管理', 0, 53, 'equipment-manage', 'equipment-manage', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:17:05', 'admin', '2024-11-20 09:18:19', '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('员工管理', 0, 54, 'staff-manage', 'staff-manage', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:17:21', 'admin', '2024-11-20 09:18:35', '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('超试验装备管理', 2174, 20, 'super-test', 'warehouseManage/machinery/super-test', NULL, 1, 1, 'C', '0', '0', NULL, 'clipboard', 'admin', '2024-11-18 13:27:56', '', NULL, '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('省级资料培训库', 0, 40, 'data-train', 'data-train', NULL, 1, 0, 'C', '0', '0', NULL, 'example', 'admin', '2024-11-18 13:29:46', '', NULL, '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('超长时间告警', 2004, 17, 'long-term', 'claimAndreturn/longTerm', NULL, 1, 1, 'C', '0', '0', '', 'email', 'admin', '2024-11-18 14:48:54', 'admin', '2024-11-18 15:01:55', '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('出入库异常', 0, 50, 'entryandExit', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'form', 'admin', '2024-11-18 15:05:11', '', NULL, '');
|
||||
--获取出入库异常信息的id,再添加菜单
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('入库异常', 2294, 2, 'Entry', 'entryandExit/Entry', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-18 15:05:48', 'admin', '2024-11-18 15:06:25', '');
|
||||
INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('出库异常', 2294, 1, 'Exit', 'entryandExit/Exit', NULL, 1, 1, 'C', '0', '0', '', 'documentation', 'admin', '2024-11-18 15:06:38', 'admin', '2024-11-18 15:06:55', '');
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `item_center`.`warehouse_push_equipment`
|
||||
ADD COLUMN `social_credit_code` varchar(255) NULL COMMENT '企业机构代码(统一社会信用代码)' AFTER `item_id`;
|
||||
Loading…
Reference in New Issue