diff --git a/doc/实施文档/sys_dicts.sql b/doc/实施文档/sys_dicts.sql index 70e198a..a73c8d9 100644 --- a/doc/实施文档/sys_dicts.sql +++ b/doc/实施文档/sys_dicts.sql @@ -18,11 +18,11 @@ USE `j2eedb`; /*Data for the table `sys_dict_data` */ -insert into `sys_dict_data`(`dict_code`,`dict_sort`,`dict_label`,`dict_value`,`dict_type`,`css_class`,`list_class`,`is_default`,`status`,`create_by`,`create_time`,`update_by`,`update_time`,`remark`) values (1,1,'男','0','sys_user_sex','','','Y','0','admin','2022-04-07 00:29:32','',NULL,'性别男'),(2,2,'女','1','sys_user_sex','','','N','0','admin','2022-04-07 00:29:32','',NULL,'性别女'),(3,3,'未知','2','sys_user_sex','','','N','0','admin','2022-04-07 00:29:32','',NULL,'性别未知'),(4,1,'显示','0','sys_show_hide','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'显示菜单'),(5,2,'隐藏','1','sys_show_hide','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'隐藏菜单'),(6,1,'正常','0','sys_normal_disable','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(7,2,'停用','1','sys_normal_disable','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'停用状态'),(8,1,'正常','0','sys_job_status','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(9,2,'暂停','1','sys_job_status','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'停用状态'),(10,1,'默认','DEFAULT','sys_job_group','','','Y','0','admin','2022-04-07 00:29:32','',NULL,'默认分组'),(11,2,'系统','SYSTEM','sys_job_group','','','N','0','admin','2022-04-07 00:29:32','',NULL,'系统分组'),(12,1,'是','Y','sys_yes_no','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'系统默认是'),(13,2,'否','N','sys_yes_no','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'系统默认否'),(14,1,'通知','1','sys_notice_type','','warning','Y','0','admin','2022-04-07 00:29:32','',NULL,'通知'),(15,2,'公告','2','sys_notice_type','','success','N','0','admin','2022-04-07 00:29:32','',NULL,'公告'),(16,1,'正常','0','sys_notice_status','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(17,2,'关闭','1','sys_notice_status','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'关闭状态'),(18,1,'新增','1','sys_oper_type','','info','N','0','admin','2022-04-07 00:29:32','',NULL,'新增操作'),(19,2,'修改','2','sys_oper_type','','info','N','0','admin','2022-04-07 00:29:32','',NULL,'修改操作'),(20,3,'删除','3','sys_oper_type','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'删除操作'),(21,4,'授权','4','sys_oper_type','','primary','N','0','admin','2022-04-07 00:29:32','',NULL,'授权操作'),(22,5,'导出','5','sys_oper_type','','warning','N','0','admin','2022-04-07 00:29:32','',NULL,'导出操作'),(23,6,'导入','6','sys_oper_type','','warning','N','0','admin','2022-04-07 00:29:32','',NULL,'导入操作'),(24,7,'强退','7','sys_oper_type','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'强退操作'),(25,8,'生成代码','8','sys_oper_type','','warning','N','0','admin','2022-04-07 00:29:32','',NULL,'生成操作'),(26,9,'清空数据','9','sys_oper_type','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'清空操作'),(27,1,'成功','0','sys_common_status','','primary','N','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(28,2,'失败','1','sys_common_status','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'停用状态'),(100,1,'物料','ITEM','mes_item_product',NULL,'default','N','0','admin','2022-04-16 16:34:46','',NULL,NULL),(101,2,'产品','PRODUCT','mes_item_product',NULL,'default','N','0','admin','2022-04-16 16:35:02','',NULL,NULL),(102,1,'输入字符','INPUTCHAR','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:33:47','',NULL,NULL),(103,2,'当前日期时间','NOWDATE','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:34:07','',NULL,NULL),(104,3,'固定字符','FIXCHAR','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:34:27','',NULL,NULL),(105,4,'流水号','SERIALNO','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:34:53','',NULL,NULL),(106,1,'按年','YEAR','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:35:17','',NULL,NULL),(107,2,'按月','MONTH','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:35:29','admin','2022-04-26 15:35:55',NULL),(108,3,'按天','DAY','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:36:13','',NULL,NULL),(109,4,'按小时','HOUR','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:36:34','',NULL,NULL),(110,5,'按分钟','MINUTE','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:36:59','',NULL,NULL),(111,6,'按传入字符','OTHER','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:37:19','',NULL,NULL),(112,1,'企业客户','ENTERPRISE','mes_client_type',NULL,'default','N','0','admin','2022-05-06 20:54:37','',NULL,NULL),(113,2,'个人','PERSON','mes_client_type',NULL,'default','N','0','admin','2022-05-06 20:55:00','',NULL,NULL),(114,1,'优质供应商','A','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:45:52','',NULL,NULL),(115,2,'正常','B','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:02','',NULL,NULL),(116,3,'重点关注','C','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:15','',NULL,NULL),(117,4,'劣质供应商','D','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:41','',NULL,NULL),(118,5,'黑名单','E','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:54','',NULL,NULL),(119,1,'草稿','PREPARE','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:35:34','',NULL,NULL),(120,2,'已确认','CONFIRMED','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:36:37','',NULL,NULL),(121,3,'审批中','APPROVING','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:39:30','',NULL,NULL),(122,4,'已审批','APPROVED','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:39:45','',NULL,NULL),(123,5,'已完成','FINISHED','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:40:07','',NULL,NULL),(124,1,'客户订单','ORDER','mes_workorder_sourcetype',NULL,'default','N','0','admin','2022-05-09 11:23:47','',NULL,NULL),(125,2,'库存备货','STORE','mes_workorder_sourcetype',NULL,'default','N','0','admin','2022-05-09 11:24:04','admin','2022-05-09 11:24:24',NULL),(126,1,'定期维护','REGULAR','mes_mainten_type',NULL,'default','N','0','admin','2022-05-10 23:40:57','',NULL,NULL),(127,2,'按使用次数维护','USAGE','mes_mainten_type',NULL,'default','N','0','admin','2022-05-10 23:41:31','',NULL,NULL),(128,1,'在库','STORE','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:51:13','',NULL,NULL),(129,2,'被领用','ISSUE','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:51:36','',NULL,NULL),(130,3,'报废','SCRAP','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:52:02','',NULL,NULL),(131,4,'维修中','REPARE','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:52:20','',NULL,NULL),(132,1,'S-to-S','SS','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:51:28','',NULL,NULL),(133,2,'F-to-F','FF','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:51:51','',NULL,NULL),(134,3,'S-to-F','SF','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:52:05','',NULL,NULL),(135,4,'F-to-S','FS','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:52:21','',NULL,NULL),(136,1,'秒','SECOND','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:14','',NULL,NULL),(137,2,'分钟','MINUTE','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:25','',NULL,NULL),(138,3,'小时','HOUR','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:46','',NULL,NULL),(139,4,'天','DAY','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:57','',NULL,NULL),(140,5,'周','WEEK','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:42:12','',NULL,NULL),(141,6,'月','MONTH','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:42:26','',NULL,NULL),(142,1,'尺寸','SIZE','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:26:34','',NULL,NULL),(143,2,'外观','APPEARANCE','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:28:19','',NULL,NULL),(144,3,'重量','WEIGHT','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:28:31','',NULL,NULL),(145,4,'性能','PERFORMANCE','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:29:28','',NULL,NULL),(146,5,'成分','COMPONENT','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:30:34','',NULL,NULL),(147,1,'[来料检验]','IQC','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:38:58','admin','2022-05-18 10:38:43',NULL),(148,2,'[首检]','FIRST_CHECK','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:39:19','admin','2022-05-18 10:38:50',NULL),(149,3,'[末检]','FINAL_CHECK','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:39:46','admin','2022-05-18 10:38:57',NULL),(150,4,'[巡检]','REGULAR_CHECK','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:40:05','admin','2022-05-18 10:39:02',NULL),(151,5,'[成品检验]','FQC','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:40:27','admin','2022-05-18 10:39:08',NULL),(152,6,'[发货检验]','OQC','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:40:52','admin','2022-05-18 10:39:14',NULL),(153,1,'致命缺陷','CR','mes_defect_level',NULL,'default','N','0','admin','2022-05-19 10:24:05','',NULL,NULL),(154,2,'严重缺陷','MAJ','mes_defect_level',NULL,'default','N','0','admin','2022-05-19 10:24:20','',NULL,NULL),(155,3,'轻微缺陷','MIN','mes_defect_level',NULL,'default','N','0','admin','2022-05-19 10:24:33','',NULL,NULL),(156,1,'检验通过','ACCEPT','mes_qc_result',NULL,'default','N','0','admin','2022-05-19 16:38:07','',NULL,NULL),(157,2,'检验不通过','REJECT','mes_qc_result',NULL,'default','N','0','admin','2022-05-19 16:38:22','',NULL,NULL); +insert into `sys_dict_data`(`dict_code`,`dict_sort`,`dict_label`,`dict_value`,`dict_type`,`css_class`,`list_class`,`is_default`,`status`,`create_by`,`create_time`,`update_by`,`update_time`,`remark`) values (1,1,'男','0','sys_user_sex','','','Y','0','admin','2022-04-07 00:29:32','',NULL,'性别男'),(2,2,'女','1','sys_user_sex','','','N','0','admin','2022-04-07 00:29:32','',NULL,'性别女'),(3,3,'未知','2','sys_user_sex','','','N','0','admin','2022-04-07 00:29:32','',NULL,'性别未知'),(4,1,'显示','0','sys_show_hide','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'显示菜单'),(5,2,'隐藏','1','sys_show_hide','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'隐藏菜单'),(6,1,'正常','0','sys_normal_disable','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(7,2,'停用','1','sys_normal_disable','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'停用状态'),(8,1,'正常','0','sys_job_status','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(9,2,'暂停','1','sys_job_status','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'停用状态'),(10,1,'默认','DEFAULT','sys_job_group','','','Y','0','admin','2022-04-07 00:29:32','',NULL,'默认分组'),(11,2,'系统','SYSTEM','sys_job_group','','','N','0','admin','2022-04-07 00:29:32','',NULL,'系统分组'),(12,1,'是','Y','sys_yes_no','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'系统默认是'),(13,2,'否','N','sys_yes_no','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'系统默认否'),(14,1,'通知','1','sys_notice_type','','warning','Y','0','admin','2022-04-07 00:29:32','',NULL,'通知'),(15,2,'公告','2','sys_notice_type','','success','N','0','admin','2022-04-07 00:29:32','',NULL,'公告'),(16,1,'正常','0','sys_notice_status','','primary','Y','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(17,2,'关闭','1','sys_notice_status','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'关闭状态'),(18,1,'新增','1','sys_oper_type','','info','N','0','admin','2022-04-07 00:29:32','',NULL,'新增操作'),(19,2,'修改','2','sys_oper_type','','info','N','0','admin','2022-04-07 00:29:32','',NULL,'修改操作'),(20,3,'删除','3','sys_oper_type','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'删除操作'),(21,4,'授权','4','sys_oper_type','','primary','N','0','admin','2022-04-07 00:29:32','',NULL,'授权操作'),(22,5,'导出','5','sys_oper_type','','warning','N','0','admin','2022-04-07 00:29:32','',NULL,'导出操作'),(23,6,'导入','6','sys_oper_type','','warning','N','0','admin','2022-04-07 00:29:32','',NULL,'导入操作'),(24,7,'强退','7','sys_oper_type','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'强退操作'),(25,8,'生成代码','8','sys_oper_type','','warning','N','0','admin','2022-04-07 00:29:32','',NULL,'生成操作'),(26,9,'清空数据','9','sys_oper_type','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'清空操作'),(27,1,'成功','0','sys_common_status','','primary','N','0','admin','2022-04-07 00:29:32','',NULL,'正常状态'),(28,2,'失败','1','sys_common_status','','danger','N','0','admin','2022-04-07 00:29:32','',NULL,'停用状态'),(100,1,'物料','ITEM','mes_item_product',NULL,'default','N','0','admin','2022-04-16 16:34:46','',NULL,NULL),(101,2,'产品','PRODUCT','mes_item_product',NULL,'default','N','0','admin','2022-04-16 16:35:02','',NULL,NULL),(102,1,'输入字符','INPUTCHAR','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:33:47','',NULL,NULL),(103,2,'当前日期时间','NOWDATE','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:34:07','',NULL,NULL),(104,3,'固定字符','FIXCHAR','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:34:27','',NULL,NULL),(105,4,'流水号','SERIALNO','sys_autocode_parttype',NULL,'default','N','0','admin','2022-04-26 15:34:53','',NULL,NULL),(106,1,'按年','YEAR','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:35:17','',NULL,NULL),(107,2,'按月','MONTH','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:35:29','admin','2022-04-26 15:35:55',NULL),(108,3,'按天','DAY','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:36:13','',NULL,NULL),(109,4,'按小时','HOUR','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:36:34','',NULL,NULL),(110,5,'按分钟','MINUTE','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:36:59','',NULL,NULL),(111,6,'按传入字符','OTHER','sys_autocode_cyclemethod',NULL,'default','N','0','admin','2022-04-26 15:37:19','',NULL,NULL),(112,1,'企业客户','ENTERPRISE','mes_client_type',NULL,'default','N','0','admin','2022-05-06 20:54:37','',NULL,NULL),(113,2,'个人','PERSON','mes_client_type',NULL,'default','N','0','admin','2022-05-06 20:55:00','',NULL,NULL),(114,1,'优质供应商','A','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:45:52','',NULL,NULL),(115,2,'正常','B','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:02','',NULL,NULL),(116,3,'重点关注','C','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:15','',NULL,NULL),(117,4,'劣质供应商','D','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:41','',NULL,NULL),(118,5,'黑名单','E','mes_vendor_level',NULL,'default','N','0','admin','2022-05-06 22:46:54','',NULL,NULL),(119,1,'草稿','PREPARE','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:35:34','',NULL,NULL),(120,2,'已确认','CONFIRMED','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:36:37','',NULL,NULL),(121,3,'审批中','APPROVING','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:39:30','',NULL,NULL),(122,4,'已审批','APPROVED','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:39:45','',NULL,NULL),(123,5,'已完成','FINISHED','mes_order_status',NULL,'default','N','0','admin','2022-05-09 10:40:07','',NULL,NULL),(124,1,'客户订单','ORDER','mes_workorder_sourcetype',NULL,'default','N','0','admin','2022-05-09 11:23:47','',NULL,NULL),(125,2,'库存备货','STORE','mes_workorder_sourcetype',NULL,'default','N','0','admin','2022-05-09 11:24:04','admin','2022-05-09 11:24:24',NULL),(126,1,'定期维护','REGULAR','mes_mainten_type',NULL,'default','N','0','admin','2022-05-10 23:40:57','',NULL,NULL),(127,2,'按使用次数维护','USAGE','mes_mainten_type',NULL,'default','N','0','admin','2022-05-10 23:41:31','',NULL,NULL),(128,1,'在库','STORE','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:51:13','',NULL,NULL),(129,2,'被领用','ISSUE','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:51:36','',NULL,NULL),(130,3,'报废','SCRAP','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:52:02','',NULL,NULL),(131,4,'维修中','REPARE','mes_tool_status',NULL,'default','N','0','admin','2022-05-11 20:52:20','',NULL,NULL),(132,1,'S-to-S','SS','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:51:28','',NULL,NULL),(133,2,'F-to-F','FF','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:51:51','',NULL,NULL),(134,3,'S-to-F','SF','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:52:05','',NULL,NULL),(135,4,'F-to-S','FS','mes_link_type',NULL,'default','N','0','admin','2022-05-13 21:52:21','',NULL,NULL),(136,1,'秒','SECOND','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:14','',NULL,NULL),(137,2,'分钟','MINUTE','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:25','',NULL,NULL),(138,3,'小时','HOUR','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:46','',NULL,NULL),(139,4,'天','DAY','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:41:57','',NULL,NULL),(140,5,'周','WEEK','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:42:12','',NULL,NULL),(141,6,'月','MONTH','mes_time_type',NULL,'default','N','0','admin','2022-05-14 08:42:26','',NULL,NULL),(142,1,'尺寸','SIZE','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:26:34','',NULL,NULL),(143,2,'外观','APPEARANCE','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:28:19','',NULL,NULL),(144,3,'重量','WEIGHT','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:28:31','',NULL,NULL),(145,4,'性能','PERFORMANCE','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:29:28','',NULL,NULL),(146,5,'成分','COMPONENT','mes_index_type',NULL,'default','N','0','admin','2022-05-17 21:30:34','',NULL,NULL),(147,1,'[来料检验]','IQC','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:38:58','admin','2022-05-18 10:38:43',NULL),(148,2,'[首检]','FIRST_CHECK','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:39:19','admin','2022-05-18 10:38:50',NULL),(149,3,'[末检]','FINAL_CHECK','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:39:46','admin','2022-05-18 10:38:57',NULL),(150,4,'[巡检]','REGULAR_CHECK','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:40:05','admin','2022-05-18 10:39:02',NULL),(151,5,'[成品检验]','FQC','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:40:27','admin','2022-05-18 10:39:08',NULL),(152,6,'[发货检验]','OQC','mes_qc_type',NULL,'default','N','0','admin','2022-05-18 09:40:52','admin','2022-05-18 10:39:14',NULL),(153,1,'致命缺陷','CR','mes_defect_level',NULL,'default','N','0','admin','2022-05-19 10:24:05','',NULL,NULL),(154,2,'严重缺陷','MAJ','mes_defect_level',NULL,'default','N','0','admin','2022-05-19 10:24:20','',NULL,NULL),(155,3,'轻微缺陷','MIN','mes_defect_level',NULL,'default','N','0','admin','2022-05-19 10:24:33','',NULL,NULL),(156,1,'检验通过','ACCEPT','mes_qc_result',NULL,'default','N','0','admin','2022-05-19 16:38:07','',NULL,NULL),(157,2,'检验不通过','REJECT','mes_qc_result',NULL,'default','N','0','admin','2022-05-19 16:38:22','',NULL,NULL),(159,1,'白班','SINGLE','mes_shift_type',NULL,'default','N','0','admin','2022-06-06 21:33:56','admin','2022-06-06 21:35:05',NULL),(160,2,'两班倒','SHIFT_TWO','mes_shift_type',NULL,'default','N','0','admin','2022-06-06 21:34:19','',NULL,NULL),(161,3,'三班倒','SHIFT_THREE','mes_shift_type',NULL,'default','N','0','admin','2022-06-06 21:34:38','admin','2022-06-06 21:34:45',NULL),(162,1,'按天','DAY','mes_shift_method',NULL,'default','N','0','admin','2022-06-06 21:39:51','',NULL,NULL),(163,2,'按周','WEEK','mes_shift_method',NULL,'default','N','0','admin','2022-06-06 21:40:14','',NULL,NULL),(164,3,'按月','MONTH','mes_shift_method',NULL,'default','N','0','admin','2022-06-06 21:40:31','',NULL,NULL),(165,4,'按季度','QUARTER','mes_shift_method',NULL,'default','N','0','admin','2022-06-06 21:40:55','',NULL,NULL),(166,1,'注塑','ZS','mes_calendar_type',NULL,'default','N','0','admin','2022-06-08 13:27:23','admin','2022-06-11 21:05:57',NULL),(167,2,'机加工','CNC','mes_calendar_type',NULL,'default','N','0','admin','2022-06-08 13:27:35','',NULL,NULL),(168,3,'组装','ZZ','mes_calendar_type',NULL,'default','N','0','admin','2022-06-08 13:27:55','',NULL,NULL),(169,4,'仓库','CK','mes_calendar_type',NULL,'default','N','0','admin','2022-06-08 13:28:24','',NULL,NULL),(170,1,'设备点检','CHECK','mes_dvsubject_type',NULL,'default','N','0','admin','2022-06-16 16:50:51','',NULL,NULL),(171,2,'设备保养','MAINTEN','mes_dvsubject_type',NULL,'default','N','0','admin','2022-06-16 16:51:19','',NULL,NULL),(172,1,'小时','HOUR','mes_cycle_type',NULL,'default','N','0','admin','2022-06-16 20:47:54','',NULL,NULL),(173,2,'天','DAY','mes_cycle_type',NULL,'default','N','0','admin','2022-06-16 20:49:07','',NULL,NULL),(174,3,'周','WEEK','mes_cycle_type',NULL,'default','N','0','admin','2022-06-16 20:49:21','',NULL,NULL),(175,4,'月','MONTH','mes_cycle_type',NULL,'default','N','0','admin','2022-06-16 20:49:32','',NULL,NULL),(176,5,'季度','QUARTER','mes_cycle_type',NULL,'default','N','0','admin','2022-06-16 20:50:00','',NULL,NULL),(177,6,'年','YEAR','mes_cycle_type',NULL,'default','N','0','admin','2022-06-16 20:50:22','',NULL,NULL),(178,1,'设备点检计划','CHECK','dv_plan_type',NULL,'default','N','0','admin','2022-06-19 17:03:44','',NULL,NULL),(179,2,'设备保养计划','MAINTEN','dv_plan_type',NULL,'default','N','0','admin','2022-06-19 17:03:56','',NULL,NULL); /*Data for the table `sys_dict_type` */ -insert into `sys_dict_type`(`dict_id`,`dict_name`,`dict_type`,`status`,`create_by`,`create_time`,`update_by`,`update_time`,`remark`) values (1,'用户性别','sys_user_sex','0','admin','2022-04-07 00:29:32','',NULL,'用户性别列表'),(2,'菜单状态','sys_show_hide','0','admin','2022-04-07 00:29:32','',NULL,'菜单状态列表'),(3,'系统开关','sys_normal_disable','0','admin','2022-04-07 00:29:32','',NULL,'系统开关列表'),(4,'任务状态','sys_job_status','0','admin','2022-04-07 00:29:32','',NULL,'任务状态列表'),(5,'任务分组','sys_job_group','0','admin','2022-04-07 00:29:32','',NULL,'任务分组列表'),(6,'系统是否','sys_yes_no','0','admin','2022-04-07 00:29:32','',NULL,'系统是否列表'),(7,'通知类型','sys_notice_type','0','admin','2022-04-07 00:29:32','',NULL,'通知类型列表'),(8,'通知状态','sys_notice_status','0','admin','2022-04-07 00:29:32','',NULL,'通知状态列表'),(9,'操作类型','sys_oper_type','0','admin','2022-04-07 00:29:32','',NULL,'操作类型列表'),(10,'系统状态','sys_common_status','0','admin','2022-04-07 00:29:32','',NULL,'登录状态列表'),(100,'物料or产品','mes_item_product','0','admin','2022-04-16 16:34:20','',NULL,NULL),(101,'编码规则组成类型','sys_autocode_parttype','0','admin','2022-04-26 15:32:42','',NULL,NULL),(102,'编码规则组成循环方式','sys_autocode_cyclemethod','0','admin','2022-04-26 15:33:02','',NULL,NULL),(103,'客户类型','mes_client_type','0','admin','2022-05-06 20:53:28','',NULL,NULL),(104,'供应商级别','mes_vendor_level','0','admin','2022-05-06 22:44:56','admin','2022-05-06 22:45:35',NULL),(105,'单据状态【通用】','mes_order_status','0','admin','2022-05-09 10:34:41','admin','2022-05-09 10:35:10',NULL),(106,'生产工单来源','mes_workorder_sourcetype','0','admin','2022-05-09 11:23:22','',NULL,NULL),(107,'维护类型表','mes_mainten_type','0','admin','2022-05-10 23:40:36','',NULL,NULL),(108,'工装夹具状态','mes_tool_status','0','admin','2022-05-11 20:50:46','',NULL,NULL),(109,'工序关系类型','mes_link_type','0','admin','2022-05-13 21:50:44','',NULL,NULL),(110,'时间单位','mes_time_type','0','admin','2022-05-14 08:40:53','',NULL,NULL),(111,'检测项类型','mes_index_type','0','admin','2022-05-17 21:26:05','',NULL,NULL),(112,'检测类型','mes_qc_type','0','admin','2022-05-18 09:38:32','',NULL,NULL),(113,'缺陷等级','mes_defect_level','0','admin','2022-05-19 10:23:38','',NULL,NULL),(114,'检验结果','mes_qc_result','0','admin','2022-05-19 16:37:45','',NULL,NULL); +insert into `sys_dict_type`(`dict_id`,`dict_name`,`dict_type`,`status`,`create_by`,`create_time`,`update_by`,`update_time`,`remark`) values (1,'用户性别','sys_user_sex','0','admin','2022-04-07 00:29:32','',NULL,'用户性别列表'),(2,'菜单状态','sys_show_hide','0','admin','2022-04-07 00:29:32','',NULL,'菜单状态列表'),(3,'系统开关','sys_normal_disable','0','admin','2022-04-07 00:29:32','',NULL,'系统开关列表'),(4,'任务状态','sys_job_status','0','admin','2022-04-07 00:29:32','',NULL,'任务状态列表'),(5,'任务分组','sys_job_group','0','admin','2022-04-07 00:29:32','',NULL,'任务分组列表'),(6,'系统是否','sys_yes_no','0','admin','2022-04-07 00:29:32','',NULL,'系统是否列表'),(7,'通知类型','sys_notice_type','0','admin','2022-04-07 00:29:32','',NULL,'通知类型列表'),(8,'通知状态','sys_notice_status','0','admin','2022-04-07 00:29:32','',NULL,'通知状态列表'),(9,'操作类型','sys_oper_type','0','admin','2022-04-07 00:29:32','',NULL,'操作类型列表'),(10,'系统状态','sys_common_status','0','admin','2022-04-07 00:29:32','',NULL,'登录状态列表'),(100,'物料or产品','mes_item_product','0','admin','2022-04-16 16:34:20','',NULL,NULL),(101,'编码规则组成类型','sys_autocode_parttype','0','admin','2022-04-26 15:32:42','',NULL,NULL),(102,'编码规则组成循环方式','sys_autocode_cyclemethod','0','admin','2022-04-26 15:33:02','',NULL,NULL),(103,'客户类型','mes_client_type','0','admin','2022-05-06 20:53:28','',NULL,NULL),(104,'供应商级别','mes_vendor_level','0','admin','2022-05-06 22:44:56','admin','2022-05-06 22:45:35',NULL),(105,'单据状态【通用】','mes_order_status','0','admin','2022-05-09 10:34:41','admin','2022-05-09 10:35:10',NULL),(106,'生产工单来源','mes_workorder_sourcetype','0','admin','2022-05-09 11:23:22','',NULL,NULL),(107,'维护类型表','mes_mainten_type','0','admin','2022-05-10 23:40:36','',NULL,NULL),(108,'工装夹具状态','mes_tool_status','0','admin','2022-05-11 20:50:46','',NULL,NULL),(109,'工序关系类型','mes_link_type','0','admin','2022-05-13 21:50:44','',NULL,NULL),(110,'时间单位','mes_time_type','0','admin','2022-05-14 08:40:53','',NULL,NULL),(111,'检测项类型','mes_index_type','0','admin','2022-05-17 21:26:05','',NULL,NULL),(112,'检测类型','mes_qc_type','0','admin','2022-05-18 09:38:32','',NULL,NULL),(113,'缺陷等级','mes_defect_level','0','admin','2022-05-19 10:23:38','',NULL,NULL),(114,'检验结果','mes_qc_result','0','admin','2022-05-19 16:37:45','',NULL,NULL),(116,'倒班方式','mes_shift_type','0','admin','2022-06-06 21:33:17','',NULL,NULL),(117,'轮班方式','mes_shift_method','0','admin','2022-06-06 21:39:26','',NULL,NULL),(118,'排班类型','mes_calendar_type','0','admin','2022-06-08 13:26:56','',NULL,NULL),(119,'设备点检保养项目类型','mes_dvsubject_type','0','admin','2022-06-16 16:50:14','admin','2022-06-16 16:50:29',NULL),(120,'设备点检频率','mes_cycle_type','0','admin','2022-06-16 20:47:19','admin','2022-06-16 20:51:22',NULL),(121,'设备点检保养计划类型','dv_plan_type','0','admin','2022-06-19 17:03:18','admin','2022-06-19 17:04:17',NULL); /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; diff --git a/doc/实施文档/sys_menu.sql b/doc/实施文档/sys_menu.sql index 7e80eb8..226c184 100644 --- a/doc/实施文档/sys_menu.sql +++ b/doc/实施文档/sys_menu.sql @@ -18,7 +18,7 @@ USE `j2eedb`; /*Data for the table `sys_menu` */ -insert into `sys_menu`(`menu_id`,`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 (1,'系统管理',0,1,'system',NULL,'',1,0,'M','0','0','','system','admin','2022-04-07 00:29:31','',NULL,'系统管理目录'),(2,'系统监控',0,2,'monitor',NULL,'',1,0,'M','0','0','','monitor','admin','2022-04-07 00:29:31','',NULL,'系统监控目录'),(3,'系统工具',0,3,'tool',NULL,'',1,0,'M','0','0','','tool','admin','2022-04-07 00:29:31','',NULL,'系统工具目录'),(100,'用户管理',1,1,'user','system/user/index','',1,0,'C','0','0','system:user:list','user','admin','2022-04-07 00:29:31','',NULL,'用户管理菜单'),(101,'角色管理',1,2,'role','system/role/index','',1,0,'C','0','0','system:role:list','peoples','admin','2022-04-07 00:29:31','',NULL,'角色管理菜单'),(102,'菜单管理',1,3,'menu','system/menu/index','',1,0,'C','0','0','system:menu:list','tree-table','admin','2022-04-07 00:29:31','',NULL,'菜单管理菜单'),(103,'部门管理',1,4,'dept','system/dept/index','',1,0,'C','0','0','system:dept:list','tree','admin','2022-04-07 00:29:31','',NULL,'部门管理菜单'),(104,'岗位管理',1,5,'post','system/post/index','',1,0,'C','0','0','system:post:list','post','admin','2022-04-07 00:29:31','',NULL,'岗位管理菜单'),(105,'字典管理',1,6,'dict','system/dict/index','',1,0,'C','0','0','system:dict:list','dict','admin','2022-04-07 00:29:31','',NULL,'字典管理菜单'),(106,'参数设置',1,7,'config','system/config/index','',1,0,'C','0','0','system:config:list','edit','admin','2022-04-07 00:29:31','',NULL,'参数设置菜单'),(107,'通知公告',1,8,'notice','system/notice/index','',1,0,'C','0','0','system:notice:list','message','admin','2022-04-07 00:29:31','',NULL,'通知公告菜单'),(108,'日志管理',1,9,'log','','',1,0,'M','0','0','','log','admin','2022-04-07 00:29:31','',NULL,'日志管理菜单'),(109,'在线用户',2,1,'online','monitor/online/index','',1,0,'C','0','0','monitor:online:list','online','admin','2022-04-07 00:29:31','',NULL,'在线用户菜单'),(110,'定时任务',2,2,'job','monitor/job/index','',1,0,'C','0','0','monitor:job:list','job','admin','2022-04-07 00:29:31','',NULL,'定时任务菜单'),(111,'数据监控',2,3,'druid','monitor/druid/index','',1,0,'C','0','0','monitor:druid:list','druid','admin','2022-04-07 00:29:31','',NULL,'数据监控菜单'),(112,'服务监控',2,4,'server','monitor/server/index','',1,0,'C','0','0','monitor:server:list','server','admin','2022-04-07 00:29:31','',NULL,'服务监控菜单'),(113,'缓存监控',2,5,'cache','monitor/cache/index','',1,0,'C','0','0','monitor:cache:list','redis','admin','2022-04-07 00:29:31','',NULL,'缓存监控菜单'),(114,'表单构建',3,1,'build','tool/build/index','',1,0,'C','0','0','tool:build:list','build','admin','2022-04-07 00:29:31','',NULL,'表单构建菜单'),(115,'代码生成',3,2,'gen','tool/gen/index','',1,0,'C','0','0','tool:gen:list','code','admin','2022-04-07 00:29:31','',NULL,'代码生成菜单'),(116,'系统接口',3,3,'swagger','tool/swagger/index','',1,0,'C','0','0','tool:swagger:list','swagger','admin','2022-04-07 00:29:31','',NULL,'系统接口菜单'),(500,'操作日志',108,1,'operlog','monitor/operlog/index','',1,0,'C','0','0','monitor:operlog:list','form','admin','2022-04-07 00:29:31','',NULL,'操作日志菜单'),(501,'登录日志',108,2,'logininfor','monitor/logininfor/index','',1,0,'C','0','0','monitor:logininfor:list','logininfor','admin','2022-04-07 00:29:31','',NULL,'登录日志菜单'),(1001,'用户查询',100,1,'','','',1,0,'F','0','0','system:user:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1002,'用户新增',100,2,'','','',1,0,'F','0','0','system:user:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1003,'用户修改',100,3,'','','',1,0,'F','0','0','system:user:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1004,'用户删除',100,4,'','','',1,0,'F','0','0','system:user:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1005,'用户导出',100,5,'','','',1,0,'F','0','0','system:user:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1006,'用户导入',100,6,'','','',1,0,'F','0','0','system:user:import','#','admin','2022-04-07 00:29:31','',NULL,''),(1007,'重置密码',100,7,'','','',1,0,'F','0','0','system:user:resetPwd','#','admin','2022-04-07 00:29:31','',NULL,''),(1008,'角色查询',101,1,'','','',1,0,'F','0','0','system:role:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1009,'角色新增',101,2,'','','',1,0,'F','0','0','system:role:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1010,'角色修改',101,3,'','','',1,0,'F','0','0','system:role:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1011,'角色删除',101,4,'','','',1,0,'F','0','0','system:role:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1012,'角色导出',101,5,'','','',1,0,'F','0','0','system:role:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1013,'菜单查询',102,1,'','','',1,0,'F','0','0','system:menu:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1014,'菜单新增',102,2,'','','',1,0,'F','0','0','system:menu:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1015,'菜单修改',102,3,'','','',1,0,'F','0','0','system:menu:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1016,'菜单删除',102,4,'','','',1,0,'F','0','0','system:menu:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1017,'部门查询',103,1,'','','',1,0,'F','0','0','system:dept:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1018,'部门新增',103,2,'','','',1,0,'F','0','0','system:dept:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1019,'部门修改',103,3,'','','',1,0,'F','0','0','system:dept:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1020,'部门删除',103,4,'','','',1,0,'F','0','0','system:dept:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1021,'岗位查询',104,1,'','','',1,0,'F','0','0','system:post:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1022,'岗位新增',104,2,'','','',1,0,'F','0','0','system:post:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1023,'岗位修改',104,3,'','','',1,0,'F','0','0','system:post:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1024,'岗位删除',104,4,'','','',1,0,'F','0','0','system:post:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1025,'岗位导出',104,5,'','','',1,0,'F','0','0','system:post:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1026,'字典查询',105,1,'#','','',1,0,'F','0','0','system:dict:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1027,'字典新增',105,2,'#','','',1,0,'F','0','0','system:dict:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1028,'字典修改',105,3,'#','','',1,0,'F','0','0','system:dict:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1029,'字典删除',105,4,'#','','',1,0,'F','0','0','system:dict:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1030,'字典导出',105,5,'#','','',1,0,'F','0','0','system:dict:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1031,'参数查询',106,1,'#','','',1,0,'F','0','0','system:config:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1032,'参数新增',106,2,'#','','',1,0,'F','0','0','system:config:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1033,'参数修改',106,3,'#','','',1,0,'F','0','0','system:config:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1034,'参数删除',106,4,'#','','',1,0,'F','0','0','system:config:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1035,'参数导出',106,5,'#','','',1,0,'F','0','0','system:config:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1036,'公告查询',107,1,'#','','',1,0,'F','0','0','system:notice:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1037,'公告新增',107,2,'#','','',1,0,'F','0','0','system:notice:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1038,'公告修改',107,3,'#','','',1,0,'F','0','0','system:notice:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1039,'公告删除',107,4,'#','','',1,0,'F','0','0','system:notice:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1040,'操作查询',500,1,'#','','',1,0,'F','0','0','monitor:operlog:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1041,'操作删除',500,2,'#','','',1,0,'F','0','0','monitor:operlog:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1042,'日志导出',500,4,'#','','',1,0,'F','0','0','monitor:operlog:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1043,'登录查询',501,1,'#','','',1,0,'F','0','0','monitor:logininfor:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1044,'登录删除',501,2,'#','','',1,0,'F','0','0','monitor:logininfor:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1045,'日志导出',501,3,'#','','',1,0,'F','0','0','monitor:logininfor:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1046,'在线查询',109,1,'#','','',1,0,'F','0','0','monitor:online:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1047,'批量强退',109,2,'#','','',1,0,'F','0','0','monitor:online:batchLogout','#','admin','2022-04-07 00:29:31','',NULL,''),(1048,'单条强退',109,3,'#','','',1,0,'F','0','0','monitor:online:forceLogout','#','admin','2022-04-07 00:29:31','',NULL,''),(1049,'任务查询',110,1,'#','','',1,0,'F','0','0','monitor:job:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1050,'任务新增',110,2,'#','','',1,0,'F','0','0','monitor:job:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1051,'任务修改',110,3,'#','','',1,0,'F','0','0','monitor:job:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1052,'任务删除',110,4,'#','','',1,0,'F','0','0','monitor:job:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1053,'状态修改',110,5,'#','','',1,0,'F','0','0','monitor:job:changeStatus','#','admin','2022-04-07 00:29:31','',NULL,''),(1054,'任务导出',110,7,'#','','',1,0,'F','0','0','monitor:job:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1055,'生成查询',115,1,'#','','',1,0,'F','0','0','tool:gen:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1056,'生成修改',115,2,'#','','',1,0,'F','0','0','tool:gen:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1057,'生成删除',115,3,'#','','',1,0,'F','0','0','tool:gen:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1058,'导入代码',115,2,'#','','',1,0,'F','0','0','tool:gen:import','#','admin','2022-04-07 00:29:31','',NULL,''),(1059,'预览代码',115,4,'#','','',1,0,'F','0','0','tool:gen:preview','#','admin','2022-04-07 00:29:31','',NULL,''),(1060,'生成代码',115,5,'#','','',1,0,'F','0','0','tool:gen:code','#','admin','2022-04-07 00:29:31','',NULL,''),(2000,'主数据',0,4,'mes/md',NULL,NULL,1,0,'M','0','0','','documentation','admin','2022-04-16 14:41:55','admin','2022-04-16 14:49:44',''),(2001,'物料产品管理',2000,1,'mditem','mes/md/mditem/index',NULL,1,0,'C','0','0','ms:md:mditem','excel','admin','2022-04-16 14:44:00','admin','2022-05-04 18:13:08',''),(2002,'物料产品分类',2000,2,'itemtype','mes/md/itemtype/index',NULL,1,0,'C','0','0','mes:md:itemtype','nested','admin','2022-04-16 16:03:18','admin','2022-04-16 16:05:56',''),(2003,'编码规则',1,10,'autocodeRule','system/autocode/index',NULL,1,0,'C','0','0','system:autocode:rule','code','admin','2022-04-24 21:43:28','admin','2022-04-24 21:49:31',''),(2004,'编码规则查询',2003,1,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:list','#','admin','2022-04-24 21:46:05','',NULL,''),(2005,'编码规则新增',2003,2,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:add','#','admin','2022-04-24 21:46:30','',NULL,''),(2006,'编码规则更新',2003,3,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:edit','#','admin','2022-04-24 21:46:59','admin','2022-04-24 21:47:42',''),(2007,'编码规则删除',2003,4,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:remove','#','admin','2022-04-24 21:47:20','',NULL,''),(2008,'新增物料分类',2002,1,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:add','#','admin','2022-04-27 16:46:06','',NULL,''),(2009,'更新物料分类',2002,2,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:edit','#','admin','2022-04-27 16:46:51','',NULL,''),(2010,'删除物料分类',2002,3,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:remove','#','admin','2022-04-27 16:47:16','',NULL,''),(2011,'新增物料产品',2001,1,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:add','#','admin','2022-04-27 16:47:46','admin','2022-05-04 18:05:32',''),(2012,'更新物料产品',2001,2,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:edit','#','admin','2022-04-27 16:48:11','admin','2022-05-04 18:05:40',''),(2013,'删除物料产品',2001,3,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:remove','#','admin','2022-04-27 16:48:36','admin','2022-05-04 18:05:55',''),(2014,'计量单位',2000,3,'unitmeasure','mes/md/unitmeasure/index',NULL,1,0,'C','0','0','mes:md:unitmeasure','tab','admin','2022-04-27 18:08:08','admin','2022-04-27 21:27:43',''),(2015,'新增单位',2014,1,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:add','#','admin','2022-04-27 18:14:06','',NULL,''),(2016,'更新单位',2014,2,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:edit','#','admin','2022-04-27 18:14:25','',NULL,''),(2017,'删除单位',2014,3,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:remove','#','admin','2022-04-27 18:14:44','',NULL,''),(2018,'物料明细查看',2001,4,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:query','#','admin','2022-05-04 17:51:19','admin','2022-05-04 18:06:04',''),(2019,'物料分类明细',2002,4,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:query','#','admin','2022-05-04 17:52:22','',NULL,''),(2020,'单位明细',2014,4,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:query','#','admin','2022-05-04 17:54:06','',NULL,''),(2021,'物料产品列表查询',2001,0,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:list','#','admin','2022-05-04 18:04:36','admin','2022-05-04 18:05:23',''),(2022,'物料分类列表查询',2002,0,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:list','#','admin','2022-05-04 18:08:57','',NULL,''),(2023,'单位列表查询',2014,0,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:list','#','admin','2022-05-04 18:09:25','',NULL,''),(2024,'客户管理',2000,4,'client','mes/md/client/index',NULL,1,0,'C','0','0','mes:md:client','people','admin','2022-05-06 20:37:28','admin','2022-05-06 20:43:03',''),(2025,'客户列表查询',2024,1,'',NULL,NULL,1,0,'F','0','0','mes:md:client:list','#','admin','2022-05-06 20:38:07','',NULL,''),(2026,'客户新增',2024,2,'',NULL,NULL,1,0,'F','0','0','mes:md:client:add','#','admin','2022-05-06 20:38:33','',NULL,''),(2027,'客户编辑',2024,3,'',NULL,NULL,1,0,'F','0','0','mes:md:client:edit','#','admin','2022-05-06 20:38:55','',NULL,''),(2028,'客户明细',2024,4,'',NULL,NULL,1,0,'F','0','0','mes:md:client:query','#','admin','2022-05-06 20:39:23','',NULL,''),(2029,'客户删除',2024,5,'',NULL,NULL,1,0,'F','0','0','mes:md:client:remove','#','admin','2022-05-06 20:39:49','',NULL,''),(2030,'供应商管理',2000,5,'vendor','mes/md/vendor/index',NULL,1,0,'C','0','0','mes:md:vendor','peoples','admin','2022-05-06 22:34:09','',NULL,''),(2031,'供应商列表查询',2030,1,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:list','#','admin','2022-05-06 22:34:34','',NULL,''),(2032,'供应商查看',2030,2,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:query','#','admin','2022-05-06 22:35:16','',NULL,''),(2033,'供应商新增',2030,3,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:add','#','admin','2022-05-06 22:35:38','',NULL,''),(2034,'供应商编辑',2030,4,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:edit','#','admin','2022-05-06 22:35:59','',NULL,''),(2035,'供应商删除',2030,5,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:remove','#','admin','2022-05-06 22:36:21','',NULL,''),(2036,'车间设置',2000,6,'workshop','mes/md/workshop/index',NULL,1,0,'C','0','0','mes:md:workshop','zip','admin','2022-05-07 16:40:48','',NULL,''),(2037,'车间列表查询',2036,1,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:list','#','admin','2022-05-07 16:41:09','',NULL,''),(2038,'车间查看',2036,2,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:query','#','admin','2022-05-07 16:41:36','',NULL,''),(2039,'车间新增',2036,3,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:add','#','admin','2022-05-07 16:41:58','',NULL,''),(2040,'车间修改',2036,4,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:edit','#','admin','2022-05-07 16:42:18','',NULL,''),(2041,'车间删除',2036,5,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:remove','#','admin','2022-05-07 16:42:39','',NULL,''),(2042,'仓储管理',0,5,'mes/wm',NULL,NULL,1,0,'M','0','0','','component','admin','2022-05-07 21:06:28','admin','2022-05-07 21:06:45',''),(2043,'仓库设置',2042,1,'warehouse','mes/wm/warehouse/index',NULL,1,0,'C','0','0','mes:wm:warehouse','dict','admin','2022-05-07 21:07:56','',NULL,''),(2044,'仓库清单查询',2043,1,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:list','#','admin','2022-05-07 21:08:25','',NULL,''),(2045,'仓库查看',2043,2,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:query','#','admin','2022-05-07 21:08:56','',NULL,''),(2046,'仓库新增',2043,3,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:add','#','admin','2022-05-07 21:09:29','',NULL,''),(2047,'仓库编辑',2043,4,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:edit','#','admin','2022-05-07 21:09:51','',NULL,''),(2048,'仓库删除',2043,5,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:remove','#','admin','2022-05-07 21:10:13','',NULL,''),(2049,'库区列表查询',2043,6,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:list','#','admin','2022-05-08 18:19:51','',NULL,''),(2050,'库区查看',2043,7,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:query','#','admin','2022-05-08 18:20:28','',NULL,''),(2051,'库区新增',2043,8,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:add','#','admin','2022-05-08 18:20:57','',NULL,''),(2052,'库区编辑',2043,9,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:edit','#','admin','2022-05-08 18:21:23','',NULL,''),(2053,'库区删除',2043,10,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:remove','#','admin','2022-05-08 18:21:57','admin','2022-05-08 18:24:34',''),(2054,'库位列表查询',2043,11,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:list','#','admin','2022-05-08 18:22:30','',NULL,''),(2055,'库位查看',2043,12,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:query','#','admin','2022-05-08 18:22:54','',NULL,''),(2056,'库位新增',2043,13,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:add','#','admin','2022-05-08 18:23:17','',NULL,''),(2057,'库位编辑',2043,14,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:edit','#','admin','2022-05-08 18:23:43','admin','2022-05-08 18:23:53',''),(2058,'库位删除',2043,15,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:remove','#','admin','2022-05-08 18:24:58','',NULL,''),(2059,'设备管理',0,6,'mes/dv',NULL,NULL,1,0,'M','0','0',NULL,'redis','admin','2022-05-08 19:10:32','',NULL,''),(2060,'设备类型设置',2059,1,'machinerytype','mes/dv/machinerytype/index',NULL,1,0,'C','0','0','mes:dv:machinerytype','swagger','admin','2022-05-08 19:11:58','',NULL,''),(2061,'设备类型列表',2060,1,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:list','#','admin','2022-05-08 19:12:35','',NULL,''),(2062,'设备类型查看',2060,2,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:query','#','admin','2022-05-08 19:12:58','',NULL,''),(2063,'设备类型新增',2060,3,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:add','#','admin','2022-05-08 19:13:16','',NULL,''),(2064,'设备类型编辑',2060,4,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:edit','#','admin','2022-05-08 19:13:33','',NULL,''),(2065,'设备类型删除',2060,5,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:remove','#','admin','2022-05-08 19:13:59','',NULL,''),(2066,'设备台账',2059,2,'machinery','mes/dv/machinery/index',NULL,1,0,'C','0','0','mes:dv:machinery','system','admin','2022-05-08 21:28:16','',NULL,''),(2067,'设备列表查询',2066,1,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:list','#','admin','2022-05-08 21:29:14','',NULL,''),(2068,'设备查看',2066,2,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:query','#','admin','2022-05-08 21:29:35','',NULL,''),(2069,'设备新增',2066,3,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:add','#','admin','2022-05-08 21:30:00','',NULL,''),(2070,'设备编辑',2066,4,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:edit','#','admin','2022-05-08 21:30:16','admin','2022-05-08 21:30:40',''),(2071,'设备删除',2066,5,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:remove','#','admin','2022-05-08 21:30:32','',NULL,''),(2072,'生产管理',0,8,'mes/pro',NULL,NULL,1,0,'M','0','0','','switch','admin','2022-05-09 10:58:07','admin','2022-05-11 00:07:21',''),(2073,'生产工单',2072,1,'workorder','mes/pro/workorder/index',NULL,1,0,'C','0','0','mes:pro:workorder','log','admin','2022-05-09 10:59:26','',NULL,''),(2074,'工单列表查询',2073,1,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:list','#','admin','2022-05-09 11:00:02','',NULL,''),(2075,'工单查看',2073,2,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:query','#','admin','2022-05-09 11:00:24','',NULL,''),(2076,'工单新增',2073,3,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:add','#','admin','2022-05-09 11:00:55','',NULL,''),(2077,'工单编辑',2073,4,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:edit','#','admin','2022-05-09 11:01:16','',NULL,''),(2078,'工单删除',2073,5,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:remove','#','admin','2022-05-09 11:01:38','',NULL,''),(2079,'BOM列表查询',2001,5,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:list','#','admin','2022-05-10 10:17:25','',NULL,''),(2080,'BOM查看',2001,6,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:query','#','admin','2022-05-10 10:17:55','',NULL,''),(2081,'BOM新增',2001,7,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:add','#','admin','2022-05-10 10:18:22','',NULL,''),(2082,'BOM编辑',2001,8,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:edit','#','admin','2022-05-10 10:18:44','',NULL,''),(2083,'BOM删除',2001,9,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:remove','#','admin','2022-05-10 10:19:05','',NULL,''),(2084,'工单BOM列表查询',2073,6,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:list','#','admin','2022-05-10 16:17:25','',NULL,''),(2085,'工单BOM查看',2073,7,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:query','#','admin','2022-05-10 16:17:58','',NULL,''),(2086,'工单BOM编辑',2073,8,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:edit','#','admin','2022-05-10 16:18:28','',NULL,''),(2087,'工单BOM删除',2073,9,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:remove','#','admin','2022-05-10 16:18:59','',NULL,''),(2088,'工作站',2000,7,'workstation','mes/md/workstation/index',NULL,1,0,'C','0','0','mes:md:workstation','job','admin','2022-05-10 21:44:36','',NULL,''),(2089,'工作站列表查询',2088,1,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:list','#','admin','2022-05-10 21:45:11','',NULL,''),(2090,'工作站查看',2088,2,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:query','#','admin','2022-05-10 21:45:32','',NULL,''),(2091,'工作站新增',2088,3,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:add','#','admin','2022-05-10 21:45:48','',NULL,''),(2092,'工作站编辑',2088,4,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:edit','#','admin','2022-05-10 21:46:05','',NULL,''),(2093,'工作站删除',2088,5,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:remove','#','admin','2022-05-10 21:46:28','',NULL,''),(2094,'工作站导出',2088,6,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:export','#','admin','2022-05-10 21:47:04','',NULL,''),(2095,'工装夹具管理',0,7,'tm',NULL,NULL,1,0,'M','0','0',NULL,'lock','admin','2022-05-11 00:07:13','',NULL,''),(2096,'类型设置',2095,1,'tooltype','mes/tm/tooltype/index',NULL,1,0,'C','0','0','mes:tm:tooltype','tree','admin','2022-05-11 00:08:25','',NULL,''),(2097,'类型列表查询',2096,1,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:list','#','admin','2022-05-11 00:09:01','',NULL,''),(2098,'类型查看',2096,2,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:query','#','admin','2022-05-11 00:09:27','admin','2022-05-11 00:09:48',''),(2099,'类型新增',2096,3,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:add','#','admin','2022-05-11 00:10:14','',NULL,''),(2100,'类型编辑',2096,4,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:edit','#','admin','2022-05-11 00:10:35','',NULL,''),(2101,'类型删除',2096,5,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:remove','#','admin','2022-05-11 00:10:56','',NULL,''),(2102,'工装夹具台账',2095,2,'tool','mes/tm/tool/index',NULL,1,0,'C','0','0','mes:tm:tool','date-range','admin','2022-05-11 21:23:23','',NULL,''),(2103,'工装夹具列表查询',2102,1,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:list','#','admin','2022-05-11 21:23:53','',NULL,''),(2104,'工装夹具查看',2102,2,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:query','#','admin','2022-05-11 21:24:15','',NULL,''),(2105,'工装夹具新增',2102,3,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:add','#','admin','2022-05-11 21:24:35','',NULL,''),(2106,'工装夹具编辑',2102,4,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:edit','#','admin','2022-05-11 21:24:56','',NULL,''),(2107,'工装夹具删除',2102,5,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:remove','#','admin','2022-05-11 21:25:23','',NULL,''),(2108,'工装夹具导出',2102,6,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:export','#','admin','2022-05-11 21:25:46','',NULL,''),(2109,'工序设置',2072,2,'process','mes/pro/process/index',NULL,1,0,'C','0','0','mes:pro:process','druid','admin','2022-05-12 00:03:58','',NULL,''),(2110,'工序列表查询',2109,1,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:list','#','admin','2022-05-12 00:04:23','',NULL,''),(2111,'工序查看',2109,2,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:query','#','admin','2022-05-12 00:04:39','',NULL,''),(2112,'工序新增',2109,3,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:add','#','admin','2022-05-12 00:04:54','',NULL,''),(2113,'工序编辑',2109,4,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:edit','#','admin','2022-05-12 00:05:10','',NULL,''),(2114,'工序删除',2109,5,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:remove','#','admin','2022-05-12 00:05:28','',NULL,''),(2115,'工序导出',2109,6,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:export','#','admin','2022-05-12 00:05:41','',NULL,''),(2116,'工艺流程',2072,3,'proroute','mes/pro/proroute/index',NULL,1,0,'C','0','0','mes:pro:proroute','nested','admin','2022-05-12 23:08:26','',NULL,''),(2117,'工艺流程列表查询',2116,1,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:list','#','admin','2022-05-12 23:08:51','',NULL,''),(2118,'工艺流程查看',2116,2,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:query','#','admin','2022-05-12 23:09:13','',NULL,''),(2119,'工艺流程新增',2116,3,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:add','#','admin','2022-05-12 23:09:36','',NULL,''),(2120,'工艺流程编辑',2116,4,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:edit','#','admin','2022-05-12 23:09:53','',NULL,''),(2121,'工艺流程删除',2116,5,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:remove','#','admin','2022-05-12 23:10:11','',NULL,''),(2122,'工艺流程导出',2116,6,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:export','#','admin','2022-05-12 23:10:31','',NULL,''),(2123,'生产排产',2072,4,'proschedule','mes/pro/schedule/index',NULL,1,0,'C','0','0','mes:pro:schedule','build','admin','2022-05-15 15:01:21','admin','2022-05-15 15:01:36',''),(2124,'质量管理',0,9,'mes/qc',NULL,NULL,1,0,'M','0','0','','eye','admin','2022-05-17 21:51:23','admin','2022-05-17 21:51:39',''),(2125,'检测项设置',2124,2,'qcindex','mes/qc/qcindex/index',NULL,1,0,'C','0','0','mes:qc:qcindex','checkbox','admin','2022-05-17 21:52:33','admin','2022-05-19 11:26:35',''),(2126,'检测项列表查询',2125,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:list','#','admin','2022-05-17 21:53:07','',NULL,''),(2127,'检测项查看',2125,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:query','#','admin','2022-05-17 21:53:36','',NULL,''),(2128,'检测项新增',2125,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:add','#','admin','2022-05-17 21:54:04','',NULL,''),(2129,'检测项编辑',2125,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:edit','#','admin','2022-05-17 21:54:24','',NULL,''),(2130,'检测项删除',2125,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:remove','#','admin','2022-05-17 21:54:50','',NULL,''),(2131,'检测项导出',2125,6,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:export','#','admin','2022-05-17 21:55:12','',NULL,''),(2132,'检测模板',2124,3,'qctemplate','mes/qc/qctemplate/index',NULL,1,0,'C','0','0','mes:qc:qctemplate','example','admin','2022-05-17 22:23:48','admin','2022-05-19 11:26:41',''),(2133,'检测模板列表查询',2132,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:list','#','admin','2022-05-17 22:24:05','',NULL,''),(2134,'检测模板查看',2132,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:query','#','admin','2022-05-17 22:24:32','',NULL,''),(2135,'检测模板新增',2132,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:add','#','admin','2022-05-17 22:24:50','',NULL,''),(2136,'检测模板编辑',2132,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:edit','#','admin','2022-05-17 22:25:09','',NULL,''),(2137,'检测模板删除',2132,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:remove','#','admin','2022-05-17 22:25:32','',NULL,''),(2138,'常见缺陷',2124,1,'qcdefect','mes/qc/qcdefect/index',NULL,1,0,'C','0','0','mes:qc:qcdefect','bug','admin','2022-05-19 11:26:15','',NULL,''),(2139,'缺陷列表查询',2138,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:list','#','admin','2022-05-19 11:27:04','',NULL,''),(2140,'缺陷查看',2138,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:query','#','admin','2022-05-19 11:27:28','',NULL,''),(2141,'缺陷新增',2138,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:add','#','admin','2022-05-19 11:27:47','',NULL,''),(2142,'缺陷编辑',2138,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:edit','#','admin','2022-05-19 11:28:11','',NULL,''),(2143,'缺陷删除',2138,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:remove','#','admin','2022-05-19 11:28:31','',NULL,''),(2144,'来料检验',2124,4,'iqc','mes/qc/iqc/iqc',NULL,1,0,'C','0','0','mes:qc:iqc','edit','admin','2022-05-19 16:32:24','',NULL,''),(2145,'来料检验单列表查询',2144,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:list','#','admin','2022-05-19 16:33:18','',NULL,''),(2146,'来料检验单查看',2144,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:query','#','admin','2022-05-19 16:33:41','',NULL,''),(2147,'来料检验单新增',2144,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:add','#','admin','2022-05-19 16:34:01','',NULL,''),(2148,'来料检验单编辑',2144,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:edit','#','admin','2022-05-19 16:34:19','',NULL,''),(2149,'来料检验单删除',2144,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:remove','#','admin','2022-05-19 16:34:35','',NULL,''),(2150,'来料检验单导出',2144,6,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:export','#','admin','2022-05-19 16:34:56','',NULL,''),(2151,'物料入库单',2042,2,'itemrecpt','mes/wm/itemrecpt/index',NULL,1,0,'C','0','0','mes:wm:itemrecpt','form','admin','2022-05-22 17:35:11','',NULL,''),(2152,'物料入库单列表查询',2151,1,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:list','#','admin','2022-05-22 17:35:39','',NULL,''),(2153,'物料入库单查看',2151,2,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:query','#','admin','2022-05-22 17:35:53','',NULL,''),(2154,'物料入库单新增',2151,3,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:add','#','admin','2022-05-22 17:36:09','',NULL,''),(2155,'物料入库单编辑',2151,4,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:edit','#','admin','2022-05-22 17:36:23','',NULL,''),(2156,'物料入库单删除',2151,5,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:remove','#','admin','2022-05-22 17:36:39','',NULL,''); +insert into `sys_menu`(`menu_id`,`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 (1,'系统管理',0,1,'system',NULL,'',1,0,'M','0','0','','system','admin','2022-04-07 00:29:31','',NULL,'系统管理目录'),(2,'系统监控',0,2,'monitor',NULL,'',1,0,'M','0','0','','monitor','admin','2022-04-07 00:29:31','',NULL,'系统监控目录'),(3,'系统工具',0,3,'tool',NULL,'',1,0,'M','0','0','','tool','admin','2022-04-07 00:29:31','',NULL,'系统工具目录'),(100,'用户管理',1,1,'user','system/user/index','',1,0,'C','0','0','system:user:list','user','admin','2022-04-07 00:29:31','',NULL,'用户管理菜单'),(101,'角色管理',1,2,'role','system/role/index','',1,0,'C','0','0','system:role:list','peoples','admin','2022-04-07 00:29:31','',NULL,'角色管理菜单'),(102,'菜单管理',1,3,'menu','system/menu/index','',1,0,'C','0','0','system:menu:list','tree-table','admin','2022-04-07 00:29:31','',NULL,'菜单管理菜单'),(103,'部门管理',1,4,'dept','system/dept/index','',1,0,'C','0','0','system:dept:list','tree','admin','2022-04-07 00:29:31','',NULL,'部门管理菜单'),(104,'岗位管理',1,5,'post','system/post/index','',1,0,'C','0','0','system:post:list','post','admin','2022-04-07 00:29:31','',NULL,'岗位管理菜单'),(105,'字典管理',1,6,'dict','system/dict/index','',1,0,'C','0','0','system:dict:list','dict','admin','2022-04-07 00:29:31','',NULL,'字典管理菜单'),(106,'参数设置',1,7,'config','system/config/index','',1,0,'C','0','0','system:config:list','edit','admin','2022-04-07 00:29:31','',NULL,'参数设置菜单'),(107,'通知公告',1,8,'notice','system/notice/index','',1,0,'C','0','0','system:notice:list','message','admin','2022-04-07 00:29:31','',NULL,'通知公告菜单'),(108,'日志管理',1,9,'log','','',1,0,'M','0','0','','log','admin','2022-04-07 00:29:31','',NULL,'日志管理菜单'),(109,'在线用户',2,1,'online','monitor/online/index','',1,0,'C','0','0','monitor:online:list','online','admin','2022-04-07 00:29:31','',NULL,'在线用户菜单'),(110,'定时任务',2,2,'job','monitor/job/index','',1,0,'C','0','0','monitor:job:list','job','admin','2022-04-07 00:29:31','',NULL,'定时任务菜单'),(111,'数据监控',2,3,'druid','monitor/druid/index','',1,0,'C','0','0','monitor:druid:list','druid','admin','2022-04-07 00:29:31','',NULL,'数据监控菜单'),(112,'服务监控',2,4,'server','monitor/server/index','',1,0,'C','0','0','monitor:server:list','server','admin','2022-04-07 00:29:31','',NULL,'服务监控菜单'),(113,'缓存监控',2,5,'cache','monitor/cache/index','',1,0,'C','0','0','monitor:cache:list','redis','admin','2022-04-07 00:29:31','',NULL,'缓存监控菜单'),(114,'表单构建',3,1,'build','tool/build/index','',1,0,'C','0','0','tool:build:list','build','admin','2022-04-07 00:29:31','',NULL,'表单构建菜单'),(115,'代码生成',3,2,'gen','tool/gen/index','',1,0,'C','0','0','tool:gen:list','code','admin','2022-04-07 00:29:31','',NULL,'代码生成菜单'),(116,'系统接口',3,3,'swagger','tool/swagger/index','',1,0,'C','0','0','tool:swagger:list','swagger','admin','2022-04-07 00:29:31','',NULL,'系统接口菜单'),(500,'操作日志',108,1,'operlog','monitor/operlog/index','',1,0,'C','0','0','monitor:operlog:list','form','admin','2022-04-07 00:29:31','',NULL,'操作日志菜单'),(501,'登录日志',108,2,'logininfor','monitor/logininfor/index','',1,0,'C','0','0','monitor:logininfor:list','logininfor','admin','2022-04-07 00:29:31','',NULL,'登录日志菜单'),(1001,'用户查询',100,1,'','','',1,0,'F','0','0','system:user:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1002,'用户新增',100,2,'','','',1,0,'F','0','0','system:user:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1003,'用户修改',100,3,'','','',1,0,'F','0','0','system:user:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1004,'用户删除',100,4,'','','',1,0,'F','0','0','system:user:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1005,'用户导出',100,5,'','','',1,0,'F','0','0','system:user:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1006,'用户导入',100,6,'','','',1,0,'F','0','0','system:user:import','#','admin','2022-04-07 00:29:31','',NULL,''),(1007,'重置密码',100,7,'','','',1,0,'F','0','0','system:user:resetPwd','#','admin','2022-04-07 00:29:31','',NULL,''),(1008,'角色查询',101,1,'','','',1,0,'F','0','0','system:role:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1009,'角色新增',101,2,'','','',1,0,'F','0','0','system:role:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1010,'角色修改',101,3,'','','',1,0,'F','0','0','system:role:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1011,'角色删除',101,4,'','','',1,0,'F','0','0','system:role:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1012,'角色导出',101,5,'','','',1,0,'F','0','0','system:role:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1013,'菜单查询',102,1,'','','',1,0,'F','0','0','system:menu:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1014,'菜单新增',102,2,'','','',1,0,'F','0','0','system:menu:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1015,'菜单修改',102,3,'','','',1,0,'F','0','0','system:menu:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1016,'菜单删除',102,4,'','','',1,0,'F','0','0','system:menu:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1017,'部门查询',103,1,'','','',1,0,'F','0','0','system:dept:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1018,'部门新增',103,2,'','','',1,0,'F','0','0','system:dept:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1019,'部门修改',103,3,'','','',1,0,'F','0','0','system:dept:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1020,'部门删除',103,4,'','','',1,0,'F','0','0','system:dept:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1021,'岗位查询',104,1,'','','',1,0,'F','0','0','system:post:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1022,'岗位新增',104,2,'','','',1,0,'F','0','0','system:post:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1023,'岗位修改',104,3,'','','',1,0,'F','0','0','system:post:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1024,'岗位删除',104,4,'','','',1,0,'F','0','0','system:post:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1025,'岗位导出',104,5,'','','',1,0,'F','0','0','system:post:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1026,'字典查询',105,1,'#','','',1,0,'F','0','0','system:dict:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1027,'字典新增',105,2,'#','','',1,0,'F','0','0','system:dict:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1028,'字典修改',105,3,'#','','',1,0,'F','0','0','system:dict:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1029,'字典删除',105,4,'#','','',1,0,'F','0','0','system:dict:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1030,'字典导出',105,5,'#','','',1,0,'F','0','0','system:dict:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1031,'参数查询',106,1,'#','','',1,0,'F','0','0','system:config:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1032,'参数新增',106,2,'#','','',1,0,'F','0','0','system:config:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1033,'参数修改',106,3,'#','','',1,0,'F','0','0','system:config:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1034,'参数删除',106,4,'#','','',1,0,'F','0','0','system:config:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1035,'参数导出',106,5,'#','','',1,0,'F','0','0','system:config:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1036,'公告查询',107,1,'#','','',1,0,'F','0','0','system:notice:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1037,'公告新增',107,2,'#','','',1,0,'F','0','0','system:notice:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1038,'公告修改',107,3,'#','','',1,0,'F','0','0','system:notice:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1039,'公告删除',107,4,'#','','',1,0,'F','0','0','system:notice:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1040,'操作查询',500,1,'#','','',1,0,'F','0','0','monitor:operlog:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1041,'操作删除',500,2,'#','','',1,0,'F','0','0','monitor:operlog:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1042,'日志导出',500,4,'#','','',1,0,'F','0','0','monitor:operlog:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1043,'登录查询',501,1,'#','','',1,0,'F','0','0','monitor:logininfor:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1044,'登录删除',501,2,'#','','',1,0,'F','0','0','monitor:logininfor:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1045,'日志导出',501,3,'#','','',1,0,'F','0','0','monitor:logininfor:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1046,'在线查询',109,1,'#','','',1,0,'F','0','0','monitor:online:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1047,'批量强退',109,2,'#','','',1,0,'F','0','0','monitor:online:batchLogout','#','admin','2022-04-07 00:29:31','',NULL,''),(1048,'单条强退',109,3,'#','','',1,0,'F','0','0','monitor:online:forceLogout','#','admin','2022-04-07 00:29:31','',NULL,''),(1049,'任务查询',110,1,'#','','',1,0,'F','0','0','monitor:job:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1050,'任务新增',110,2,'#','','',1,0,'F','0','0','monitor:job:add','#','admin','2022-04-07 00:29:31','',NULL,''),(1051,'任务修改',110,3,'#','','',1,0,'F','0','0','monitor:job:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1052,'任务删除',110,4,'#','','',1,0,'F','0','0','monitor:job:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1053,'状态修改',110,5,'#','','',1,0,'F','0','0','monitor:job:changeStatus','#','admin','2022-04-07 00:29:31','',NULL,''),(1054,'任务导出',110,7,'#','','',1,0,'F','0','0','monitor:job:export','#','admin','2022-04-07 00:29:31','',NULL,''),(1055,'生成查询',115,1,'#','','',1,0,'F','0','0','tool:gen:query','#','admin','2022-04-07 00:29:31','',NULL,''),(1056,'生成修改',115,2,'#','','',1,0,'F','0','0','tool:gen:edit','#','admin','2022-04-07 00:29:31','',NULL,''),(1057,'生成删除',115,3,'#','','',1,0,'F','0','0','tool:gen:remove','#','admin','2022-04-07 00:29:31','',NULL,''),(1058,'导入代码',115,2,'#','','',1,0,'F','0','0','tool:gen:import','#','admin','2022-04-07 00:29:31','',NULL,''),(1059,'预览代码',115,4,'#','','',1,0,'F','0','0','tool:gen:preview','#','admin','2022-04-07 00:29:31','',NULL,''),(1060,'生成代码',115,5,'#','','',1,0,'F','0','0','tool:gen:code','#','admin','2022-04-07 00:29:31','',NULL,''),(2000,'主数据',0,4,'mes/md',NULL,NULL,1,0,'M','0','0','','documentation','admin','2022-04-16 14:41:55','admin','2022-04-16 14:49:44',''),(2001,'物料产品管理',2000,1,'mditem','mes/md/mditem/index',NULL,1,0,'C','0','0','ms:md:mditem','excel','admin','2022-04-16 14:44:00','admin','2022-05-04 18:13:08',''),(2002,'物料产品分类',2000,2,'itemtype','mes/md/itemtype/index',NULL,1,0,'C','0','0','mes:md:itemtype','nested','admin','2022-04-16 16:03:18','admin','2022-04-16 16:05:56',''),(2003,'编码规则',1,10,'autocodeRule','system/autocode/index',NULL,1,0,'C','0','0','system:autocode:rule','code','admin','2022-04-24 21:43:28','admin','2022-04-24 21:49:31',''),(2004,'编码规则查询',2003,1,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:list','#','admin','2022-04-24 21:46:05','',NULL,''),(2005,'编码规则新增',2003,2,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:add','#','admin','2022-04-24 21:46:30','',NULL,''),(2006,'编码规则更新',2003,3,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:edit','#','admin','2022-04-24 21:46:59','admin','2022-04-24 21:47:42',''),(2007,'编码规则删除',2003,4,'',NULL,NULL,1,0,'F','0','0','system:autocode:rule:remove','#','admin','2022-04-24 21:47:20','',NULL,''),(2008,'新增物料分类',2002,1,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:add','#','admin','2022-04-27 16:46:06','',NULL,''),(2009,'更新物料分类',2002,2,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:edit','#','admin','2022-04-27 16:46:51','',NULL,''),(2010,'删除物料分类',2002,3,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:remove','#','admin','2022-04-27 16:47:16','',NULL,''),(2011,'新增物料产品',2001,1,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:add','#','admin','2022-04-27 16:47:46','admin','2022-05-04 18:05:32',''),(2012,'更新物料产品',2001,2,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:edit','#','admin','2022-04-27 16:48:11','admin','2022-05-04 18:05:40',''),(2013,'删除物料产品',2001,3,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:remove','#','admin','2022-04-27 16:48:36','admin','2022-05-04 18:05:55',''),(2014,'计量单位',2000,3,'unitmeasure','mes/md/unitmeasure/index',NULL,1,0,'C','0','0','mes:md:unitmeasure','tab','admin','2022-04-27 18:08:08','admin','2022-04-27 21:27:43',''),(2015,'新增单位',2014,1,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:add','#','admin','2022-04-27 18:14:06','',NULL,''),(2016,'更新单位',2014,2,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:edit','#','admin','2022-04-27 18:14:25','',NULL,''),(2017,'删除单位',2014,3,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:remove','#','admin','2022-04-27 18:14:44','',NULL,''),(2018,'物料明细查看',2001,4,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:query','#','admin','2022-05-04 17:51:19','admin','2022-05-04 18:06:04',''),(2019,'物料分类明细',2002,4,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:query','#','admin','2022-05-04 17:52:22','',NULL,''),(2020,'单位明细',2014,4,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:query','#','admin','2022-05-04 17:54:06','',NULL,''),(2021,'物料产品列表查询',2001,0,'',NULL,NULL,1,0,'F','0','0','mes:md:mditem:list','#','admin','2022-05-04 18:04:36','admin','2022-05-04 18:05:23',''),(2022,'物料分类列表查询',2002,0,'',NULL,NULL,1,0,'F','0','0','mes:md:itemtype:list','#','admin','2022-05-04 18:08:57','',NULL,''),(2023,'单位列表查询',2014,0,'',NULL,NULL,1,0,'F','0','0','mes:md:unitmeasure:list','#','admin','2022-05-04 18:09:25','',NULL,''),(2024,'客户管理',2000,4,'client','mes/md/client/index',NULL,1,0,'C','0','0','mes:md:client','people','admin','2022-05-06 20:37:28','admin','2022-05-06 20:43:03',''),(2025,'客户列表查询',2024,1,'',NULL,NULL,1,0,'F','0','0','mes:md:client:list','#','admin','2022-05-06 20:38:07','',NULL,''),(2026,'客户新增',2024,2,'',NULL,NULL,1,0,'F','0','0','mes:md:client:add','#','admin','2022-05-06 20:38:33','',NULL,''),(2027,'客户编辑',2024,3,'',NULL,NULL,1,0,'F','0','0','mes:md:client:edit','#','admin','2022-05-06 20:38:55','',NULL,''),(2028,'客户明细',2024,4,'',NULL,NULL,1,0,'F','0','0','mes:md:client:query','#','admin','2022-05-06 20:39:23','',NULL,''),(2029,'客户删除',2024,5,'',NULL,NULL,1,0,'F','0','0','mes:md:client:remove','#','admin','2022-05-06 20:39:49','',NULL,''),(2030,'供应商管理',2000,5,'vendor','mes/md/vendor/index',NULL,1,0,'C','0','0','mes:md:vendor','peoples','admin','2022-05-06 22:34:09','',NULL,''),(2031,'供应商列表查询',2030,1,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:list','#','admin','2022-05-06 22:34:34','',NULL,''),(2032,'供应商查看',2030,2,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:query','#','admin','2022-05-06 22:35:16','',NULL,''),(2033,'供应商新增',2030,3,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:add','#','admin','2022-05-06 22:35:38','',NULL,''),(2034,'供应商编辑',2030,4,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:edit','#','admin','2022-05-06 22:35:59','',NULL,''),(2035,'供应商删除',2030,5,'',NULL,NULL,1,0,'F','0','0','mes:md:vendor:remove','#','admin','2022-05-06 22:36:21','',NULL,''),(2036,'车间设置',2000,6,'workshop','mes/md/workshop/index',NULL,1,0,'C','0','0','mes:md:workshop','zip','admin','2022-05-07 16:40:48','',NULL,''),(2037,'车间列表查询',2036,1,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:list','#','admin','2022-05-07 16:41:09','',NULL,''),(2038,'车间查看',2036,2,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:query','#','admin','2022-05-07 16:41:36','',NULL,''),(2039,'车间新增',2036,3,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:add','#','admin','2022-05-07 16:41:58','',NULL,''),(2040,'车间修改',2036,4,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:edit','#','admin','2022-05-07 16:42:18','',NULL,''),(2041,'车间删除',2036,5,'',NULL,NULL,1,0,'F','0','0','mes:md:workshop:remove','#','admin','2022-05-07 16:42:39','',NULL,''),(2042,'仓储管理',0,5,'mes/wm',NULL,NULL,1,0,'M','0','0','','component','admin','2022-05-07 21:06:28','admin','2022-05-07 21:06:45',''),(2043,'仓库设置',2042,1,'warehouse','mes/wm/warehouse/index',NULL,1,0,'C','0','0','mes:wm:warehouse','dict','admin','2022-05-07 21:07:56','',NULL,''),(2044,'仓库清单查询',2043,1,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:list','#','admin','2022-05-07 21:08:25','',NULL,''),(2045,'仓库查看',2043,2,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:query','#','admin','2022-05-07 21:08:56','',NULL,''),(2046,'仓库新增',2043,3,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:add','#','admin','2022-05-07 21:09:29','',NULL,''),(2047,'仓库编辑',2043,4,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:edit','#','admin','2022-05-07 21:09:51','',NULL,''),(2048,'仓库删除',2043,5,'',NULL,NULL,1,0,'F','0','0','mes:wm:warehouse:remove','#','admin','2022-05-07 21:10:13','',NULL,''),(2049,'库区列表查询',2043,6,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:list','#','admin','2022-05-08 18:19:51','',NULL,''),(2050,'库区查看',2043,7,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:query','#','admin','2022-05-08 18:20:28','',NULL,''),(2051,'库区新增',2043,8,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:add','#','admin','2022-05-08 18:20:57','',NULL,''),(2052,'库区编辑',2043,9,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:edit','#','admin','2022-05-08 18:21:23','',NULL,''),(2053,'库区删除',2043,10,'',NULL,NULL,1,0,'F','0','0','mes:wm:location:remove','#','admin','2022-05-08 18:21:57','admin','2022-05-08 18:24:34',''),(2054,'库位列表查询',2043,11,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:list','#','admin','2022-05-08 18:22:30','',NULL,''),(2055,'库位查看',2043,12,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:query','#','admin','2022-05-08 18:22:54','',NULL,''),(2056,'库位新增',2043,13,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:add','#','admin','2022-05-08 18:23:17','',NULL,''),(2057,'库位编辑',2043,14,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:edit','#','admin','2022-05-08 18:23:43','admin','2022-05-08 18:23:53',''),(2058,'库位删除',2043,15,'',NULL,NULL,1,0,'F','0','0','mes:wm:area:remove','#','admin','2022-05-08 18:24:58','',NULL,''),(2059,'设备管理',0,6,'mes/dv',NULL,NULL,1,0,'M','0','0',NULL,'redis','admin','2022-05-08 19:10:32','',NULL,''),(2060,'设备类型设置',2059,1,'machinerytype','mes/dv/machinerytype/index',NULL,1,0,'C','0','0','mes:dv:machinerytype','swagger','admin','2022-05-08 19:11:58','',NULL,''),(2061,'设备类型列表',2060,1,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:list','#','admin','2022-05-08 19:12:35','',NULL,''),(2062,'设备类型查看',2060,2,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:query','#','admin','2022-05-08 19:12:58','',NULL,''),(2063,'设备类型新增',2060,3,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:add','#','admin','2022-05-08 19:13:16','',NULL,''),(2064,'设备类型编辑',2060,4,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:edit','#','admin','2022-05-08 19:13:33','',NULL,''),(2065,'设备类型删除',2060,5,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinerytype:remove','#','admin','2022-05-08 19:13:59','',NULL,''),(2066,'设备台账',2059,2,'machinery','mes/dv/machinery/index',NULL,1,0,'C','0','0','mes:dv:machinery','system','admin','2022-05-08 21:28:16','',NULL,''),(2067,'设备列表查询',2066,1,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:list','#','admin','2022-05-08 21:29:14','',NULL,''),(2068,'设备查看',2066,2,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:query','#','admin','2022-05-08 21:29:35','',NULL,''),(2069,'设备新增',2066,3,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:add','#','admin','2022-05-08 21:30:00','',NULL,''),(2070,'设备编辑',2066,4,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:edit','#','admin','2022-05-08 21:30:16','admin','2022-05-08 21:30:40',''),(2071,'设备删除',2066,5,'',NULL,NULL,1,0,'F','0','0','mes:dv:machinery:remove','#','admin','2022-05-08 21:30:32','',NULL,''),(2072,'生产管理',0,8,'mes/pro',NULL,NULL,1,0,'M','0','0','','switch','admin','2022-05-09 10:58:07','admin','2022-05-11 00:07:21',''),(2073,'生产工单',2072,1,'workorder','mes/pro/workorder/index',NULL,1,0,'C','0','0','mes:pro:workorder','log','admin','2022-05-09 10:59:26','',NULL,''),(2074,'工单列表查询',2073,1,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:list','#','admin','2022-05-09 11:00:02','',NULL,''),(2075,'工单查看',2073,2,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:query','#','admin','2022-05-09 11:00:24','',NULL,''),(2076,'工单新增',2073,3,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:add','#','admin','2022-05-09 11:00:55','',NULL,''),(2077,'工单编辑',2073,4,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:edit','#','admin','2022-05-09 11:01:16','',NULL,''),(2078,'工单删除',2073,5,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorder:remove','#','admin','2022-05-09 11:01:38','',NULL,''),(2079,'BOM列表查询',2001,5,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:list','#','admin','2022-05-10 10:17:25','',NULL,''),(2080,'BOM查看',2001,6,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:query','#','admin','2022-05-10 10:17:55','',NULL,''),(2081,'BOM新增',2001,7,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:add','#','admin','2022-05-10 10:18:22','',NULL,''),(2082,'BOM编辑',2001,8,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:edit','#','admin','2022-05-10 10:18:44','',NULL,''),(2083,'BOM删除',2001,9,'',NULL,NULL,1,0,'F','0','0','mes:md:bom:remove','#','admin','2022-05-10 10:19:05','',NULL,''),(2084,'工单BOM列表查询',2073,6,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:list','#','admin','2022-05-10 16:17:25','',NULL,''),(2085,'工单BOM查看',2073,7,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:query','#','admin','2022-05-10 16:17:58','',NULL,''),(2086,'工单BOM编辑',2073,8,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:edit','#','admin','2022-05-10 16:18:28','',NULL,''),(2087,'工单BOM删除',2073,9,'',NULL,NULL,1,0,'F','0','0','mes:pro:workorderbom:remove','#','admin','2022-05-10 16:18:59','',NULL,''),(2088,'工作站',2000,7,'workstation','mes/md/workstation/index',NULL,1,0,'C','0','0','mes:md:workstation','job','admin','2022-05-10 21:44:36','',NULL,''),(2089,'工作站列表查询',2088,1,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:list','#','admin','2022-05-10 21:45:11','',NULL,''),(2090,'工作站查看',2088,2,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:query','#','admin','2022-05-10 21:45:32','',NULL,''),(2091,'工作站新增',2088,3,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:add','#','admin','2022-05-10 21:45:48','',NULL,''),(2092,'工作站编辑',2088,4,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:edit','#','admin','2022-05-10 21:46:05','',NULL,''),(2093,'工作站删除',2088,5,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:remove','#','admin','2022-05-10 21:46:28','',NULL,''),(2094,'工作站导出',2088,6,'',NULL,NULL,1,0,'F','0','0','mes:md:workstation:export','#','admin','2022-05-10 21:47:04','',NULL,''),(2095,'工装夹具管理',0,7,'tm',NULL,NULL,1,0,'M','0','0',NULL,'lock','admin','2022-05-11 00:07:13','',NULL,''),(2096,'类型设置',2095,1,'tooltype','mes/tm/tooltype/index',NULL,1,0,'C','0','0','mes:tm:tooltype','tree','admin','2022-05-11 00:08:25','',NULL,''),(2097,'类型列表查询',2096,1,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:list','#','admin','2022-05-11 00:09:01','',NULL,''),(2098,'类型查看',2096,2,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:query','#','admin','2022-05-11 00:09:27','admin','2022-05-11 00:09:48',''),(2099,'类型新增',2096,3,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:add','#','admin','2022-05-11 00:10:14','',NULL,''),(2100,'类型编辑',2096,4,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:edit','#','admin','2022-05-11 00:10:35','',NULL,''),(2101,'类型删除',2096,5,'',NULL,NULL,1,0,'F','0','0','mes:tm:tooltype:remove','#','admin','2022-05-11 00:10:56','',NULL,''),(2102,'工装夹具台账',2095,2,'tool','mes/tm/tool/index',NULL,1,0,'C','0','0','mes:tm:tool','date-range','admin','2022-05-11 21:23:23','',NULL,''),(2103,'工装夹具列表查询',2102,1,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:list','#','admin','2022-05-11 21:23:53','',NULL,''),(2104,'工装夹具查看',2102,2,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:query','#','admin','2022-05-11 21:24:15','',NULL,''),(2105,'工装夹具新增',2102,3,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:add','#','admin','2022-05-11 21:24:35','',NULL,''),(2106,'工装夹具编辑',2102,4,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:edit','#','admin','2022-05-11 21:24:56','',NULL,''),(2107,'工装夹具删除',2102,5,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:remove','#','admin','2022-05-11 21:25:23','',NULL,''),(2108,'工装夹具导出',2102,6,'',NULL,NULL,1,0,'F','0','0','mes:tm:tool:export','#','admin','2022-05-11 21:25:46','',NULL,''),(2109,'工序设置',2072,2,'process','mes/pro/process/index',NULL,1,0,'C','0','0','mes:pro:process','druid','admin','2022-05-12 00:03:58','',NULL,''),(2110,'工序列表查询',2109,1,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:list','#','admin','2022-05-12 00:04:23','',NULL,''),(2111,'工序查看',2109,2,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:query','#','admin','2022-05-12 00:04:39','',NULL,''),(2112,'工序新增',2109,3,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:add','#','admin','2022-05-12 00:04:54','',NULL,''),(2113,'工序编辑',2109,4,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:edit','#','admin','2022-05-12 00:05:10','',NULL,''),(2114,'工序删除',2109,5,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:remove','#','admin','2022-05-12 00:05:28','',NULL,''),(2115,'工序导出',2109,6,'',NULL,NULL,1,0,'F','0','0','mes:pro:process:export','#','admin','2022-05-12 00:05:41','',NULL,''),(2116,'工艺流程',2072,3,'proroute','mes/pro/proroute/index',NULL,1,0,'C','0','0','mes:pro:proroute','nested','admin','2022-05-12 23:08:26','',NULL,''),(2117,'工艺流程列表查询',2116,1,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:list','#','admin','2022-05-12 23:08:51','',NULL,''),(2118,'工艺流程查看',2116,2,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:query','#','admin','2022-05-12 23:09:13','',NULL,''),(2119,'工艺流程新增',2116,3,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:add','#','admin','2022-05-12 23:09:36','',NULL,''),(2120,'工艺流程编辑',2116,4,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:edit','#','admin','2022-05-12 23:09:53','',NULL,''),(2121,'工艺流程删除',2116,5,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:remove','#','admin','2022-05-12 23:10:11','',NULL,''),(2122,'工艺流程导出',2116,6,'',NULL,NULL,1,0,'F','0','0','mes:pro:proroute:export','#','admin','2022-05-12 23:10:31','',NULL,''),(2123,'生产排产',2072,4,'proschedule','mes/pro/schedule/index',NULL,1,0,'C','0','0','mes:pro:schedule','build','admin','2022-05-15 15:01:21','admin','2022-05-15 15:01:36',''),(2124,'质量管理',0,9,'mes/qc',NULL,NULL,1,0,'M','0','0','','eye','admin','2022-05-17 21:51:23','admin','2022-05-17 21:51:39',''),(2125,'检测项设置',2124,2,'qcindex','mes/qc/qcindex/index',NULL,1,0,'C','0','0','mes:qc:qcindex','checkbox','admin','2022-05-17 21:52:33','admin','2022-05-19 11:26:35',''),(2126,'检测项列表查询',2125,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:list','#','admin','2022-05-17 21:53:07','',NULL,''),(2127,'检测项查看',2125,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:query','#','admin','2022-05-17 21:53:36','',NULL,''),(2128,'检测项新增',2125,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:add','#','admin','2022-05-17 21:54:04','',NULL,''),(2129,'检测项编辑',2125,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:edit','#','admin','2022-05-17 21:54:24','',NULL,''),(2130,'检测项删除',2125,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:remove','#','admin','2022-05-17 21:54:50','',NULL,''),(2131,'检测项导出',2125,6,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcindex:export','#','admin','2022-05-17 21:55:12','',NULL,''),(2132,'检测模板',2124,3,'qctemplate','mes/qc/qctemplate/index',NULL,1,0,'C','0','0','mes:qc:qctemplate','example','admin','2022-05-17 22:23:48','admin','2022-05-19 11:26:41',''),(2133,'检测模板列表查询',2132,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:list','#','admin','2022-05-17 22:24:05','',NULL,''),(2134,'检测模板查看',2132,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:query','#','admin','2022-05-17 22:24:32','',NULL,''),(2135,'检测模板新增',2132,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:add','#','admin','2022-05-17 22:24:50','',NULL,''),(2136,'检测模板编辑',2132,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:edit','#','admin','2022-05-17 22:25:09','',NULL,''),(2137,'检测模板删除',2132,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:qctemplate:remove','#','admin','2022-05-17 22:25:32','',NULL,''),(2138,'常见缺陷',2124,1,'qcdefect','mes/qc/qcdefect/index',NULL,1,0,'C','0','0','mes:qc:qcdefect','bug','admin','2022-05-19 11:26:15','',NULL,''),(2139,'缺陷列表查询',2138,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:list','#','admin','2022-05-19 11:27:04','',NULL,''),(2140,'缺陷查看',2138,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:query','#','admin','2022-05-19 11:27:28','',NULL,''),(2141,'缺陷新增',2138,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:add','#','admin','2022-05-19 11:27:47','',NULL,''),(2142,'缺陷编辑',2138,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:edit','#','admin','2022-05-19 11:28:11','',NULL,''),(2143,'缺陷删除',2138,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:qcdefect:remove','#','admin','2022-05-19 11:28:31','',NULL,''),(2144,'来料检验',2124,4,'iqc','mes/qc/iqc/iqc',NULL,1,0,'C','0','0','mes:qc:iqc','edit','admin','2022-05-19 16:32:24','',NULL,''),(2145,'来料检验单列表查询',2144,1,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:list','#','admin','2022-05-19 16:33:18','',NULL,''),(2146,'来料检验单查看',2144,2,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:query','#','admin','2022-05-19 16:33:41','',NULL,''),(2147,'来料检验单新增',2144,3,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:add','#','admin','2022-05-19 16:34:01','',NULL,''),(2148,'来料检验单编辑',2144,4,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:edit','#','admin','2022-05-19 16:34:19','',NULL,''),(2149,'来料检验单删除',2144,5,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:remove','#','admin','2022-05-19 16:34:35','',NULL,''),(2150,'来料检验单导出',2144,6,'',NULL,NULL,1,0,'F','0','0','mes:qc:iqc:export','#','admin','2022-05-19 16:34:56','',NULL,''),(2151,'物料入库单',2042,3,'itemrecpt','mes/wm/itemrecpt/index',NULL,1,0,'C','0','0','mes:wm:itemrecpt','form','admin','2022-05-22 17:35:11','admin','2022-06-14 16:22:12',''),(2152,'物料入库单列表查询',2151,1,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:list','#','admin','2022-05-22 17:35:39','',NULL,''),(2153,'物料入库单查看',2151,2,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:query','#','admin','2022-05-22 17:35:53','',NULL,''),(2154,'物料入库单新增',2151,3,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:add','#','admin','2022-05-22 17:36:09','',NULL,''),(2155,'物料入库单编辑',2151,4,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:edit','#','admin','2022-05-22 17:36:23','',NULL,''),(2156,'物料入库单删除',2151,5,'',NULL,NULL,1,0,'F','0','0','mes:wm:itemrecpt:remove','#','admin','2022-05-22 17:36:39','',NULL,''),(2157,'库存现有量',2042,2,'wmstock','mes/wm/wmstock/index',NULL,1,0,'C','0','0','mes:wm:wmstock','chart','admin','2022-05-30 23:36:40','admin','2022-06-14 16:22:19',''),(2158,'库存现有量列表查询',2157,1,'',NULL,NULL,1,0,'F','0','0','mes:wm:wmstock:list','#','admin','2022-05-30 23:37:07','',NULL,''),(2159,'库存现有量导出',2157,2,'',NULL,NULL,1,0,'F','0','0','mes:wm:wmstock:export','#','admin','2022-05-30 23:37:30','',NULL,''),(2160,'排班管理',0,10,'cal',NULL,NULL,1,0,'M','0','0',NULL,'peoples','admin','2022-06-05 21:52:34','',NULL,''),(2161,'班组设置 ',2160,1,'team','mes/cal/team/index',NULL,1,0,'C','0','0','mes:cal:team','peoples','admin','2022-06-05 21:53:23','',NULL,''),(2162,'班组列表查看',2161,1,'',NULL,NULL,1,0,'F','0','0','mes:cal:team:list','#','admin','2022-06-05 21:56:58','',NULL,''),(2163,'班组查看',2161,2,'',NULL,NULL,1,0,'F','0','0','mes:cal:team:query','#','admin','2022-06-05 21:57:20','',NULL,''),(2164,'班组新增',2161,3,'',NULL,NULL,1,0,'F','0','0','mes:cal:team:add','#','admin','2022-06-05 21:57:40','',NULL,''),(2165,'班组编辑',2161,4,'',NULL,NULL,1,0,'F','0','0','mes:cal:team:edit','#','admin','2022-06-05 21:57:59','',NULL,''),(2166,'班组删除',2161,5,'',NULL,NULL,1,0,'F','0','0','mes:cal:team:remove','#','admin','2022-06-05 21:58:18','',NULL,''),(2167,'班组数据导出',2161,6,'',NULL,NULL,1,0,'F','0','0','mes:cal:team:export','#','admin','2022-06-05 21:58:35','',NULL,''),(2168,'排班计划',2160,2,'plan','mes/cal/plan/index',NULL,1,0,'C','0','0','mes:cal:plan','build','admin','2022-06-06 21:47:04','',NULL,''),(2169,'排班计划列表查询',2168,1,'',NULL,NULL,1,0,'F','0','0','mes:cal:plan:list','#','admin','2022-06-06 21:47:27','',NULL,''),(2170,'排班计划查看',2168,2,'',NULL,NULL,1,0,'F','0','0','mes:cal:plan:query','#','admin','2022-06-06 21:47:49','',NULL,''),(2171,'排班计划新增',2168,3,'',NULL,NULL,1,0,'F','0','0','mes:cal:plan:add','#','admin','2022-06-06 21:48:13','',NULL,''),(2172,'排班计划编辑',2168,4,'',NULL,NULL,1,0,'F','0','0','mes:cal:plan:edit','#','admin','2022-06-06 21:48:30','',NULL,''),(2173,'排班计划删除',2168,5,'',NULL,NULL,1,0,'F','0','0','mes:cal:plan:remove','#','admin','2022-06-06 21:48:49','',NULL,''),(2174,'节假日设置',2160,3,'holiday','mes/cal/holiday/index',NULL,1,0,'C','0','0','mes:cal:holiday','date','admin','2022-06-07 23:25:52','',NULL,''),(2175,'节假日查看',2174,1,'',NULL,NULL,1,0,'F','0','0','mes:cal:holiday:query','#','admin','2022-06-07 23:26:18','',NULL,''),(2176,'节假日设置',2174,2,'',NULL,NULL,1,0,'F','0','0','mes:cal:holiday:edit','#','admin','2022-06-07 23:26:41','',NULL,''),(2177,'排班日历',2160,4,'calendar','mes/cal/calendar/index',NULL,1,0,'C','0','0','mes:cal:calendar','date-range','admin','2022-06-09 21:08:06','',NULL,''),(2178,'查看排班日历',2177,1,'',NULL,NULL,1,0,'F','0','0','mes:cal:calendar:list','#','admin','2022-06-09 21:08:52','',NULL,''),(2179,'供应商退货',2042,4,'rtvendor','mes/wm/rtvendor/index',NULL,1,0,'C','0','0','mes:wm:rtvendor','link','admin','2022-06-13 15:29:43','',NULL,''),(2180,'退货单列表查询',2179,1,'',NULL,NULL,1,0,'F','0','0','mes:wm:rtvendor:list','#','admin','2022-06-13 15:30:45','',NULL,''),(2181,'退货单信息查看',2179,2,'',NULL,NULL,1,0,'F','0','0','mes:wm:rtvendor:query','#','admin','2022-06-13 15:31:13','',NULL,''),(2182,'退货单新增',2179,3,'',NULL,NULL,1,0,'F','0','0','mes:wm:rtvendor:add','#','admin','2022-06-13 15:31:32','',NULL,''),(2183,'退货单编辑',2179,4,'',NULL,NULL,1,0,'F','0','0','mes:wm:rtvendor:edit','#','admin','2022-06-13 15:31:49','',NULL,''),(2184,'退货单删除',2179,5,'',NULL,NULL,1,0,'F','0','0','mes:wm:rtvendor:remove','#','admin','2022-06-13 15:32:06','',NULL,''),(2185,'点检保养项目',2059,3,'dvsubject','mes/dv/subject/index',NULL,1,0,'C','0','0','mes:dv:dvsubject','cascader','admin','2022-06-16 20:17:37','admin','2022-06-16 20:20:44',''),(2186,'项目列表查询',2185,1,'',NULL,NULL,1,0,'F','0','0','mes:dv:dvsubject:list','#','admin','2022-06-16 20:18:10','',NULL,''),(2187,'项目信息查看',2185,2,'',NULL,NULL,1,0,'F','0','0','mes:dv:dvsubject:query','#','admin','2022-06-16 20:18:37','',NULL,''),(2188,'项目信息新增',2185,3,'',NULL,NULL,1,0,'F','0','0','mes:dv:dvsubject:add','#','admin','2022-06-16 20:18:56','',NULL,''),(2189,'项目信息编辑',2185,4,'',NULL,NULL,1,0,'F','0','0','mes:dv:dvsubject:edit','#','admin','2022-06-16 20:19:18','',NULL,''),(2190,'项目删除',2185,5,'',NULL,NULL,1,0,'F','0','0','mes:dv:dvsubject:remove','#','admin','2022-06-16 20:19:54','',NULL,''),(2191,'点检计划',2059,4,'checkplan','mes/dv/checkplan/index',NULL,1,0,'C','0','0','mes:dv:checkplan','build','admin','2022-06-16 21:35:31','',NULL,''),(2192,'点检计划列表查询',2191,1,'',NULL,NULL,1,0,'F','0','0','mes:dv:checkplan:list','#','admin','2022-06-16 21:36:03','',NULL,''),(2193,'点检计划查看',2191,2,'',NULL,NULL,1,0,'F','0','0','mes:dv:checkplan:query','#','admin','2022-06-16 21:36:34','',NULL,''),(2194,'点检计划新增',2191,3,'',NULL,NULL,1,0,'F','0','0','mes:dv:checkplan:add','#','admin','2022-06-16 21:36:56','',NULL,''),(2195,'点检计划编辑',2191,4,'',NULL,NULL,1,0,'F','0','0','mes:dv:checkplan:edit','#','admin','2022-06-16 21:37:15','',NULL,''),(2196,'点检计划删除',2191,5,'',NULL,NULL,1,0,'F','0','0','mes:dv:checkplan:remove','#','admin','2022-06-16 21:37:35','',NULL,''); /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;