using TsSFCDevice.Client.Biz.Base.Utils; namespace TsSFCDevice.Client.Launch { public sealed class OperationAuthConstValue { #region 设备信息 /// /// OEM 设备查看权限 /// public readonly static string PM_Device_OEM = Utility.SystemRuntimeInfo.DEVICE_OEM; /// /// KH 设备查看权限 /// public readonly static string PM_Device_KH = Utility.SystemRuntimeInfo.DEVICE_KH; /// /// 设备新增 /// public readonly static string PM_Device_ADD = "BIZ_EQUIP_DEVICE_01"; /// /// 设备编辑 /// public readonly static string PM_Device_Edit = "BIZ_EQUIP_DEVICE_02"; /// /// 设备状态修改 /// public readonly static string PM_Device_Status = "BIZ_EQUIP_DEVICE_03"; #endregion /// /// 跳过当天保养计划校验 /// public readonly static string PLAN_JUMP_CHECK = "BIZ_EQUIP_PM_PLAN_06"; #region PM 保养计划 /// /// PM 保养计划 /// public readonly static string PM_PLAN = "BIZ_EQUIP_PM_PLAN"; /// /// PM 保养计划查看 /// public readonly static string PM_PLAN_Watch = "BIZ_EQUIP_PM_PLAN_01"; /// /// PM 保养计划新增 /// public readonly static string PM_PLAN_Add = "BIZ_EQUIP_PM_PLAN_02"; /// /// PM 保养计划编辑 /// public readonly static string PM_PLAN_Edit = "BIZ_EQUIP_PM_PLAN_03"; /// /// PM 保养计划导入 /// public readonly static string PM_PLAN_Import = "BIZ_EQUIP_PM_PLAN_04"; /// /// PM 保养计划删除 /// public readonly static string PM_PLAN_DELETE = "BIZ_EQUIP_PM_PLAN_05"; #endregion #region PM 点检表 /// /// PM 点检表 /// public readonly static string PM_CheckFORM = "BIZ_EQUIP_PM_FORM"; /// /// PM 点检表查看 /// public readonly static string PM_CheckFORM_Watch = "BIZ_EQUIP_PM_FORM_01"; /// /// PM 点检表新增 /// public readonly static string PM_CheckFORM_Add = "BIZ_EQUIP_PM_FORM_02"; /// /// PM 点检表编辑 /// public readonly static string PM_CheckFORM_Edit = "BIZ_EQUIP_PM_FORM_03"; /// /// PM 点检表启用/禁用 /// public readonly static string PM_CheckFORM_Status = "BIZ_EQUIP_PM_FORM_04"; /// /// PM 点检表分配 /// public readonly static string PM_CheckFORM_Assig = "BIZ_EQUIP_PM_FORM_05"; #endregion #region AM 保养计划 /// /// AM 保养计划 /// public readonly static string AM_PLAN = "BIZ_EQUIP_AM_PLAN"; /// /// AM 保养计划查看 /// public readonly static string AM_PLAN_Watch = "BIZ_EQUIP_AM_PLAN_01"; /// /// AM 保养计划新增 /// public readonly static string AM_PLAN_Add = "BIZ_EQUIP_AM_PLAN_02"; /// /// AM 保养计划编辑 /// public readonly static string AM_PLAN_Edit = "BIZ_EQUIP_AM_PLAN_03"; /// /// AM 保养计划导入 /// public readonly static string AM_PLAN_Import = "BIZ_EQUIP_AM_PLAN_04"; /// /// AM 保养计划删除 /// public readonly static string AM_PLAN_DELETE = "BIZ_EQUIP_AM_PLAN_05"; #endregion #region AM 点检表 /// /// PM 点检表 /// public readonly static string AM_CheckFORM = "BIZ_EQUIP_AM_FORM"; /// /// PM 点检表查看 /// public readonly static string AM_CheckFORM_Watch = "BIZ_EQUIP_AM_FORM_01"; /// /// PM 点检表新增 /// public readonly static string AM_CheckFORM_Add = "BIZ_EQUIP_AM_FORM_02"; /// /// PM 点检表编辑 /// public readonly static string AM_CheckFORM_Edit = "BIZ_EQUIP_AM_FORM_03"; /// /// PM 点检表启用/禁用 /// public readonly static string AM_CheckFORM_Status = "BIZ_EQUIP_AM_FORM_04"; /// /// PM 点检表分配 /// public readonly static string AM_CheckFORM_Assig = "BIZ_EQUIP_AM_FORM_05"; #endregion #region PM 设备保养 /// /// PM 设备保养 /// public readonly static string PM_PRESERVE = "BIZ_EQUIP_PM_PRESERVE"; /// /// PM 设备保养记录查看 /// public readonly static string PM_PRESERVE_Watch = "BIZ_EQUIP_PM_PRESERVE_01"; /// /// PM 设备保养记录新增 /// public readonly static string PM_PRESERVE_Add = "BIZ_EQUIP_PM_PRESERVE_02"; /// /// PM 设备保养记录修改 /// public readonly static string PM_PRESERVE_Edit = "BIZ_EQUIP_PM_PRESERVE_03"; #endregion #region AM 设备保养 /// /// AM 设备保养 /// public readonly static string AM_PRESERVE = "BIZ_EQUIP_AM_PRESERVE"; /// /// AM 设备保养记录查看 /// public readonly static string AM_PRESERVE_Watch = "BIZ_EQUIP_AM_PRESERVE_01"; /// /// AM 设备保养记录新增 /// public readonly static string AM_PRESERVE_Add = "BIZ_EQUIP_AM_PRESERVE_02"; /// /// AM 设备保养记录修改 /// public readonly static string AM_PRESERVE_Edit = "BIZ_EQUIP_AM_PRESERVE_03"; #endregion #region 设备维修 /// /// 设备维修 /// public readonly static string Device_REPAIRRECORD = "BIZ_EQUIP_REPAIRRECORD"; /// /// 设备维修查看 /// public readonly static string Device_REPAIRRECORD_Watch = "BIZ_EQUIP_REPAIRRECORD_01"; /// /// 设备维修编辑 /// public readonly static string Device_REPAIRRECORD_Edit = "BIZ_EQUIP_REPAIRRECORD_02"; /// /// 设备维修导入 /// public readonly static string Device_REPAIRRECORD_Import = "BIZ_EQUIP_REPAIRRECORD_03"; /// /// 设备维修确认权限-工程师 /// public readonly static string Device_REPAIRRECORD_Engineer = "BIZ_EQUIP_REPAIRRECORD_04"; /// /// 设备维修确认权限-技术人员 /// public readonly static string Device_REPAIRRECORD_Echnician = "BIZ_EQUIP_REPAIRRECORD_05"; /// /// 设备维修确认权限-维修主管 /// public readonly static string Device_REPAIRRECORD_Manager = "BIZ_EQUIP_REPAIRRECORD_06"; #endregion #region Tag /// /// Tag /// public readonly static string Device_TAG = "BIZ_EQUIP_TAG"; /// /// Tag查看 /// public readonly static string Device_TAG_Watch = "BIZ_EQUIP_TAG_01"; /// /// Tag新增 /// public readonly static string Device_TAG_Add = "BIZ_EQUIP_TAG_02"; /// /// Tag修改 /// public readonly static string Device_TAG_Edit = "BIZ_EQUIP_TAG_03"; /// /// Tag接受 /// public readonly static string Device_TAG_Receipt = "BIZ_EQUIP_TAG_04"; #endregion #region 字段配置 /// /// 字段配置 /// public readonly static string Custom_FIELD = "BIZ_EQUIP_FIELD"; /// /// 现象区分 /// public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION = "BIZ_EQUIP_FIELD_SYMPTOMLDISTINCTION"; /// /// 现象区分新增 /// public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION_ADD = "BIZ_EQUIP_FIELD_SYMPTOMLDISTINCTION_01"; /// /// 现象区分编辑 /// public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION_EDIT = "BIZ_EQUIP_FIELD_SYMPTOMLDISTINCTION_02"; /// /// 现象区分禁用/启用 /// public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION_STATUS = "BIZ_EQUIP_FIELD_SYMPTOMLDISTINCTION_03"; /// /// 维修方式 /// public readonly static string Custom_FIELD_MAINTENANCEN = "BIZ_EQUIP_FIELD_MAINTENANCEN"; /// /// 维修方式新增 /// public readonly static string Custom_FIELD_MAINTENANCEN_ADD = "BIZ_EQUIP_FIELD_MAINTENANCEN_01"; /// /// 维修方式编辑 /// public readonly static string Custom_FIELD_MAINTENANCEN_EDIT = "BIZ_EQUIP_FIELD_MAINTENANCEN_02"; /// /// 维修方式禁用/启用 /// public readonly static string Custom_FIELD_MAINTENANCEN_STATUS = "BIZ_EQUIP_FIELD_MAINTENANCEN_03"; /// /// 配件维护 /// public readonly static string Custom_FIELD_ACCESSORIES = "BIZ_EQUIP_FIELD_ACCESSORIES"; /// /// 配件维护新增 /// public readonly static string Custom_FIELD_ACCESSORIES_ADD = "BIZ_EQUIP_FIELD_ACCESSORIES_01"; /// /// 配件维护编辑 /// public readonly static string Custom_FIELD_ACCESSORIES_EDIT = "BIZ_EQUIP_FIELD_ACCESSORIES_02"; /// /// 配件维护禁用/启用 /// public readonly static string Custom_FIELD_ACCESSORIES_STATUS = "BIZ_EQUIP_FIELD_ACCESSORIES_03"; /// /// 故障发生地 /// public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED = "BIZ_EQUIP_FIELD_WHEREFAILUREOCCURRED"; /// /// 故障发生地新增 /// public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED_ADD = "BIZ_EQUIP_FIELD_WHEREFAILUREOCCURRED_01"; /// /// 故障发生地编辑 /// public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED_EDIT = "BIZ_EQUIP_FIELD_WHEREFAILUREOCCURRED_02"; /// /// 故障发生地禁用/启用 /// public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED_STATUS = "BIZ_EQUIP_FIELD_WHEREFAILUREOCCURRED_03"; #endregion #region 软件配置 public readonly static string Sys_Config = "BIZ_EQUIP_BASE_CONFIG"; #endregion } }