|
|
@@ -809,7 +809,6 @@ public class SysMenuSeedData : ISqlSugarEntitySeedData<SysMenu>
|
|
|
(4, "/aidop/s0/manufacturing/routing", "aidopS0MfgRouting", "标准工艺路线列表", "/aidop/s0/manufacturing/RoutingList", 50),
|
|
|
(5, "/aidop/s0/manufacturing/material-substitution", "aidopS0MfgMaterialSubstitution", "物料替代关系列表", "/aidop/s0/manufacturing/MaterialSubstitutionList", 60),
|
|
|
(6, "/aidop/s0/manufacturing/work-order-control", "aidopS0MfgWorkOrderControl", "工单控制参数", "/aidop/s0/manufacturing/WorkOrderControlParams", 130),
|
|
|
- (7, "/aidop/s0/manufacturing/person-skill", "aidopS0MfgPersonSkill", "人员技能", "/aidop/s0/manufacturing/PersonnelSkillList", 140),
|
|
|
(8, "/aidop/s0/manufacturing/person-skill-assignment", "aidopS0MfgPersonSkillAssignment", "人员技能维护列表", "/aidop/s0/manufacturing/PersonSkillAssignmentList", 80),
|
|
|
(9, "/aidop/s0/manufacturing/line-post", "aidopS0MfgLinePost", "产线岗位维护", "/aidop/s0/manufacturing/LinePostList", 90),
|
|
|
(10, "/aidop/s0/manufacturing/work-center", "aidopS0MfgWorkCenter", "工作中心列表", "/aidop/s0/manufacturing/WorkCenterList", 100),
|
|
|
@@ -840,6 +839,22 @@ public class SysMenuSeedData : ISqlSugarEntitySeedData<SysMenu>
|
|
|
};
|
|
|
}
|
|
|
|
|
|
+ yield return new SysMenu
|
|
|
+ {
|
|
|
+ Id = subDirId + 7,
|
|
|
+ Pid = subDirId,
|
|
|
+ Title = "人员技能",
|
|
|
+ Path = "/aidop/s0/manufacturing/person-skill",
|
|
|
+ Name = "aidopS0MfgPersonSkill",
|
|
|
+ Component = "/aidop/s0/manufacturing/PersonnelSkillList",
|
|
|
+ Icon = "ele-Document",
|
|
|
+ Type = MenuTypeEnum.Menu,
|
|
|
+ CreateTime = ct,
|
|
|
+ OrderNo = 140,
|
|
|
+ IsHide = true,
|
|
|
+ Remark = "S0 人员技能(侧栏隐藏,由人员技能维护列表入口进入)"
|
|
|
+ };
|
|
|
+
|
|
|
yield return new SysMenu
|
|
|
{
|
|
|
Id = subDirId + 18,
|