using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BLL { public static class Const { /// /// 本部系统管理员帐号 /// public const string Gly = "gly"; /// /// 本部系统管理员ID /// public const string GlyId = "AF17168B-87BD-466E-1111-F0A0A1158F9B"; /// /// 分包商业务管理员角色ID /// public const string GL = "04CF8B48-5CA3-47C3-A907-15B4985C3700"; // 仓库保管员角色 public const string StoreManRole = "B1FA72CD-09E7-4BAA-B8ED-F16A6ACCB1E2"; /// /// 初始化密码 /// public const string glyPassWord = "gly.1234"; #region 常量是否字符串 /// /// 是 字符串 /// public const string _True = "True"; /// /// 否 字符串 /// public const string _False = "False"; /// /// null字符串 /// public const string _Null = "null"; #endregion #region 系统标识 #region 系统类型 /// /// 综合平台 /// public const string SystemType_0 = "0"; /// /// 项目现场施工管理 /// public const string SystemType_1 = "1"; /// /// 施工综合管理 /// public const string SystemType_2 = "2"; #endregion /// /// 综合平台系统 /// public const string System_1 = "1"; /// /// 本部管道安装焊接管理 /// public const string System_2 = "2"; /// /// 现场管道安装焊接管理 /// public const string System_3 = "3"; /// /// 本部压力容器焊接管理 /// public const string System_4 = "4"; /// /// 现场压力容器焊接管理 /// public const string System_5 = "5"; /// /// 焊工管理 /// public const string System_6 = "6"; /// /// 焊材管理 /// public const string System_7 = "7"; #endregion #region 按钮操作状态 /// /// 增加 /// public const string Add = "Add"; /// /// 提交 /// public const string Save = "Save"; /// /// 删除 /// public const string Delete = "Delete"; /// /// 取消、作废 /// public const string Cancel = "Cancel"; /// /// 修改、调整 /// public const string Modify = "Modify"; #endregion #region 按钮描述 /// /// 增加 /// public const string BtnAdd = "增加"; /// /// 修改 /// public const string BtnModify = "修改"; /// /// 删除 /// public const string BtnDelete = "删除"; /// /// 提交 /// public const string BtnSave = "提交"; /// /// 打印 /// public const string BtnPrint = "打印"; /// /// 数据库备份 /// public const string BtnDataBak = "数据库备份"; /// /// 编制 /// public const string BtnCompile = "编制"; /// /// 提交 /// public const string BtnSubmit = "提交"; /// /// 编辑 /// public const string BtnEdit = "编辑"; /// /// 选用 /// public const string BtnSelected = "选用"; /// /// 校对 /// public const string BtnCheck = "校对"; /// /// 审核 /// public const string BtnAuditing = "审核"; /// /// 取消审核 /// public const string BtnCancelAuditing = "取消审核"; /// /// 发布 /// public const string BtnIssuance = "发布"; /// /// 导入 /// public const string BtnIn = "导入"; /// /// 导出 /// public const string BtnOut = "导出"; /// /// 插件 /// public const string BtnPlug = "插件"; /// /// 选择 /// public const string BtnSelect = "选择"; /// /// 上传附件 /// public const string BtnUpLoad = "上传附件"; /// /// 批打开 /// public const string BtnBatchOpen = "批打开"; /// /// 批关闭 /// public const string BtnBatchClose = "批关闭"; /// /// 外观检验确认 /// public const string BtnVICheck = "外观检验确认"; /// /// 点口确定 /// public const string BtnNDTPoint = "点口确认"; /// /// 生成委托单 /// public const string BtnGeneratingOrder = "生成委托单"; /// /// 取消委托确认 /// public const string BtnCancelTrust = "取消委托确认"; /// /// 扩拍 /// public const string BtnExtendTrust = "扩拍"; /// /// 编辑检测工程编号 /// public const string BtnEditTestEngineering = "编辑检测工程编号"; /// /// 编辑完成报告反馈 /// public const string BtnEditCompleteReport = "编辑完成报告反馈"; /// /// 编辑要求完成日期 /// public const string BtnEditAskCompleteDate = "编辑要求完成日期"; /// /// 生成 /// public const string BtnGenerate = "生成"; /// /// 项目计划编制 /// public const string BtnPlanEdit = "计划编制"; /// /// 同步 /// public const string BtnSync = "同步"; /// /// 提交申请 /// public const string BtnSubmitApplication = "提交申请"; /// /// 取消委托 /// public const string BtnCancelEntrust = "取消委托"; /// /// 检验委托单打印 /// public const string BtnEntrustPrint = "检验委托单打印"; /// /// 编辑登记评定 /// public const string BtnEditQualityRating = "编辑登记评定"; // 移库 public const string BtnMoveStore = "移库"; // 撤消 public const string BtnUndo = "撤消"; #endregion #region 查询字段 #region 查询字段:系统设置 /// /// 部门表:部门编号 /// public const string DepartCode = "DepartCode"; /// /// 部门表:部门名称 /// public const string DepartName = "DepartName"; /// /// 人员表:人员名称 /// public const string UserName = "UserName"; /// /// 人员表:人员编码 /// public const string UserCode = "UserCode"; #endregion #region 查询字段:基础信息 /// /// 特殊岗位(HSSE) /// public const string HSSESpecialPost = "2"; /// /// 特殊岗位(质量) /// public const string QSpecialPost = "3"; /// /// 特殊岗位(其他) /// public const string OtherSpecialPost = "4"; /// /// 单位信息表:单位代码 /// public const string UnitCode = "UnitCode"; /// /// 单位信息表:单位名称 /// public const string UnitName = "UnitName"; /// /// 单位类型表:业主 /// public const string UnitType_1 = "1"; /// /// 单位类型表:监理 /// public const string UnitType_2 = "2"; /// /// 单位类型表:总包 /// public const string UnitType_3 = "3"; /// /// 单位类型表:施工 /// public const string UnitType_4 = "4"; /// /// 单位类型表:质检 /// public const string UnitType_5 = "5"; /// /// 单位类型表:理化 /// public const string UnitType_6 = "6"; /// /// 单位类型表:热处理 /// public const string UnitType_7 = "7"; /// /// 单位类型表:检测 /// public const string UnitType_8 = "8"; /// /// 项目表:项目编号 /// public const string ProjectCode = "ProjectCode"; /// /// 项目表:项目名称 /// public const string ProjectName = "ProjectName"; /// /// 作业区域表:作业区域编号 /// public const string WorkAreaCode = "WorkAreaCode"; /// /// 作业区域表:作业区域名称 /// public const string WorkAreaName = "WorkAreaName"; /// /// 岗位信息表:岗位名称 /// public const string PostName = "PostName"; #endregion #region 资源库 /// /// 法律法规清单名称 /// public const string LawRegulationName = "LawRegulationName"; /// /// 标准规范清单标准级别 /// public const string StandardGrade = "StandardGrade"; /// /// 标准规范清单标准号 /// public const string StandardNo = "StandardNo"; /// /// 标准规范清单标准名称 /// public const string StandardName = "StandardName"; #endregion #region 焊接管理 #region 查询字段:系统设置 /// /// 焊接接口表:焊接接口代码 /// public const string HJGL_ConsumablesCode = "ConsumablesCode"; /// /// 焊接等级表:等级代号 /// public const string HJGL_PipingClassCode = "PipingClassCode"; /// /// 焊接等级表:等级名称 /// public const string HJGL_PipingClassName = "PipingClassName"; /// /// 探伤类型表:探伤类型代号 /// public const string HJGL_TestingCode = "TestingCode"; /// /// 探伤类型表:探伤类型名称 /// public const string HJGL_TestingType = "TestingType"; /// /// 探伤比例:探伤比例代码 /// public const string HJGL_NDTRCode = "NDTR_Code"; /// /// 探伤比例:探伤比例名称 /// public const string HJGL_NDTRName = "NDTR_Name"; /// /// 材质:材质代码 /// public const string HJGL_STE_Code = "STE_Code"; /// /// 材质:材质名称 /// public const string HJGL_STE_Name = "STE_Name"; /// /// 材质:钢材类型 /// public const string HJGL_STE_SteType = "STE_SteType"; /// /// 焊缝类型表:焊缝类型编号 /// public const string HJGL_JOTY_Code = "JOTY_Code"; /// /// 焊缝类型表:焊缝类型名称 /// public const string HJGL_JOTY_Name = "JOTY_Name"; /// /// 安装组件表:组件代号 /// public const string HJGL_COM_Code = "COM_Code"; /// /// 安装组件表:组件名称 /// public const string HJGL_COM_Name = "COM_Name"; /// /// 焊接方法表:焊接方法代码 /// public const string HJGL_WME_Code = "WME_Code"; /// /// 焊接方法表:焊接方法名称 /// public const string HJGL_WME_Name = "WME_Name"; /// /// 坡口类型表:坡口代号 /// public const string HJGL_JST_Code = "JST_Code"; /// /// 坡口类型表:坡口名称 /// public const string HJGL_JST_Name = "JST_Name"; /// /// 介质表:介质代号 /// public const string HJGL_SER_Code = "SER_Code"; /// /// 介质表:介质描述 /// public const string HJGL_SER_Name = "SER_Name"; /// /// 试压类型表:试压代号 /// public const string HJGL_TPT_Code = "TPT_Code"; /// /// 试压类型表:试压名称 /// public const string HJGL_TPT_TypeName = "TPT_TypeName"; /// /// 直径寸径对照表:直径代号 /// public const string HJGL_BST_DN = "BST_DN"; #endregion #endregion #endregion #region 初始化上传路径 /// /// Excel附件路径 /// public const string ExcelUrl = "File\\Excel\\"; /// /// 默认照片的初始化虚拟路径 /// public const string initDefaultPath = "FileUpload\\photo.jpg"; /// /// APP下载地址 /// public const string APPImageUrl = "File\\Image\\APP下载地址.jpg"; /// /// 焊接数据导入说明 /// public const string HJGL_DataInHelpUrl = "Doc\\焊接数据导入说明.doc"; /// /// 焊接数据导入模版文件原始的虚拟路径 /// public const string HJGL_DataInTemplateUrl = "File\\Excel\\HJGL_DataIn\\焊接数据导入模版.xls"; /// /// 工艺管线参数信息导入模板的虚拟路径 /// public const string PiprLineInTemplateUrl = "File\\Excel\\HJGL_DataIn\\工艺管线参数信息导入模板.xls"; /// /// 焊口信息导入模板的虚拟路径 /// public const string JointInTemplateUrl = "File\\Excel\\HJGL_DataIn\\焊口信息导入模板.xls"; /// /// 特种设备焊工焊绩记录导入模板的虚拟路径 /// public const string WeldRecordInTemplateUrl = "File\\Excel\\HJGL_DataIn\\特种设备焊工焊绩记录导入模板.xls"; /// /// PDMS导入模版文件原始的虚拟路径 /// public const string HJGL_DataIn_PDMSTemplateUrl = "File\\Excel\\HJGL_DataIn\\PDMS导入模版.xls"; /// /// 焊接工艺评定台账导入模板 /// public const string WeldingProcedureTemplateUrl = "File\\Excel\\HJGL_DataIn\\焊接工艺评定台账导入模板.xls"; /// /// 通用附件上传路径 /// public const string CommonFileUrl = "FileUpload\\CommonUpLoadFile\\"; /// /// 通知附件路径 /// public const string NoticeUrl = "FileUpload\\Common\\Notice\\"; /// /// 图片路径 /// public static string HJGL_ImageUrl = "FileUpload\\HJGL\\Image\\"; /// /// 焊工导入模板路径 /// public const string WelderTemplateUrl = "File\\Excel\\焊工导入模板.xls"; /// /// 焊材信息导入模板 /// public const string WeldInfoTemplateUrl = "File\\Excel\\焊材信息导入模板.xls"; /// /// 领料计划导入 /// public const string UsingPlanInTemplateUrl = "File\\Excel\\领料计划导入模板.xlsx"; #endregion #region 综合平台系统菜单ID /// /// 导航定制 /// public const string SgglNavSetMenuId = "BD42A57E-1783-4FFB-A150-B2CE136AE48E"; #region 系统设置 /// /// 部门 /// public const string DepartMenuId = "C5C87BF2-1EF4-48DA-2222-1862EA47CBEB"; /// /// 角色 /// public const string RoleMenuId = "EBAD373C-8EB4-49A1-2222-6794FFCAF9B6"; /// /// 用户 /// public const string UserMenuId = "E6F0167E-B0FD-4A32-2222-25FB9E0FDC4E"; /// /// 修改密码 /// public const string UpdatePasswordMenuId = "BAB254FA-C879-4463-2222-387C241A8623"; /// /// 系统功能授权 /// public const string RolePowerMenuId = "2231022B-3519-42FC-2222-1DB9A98039DD"; /// /// 数据库备份 /// public const string DataBakMenuId = "9F3A6DDF-C2EA-4AE6-2222-96B7E819A00E"; /// /// 系统环境设置 /// public const string SysSetMenuId = "E4BFDCFD-2B1F-49C5-B02B-1C91BFFAAC6E"; /// /// 日志管理 /// public const string LogMenuId = "3E208088-31E7-4849-2222-FCA64B288EF3"; #endregion #region 基础信息定义 /// /// 项目信息 /// public const string ProjectMenuId = "F4B314DA-1F95-4B82-2222-3A20ED04FA17"; /// /// 单位信息 /// public const string UnitMenuId = "D5783F6B-CDEF-4893-2222-265C36B17167"; /// /// 岗位 /// public const string PostMenuId = "40BCB841-A752-418B-2222-1ED661680E11"; /// /// 职称 /// public const string TitleMenuId = "CDCF9605-F084-44B3-87D1-F83BB4E0A8ED"; /// /// 作业区域 /// public const string WorkAreaMenuId = "BDC1E172-5256-4282-801B-503EF65E4FC1"; /// /// 人员信息 /// public const string PersonListMenuId = "D2B4A381-872E-4C49-8F43-175238423517"; /// /// 流程设置 /// public const string AudiFlowMenuId = "07341D61-A34D-41AB-B26B-37C1FB433665"; #endregion #region 模板及打印 /// /// 模板管理 /// public const string FileManageListMenuId = "CF6C07AB-5BFE-4367-2222-2DC9BF4301E0"; /// /// 报表设计 /// public const string PrintDesignerMenuId = "8FA7237E-DB0C-436C-6666-8C3A560EE688"; #endregion #region 资源库 /// /// HSSE危险源辨识与评价模板 /// public const string HazardTemplateMenuId = "399CA226-CFED-401E-2222-F43FEDDBC953"; /// /// 检查项目设置 /// public const string CheckItemSetMenuId = "A70C85F0-E99C-49E1-2222-FE8364794E04"; /// /// HSSE行政管理检查类别设置 /// public const string CheckTypeSetMenuId = "F9918F3B-0471-4FA3-2222-187C87D04D96"; /// /// WBS库设置 /// public const string WBSSetMenuId = "854B35DC-8EE8-4E30-2222-BC750F325A01"; /// /// QHSE法律法规清单 /// public const string LawRegulationListMenuId = "96DE448F-0629-40BC-2222-3E79686D3343"; /// /// QHSE标准规范清单 /// public const string ConstructionStandardListMenuId = "46EE9F79-64CF-4BF4-2222-67E73B1ECB2F"; /// /// 标牌管理 /// public const string SignManagerMenuId = "6A5CB77D-34BF-4254-2222-6E0D4353E641"; /// /// 专业设置 /// public const string ProjectMajorSetMenuId = "A3B54DEB-0257-467A-B5F1-CAC4A5497714"; #endregion #region 项目设置定义 /// /// 参与单位 /// public const string ProjectUnitMenuId = "0E017438-A342-47A9-84FB-38BFB70BE561"; /// /// 参与人员 /// public const string ProjectUserMenuId = "BF1EC3DB-9278-4FE9-BE09-B364FD13AF97"; /// /// 项目焊工 /// public const string ProjectWelderMenuId = "10ADC484-14DC-4235-3333-1763E52EE4E7"; /// /// 项目角色授权 /// public const string ProjectRolePowerMenuId = "27643029-2227-4BDC-BB41-648DDD1DAADD"; /// /// 项目用户授权 /// public const string ProjectUserPowerMenuId = "E473554C-C788-4798-B8E5-2AD8A0A1C1CE"; /// /// 装置 /// public const string ProjectInstallationMenuId = "A4308F9A-0280-49C5-BEE4-FA858FE1CE24"; /// /// 施工区域 /// public const string ProjectWorkAreaMenuId = "8BB978BC-8461-4820-A0B0-E6C59A1CC855"; /// /// 安全巡检类型 /// public const string HazardRegisterTypesMenuId = "3EC2676A-70EB-400E-BE17-EEBBA0B7E9D7"; /// /// 质量巡检类型 /// public const string QHazardRegisterTypesMenuId = "7A1CAF34-CED6-424B-AC75-1A36F4B82545"; /// /// 单位、分部、分项工程设置 /// public const string ProjectWbsSetMenuId = "7349FAF4-5533-4A47-BBEC-9F496E725C3F"; /// /// 单位、分部、分项工程审核与发布 /// public const string ProjectWBSSetAuditMenuId = "858E83E9-ADE5-452E-BD65-82D8DFF872C0"; #endregion #region 管理通知 /// /// 管理通知 /// public const string Common_NoticeMenuId = "7A07FD8A-18FC-44D4-ACDC-E4F80C6122B5"; /// /// 手机APP上传内容 /// public const string Common_APPFileMenuId = "2C3DBD0F-33AA-4AE0-99F7-AAC08DA7551C"; #endregion #endregion #region 综合平台流程 #region Common通知流程定义 /// /// 重新整理 /// public const string Common_Notice_ReCompile = "0"; /// /// 编制 /// public static string Common_Notice_Compile = "1"; /// /// 校核 /// public static string Common_Notice_Check = "2"; /// /// 签发 /// public static string Common_Notice_Sign = "3"; /// /// 审核完结 /// public static string Common_Notice_ApproveCompleted = "4"; #endregion #endregion #region HJGLServer 焊接质量本部菜单 #region 系统设置 /// /// 系统环境设置 /// public const string HJGL_SysSetMenuId = "E4BFDCFD-2B1F-49C5-B02B-1C91BFFAAC6E"; #endregion #region 基础信息 /// /// 焊接耗材 /// public const string HJGL_ConsumablesMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0004"; /// /// 管道等级 /// public const string HJGL_PipingMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0005"; /// /// 探伤类型 /// public const string HJGL_TestingMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0006"; /// /// 探伤比例 /// public const string HJGL_DetectionMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0007"; /// /// 焊缝类型 /// public const string HJGL_WeldMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0008"; /// /// 安装组件 /// public const string HJGL_ComponentsMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0009"; /// /// 焊接方法 /// public const string HJGL_WeldingMethodMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0010"; /// /// 直径寸径对照 /// public const string HJGL_ControlMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0011"; /// /// 材质焊材对照 /// public const string HJGL_MaterialCompareMenuId = "671B079F-5576-42D7-BEDE-16C6E496BA67"; /// /// 坡口类型 /// public const string HJGL_GrooveMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0012"; /// /// 材质定义 /// public const string HJGL_MaterialMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0013"; /// /// 材质标准 /// public const string HJGL_MaterialStandardMenuId = "868609F8-9C01-4982-85D1-D6B4862A8A78"; /// /// 介质定义 /// public const string HJGL_MediumMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0014"; /// /// 试压类型 /// public const string HJGL_PressureMenuId = "8IDKGJE2-09B1-4607-BC6D-865CE48F0015"; /// /// 执行标准 /// public const string HJGL_ExecStandardMenuId = "7494F93E-9FC0-4C90-B0CA-79C1C04C53B9"; /// /// 焊缝检测比例对照表 /// public const string HJGL_WeldControlMenuId = "7BF4C0C9-C7B9-4925-9C9B-D6AACB067AC9"; /// /// 设备 /// public const string HJGL_EquipmentMenuId = "D097AB27-F2EE-4184-9191-1BDB21C7CFA2"; /// /// 焊评标准 /// public const string HJGL_StandardMenuId = "30616AA4-73BA-4869-B78E-60C8D264F918"; /// /// 焊接接头简图 /// public const string HJGL_JointImageMenuId = "D43D24E2-2A7F-4DB2-8725-FB4317A98A13"; /// /// 焊评材质类别 /// public const string HJGL_MaterialClassMenuId = "ED7F4339-6598-40FE-86D4-AD4C8F06F045"; /// /// 焊评材质组别 /// public const string HJGL_MaterialGroupMenuId = "41E514DA-8991-43B6-A62D-E24F6C6825E8"; /// /// 焊评材质组别 /// public const string HJGL_TestStandardsMenuId = "CC40F390-ECC0-42FA-BF91-C92154488293"; #endregion #region 焊接工艺评定 /// /// 焊接工艺评定台账 /// public const string HJGL_WeldingProcedureMenuId = "63CD1C52-1A87-4946-9CA7-8C3C2CB0CA2E"; /// /// 检测工艺参数 /// public const string HJGL_TestingParametersMenuId = "C3D3402A-B7B2-4887-97B0-6211D21469DC"; #endregion #region 文件控制 /// /// 国内法律法规相关条款 /// public const string HJGLServer_DomesticLawsRegulationsMenuId = "E968A3B0-8BEF-4584-9589-4DF32F46A757"; /// /// 国内现行相关标准规范 /// public const string HJGLServer_DomesticStandardsMenuId = "44141764-C129-4E0B-A548-BB30748FB28A"; /// /// 国外现行相关标准规范 /// public const string HJGLServer_ForeignStandardsMenuId = "49F3E237-B051-41A3-8842-7309F11E4BF8"; /// /// 公司相关规章制度标准 /// public const string HJGLServer_CompanyStandardsMenuId = "6C2AB5BD-7285-4EA7-B3C3-94746E9FFDB3"; #endregion #endregion #region HJGL 焊接管理菜单ID #region 人员管理 /// /// 班组管理 /// public const string HJGL_TeamGroupMenuId = "8545C52F-2582-4DEB-6666-6E9DCFC13D40"; /// /// 人员管理 /// public const string HJGL_PersonManageMenuId = "1908E4C9-4A63-4A6C-6666-DA4910C2A8C7"; /// /// 设备焊接人员信息 /// public const string WeldRecordInMenuId = "FEAF7FE7-528A-420F-B4C9-FD008B992293"; #endregion #region 焊接工艺评定 /// /// 焊接工艺评定图片 /// public const string HJGL_ProcedureImageListMenuId = "F4B02718-0616-4623-6666-885698DDBEB1"; /// /// 焊接工艺评定查询 /// public const string HJGL_WeldingProcedureSearchMenuId = "EFDSFVDE-RTHN-7UMG-6666-5TGED48F8IOL"; /// /// 焊接工艺评定台账 /// public const string HJGL_ProjectWeldingProcedureMenuId = "1D8517D6-9EB3-44C8-A416-78099AE0C138"; /// /// 材料匹配工艺评定 /// public const string HJGL_MatchedProcedureMaterialMenuId = "B69007E6-A111-4A74-AC8C-80A9A726C730"; /// /// 焊接工艺卡 /// public const string HJGL_WeldingProcessCardMenuId = "F9F110BD-C417-4B4C-B61B-14046644521F"; /// /// 热处理工艺卡 /// public const string HJGL_WeldHotProcessCardMenuId = "552FBD3C-E0FF-458A-BD94-34492504E9FA"; /// /// 返修工艺卡 /// public const string HJGL_WeldRepairCardMenuId = "1A466D4D-EF2A-45F0-8926-8A185EBC6DFF"; #endregion #region 焊接管理 /// /// 管线管理 /// public const string HJGL_PipelineManageMenuId = "8IDKGJE2-09B1-6UIO-6666-5TGED48F0001"; /// ///焊口信息初始化 /// public const string HJGL_JointInfoMenuId = "32F5CC8C-E0F4-456C-6666-77E36269FA50"; /// /// 焊接日报管理 /// public const string HJGL_WeldReportMenuId = "5TYHMD2F-2582-4DEB-6666-6E9DCFEFBGHO"; /// /// 焊接日报预提交管理 /// public const string HJGL_PreWeldReportMenuId = "AC69CD82-74FC-4561-8BC4-58A920348765"; /// /// 返修焊缝记录上交 /// public const string HJGL_RepairItemRecordMenuId = "1D48293F-DFC5-4FDE-9473-67C62836AFBE"; /// /// 点口管理 /// public const string HJGL_PointMenuId = "3ACE25CE-C5CE-4CEC-6666-0D5CF1DF2F01"; /// /// 检测报告编制提示 /// public const string HJGL_TestingReportPromptMenuId = "6FC1CFE0-6BF4-4E92-998E-D15408D8E1F2"; #endregion #region 管线材料匹配 /// /// 材料信息 /// public const string HJGL_MaterialSetMenuId = "EC70A4C1-4662-49CF-B249-33401D0E4B4E"; /// /// 管线材料对应表 /// public const string HJGL_PipeMaterialMenuId = "62DAFBF7-809D-403B-A72B-08189E6E15F2"; /// /// 进料单 /// public const string HJGL_InStorageMenuId = "A7EEF633-E9D4-4331-8E06-BB212A95F199"; /// /// 材料匹配 /// public const string HJGL_MatchSetMenuId = "31894A72-6F04-4233-A017-0ECB924AF408"; /// /// 出料单 /// public const string HJGL_OutStorageMenuId = "31E31DF7-BFA6-4A0F-B639-AE68AD341017"; /// /// 库存 /// public const string HJGL_StorageMenuId = "827C5778-269D-40A2-BA86-27A8613B3DC8"; #endregion #region 热处理管理 /// /// 热处理委托 /// public const string HJGL_HotProessTrustMenuId = "C13DBFD6-FC8C-4E20-83D6-B9882AD76BB2"; /// /// 热处理录入 /// public const string HJGL_HotProessManageEditMenuId = "90579BE7-E38C-4CD2-6666-755169FF3BB2"; /// /// 热处理结果反馈 /// public const string HJGL_HotProessResultMenuId = "3D0522B2-9136-4DE2-9CCC-BDEAB3EF1749"; /// /// 返修热处理委托 /// public const string HJGL_RepairHotProessTrustMenuId = "B7D46C88-5868-431D-B226-909614122163"; /// /// 硬度委托 /// public const string HJGL_HotHardSetMenuId = "6AF0AB05-B85F-483B-B9A9-F8E7B6065021"; /// /// 硬度数据录入 /// public const string HJGL_HardReportSetMenuId = "9C585A87-0D10-45E0-88F0-72B831C0C70A"; /// /// 硬度检测报告 /// public const string HJGL_HardTestReportMenuId = "DE6F5EC4-28DA-4603-ADC4-ED7BCEAFDEB2"; /// /// 硬度检测结果反馈 /// public const string HJGL_HardTestResultMenuId = "359320A4-D9F7-4462-B8D3-64FECFA5261C"; /// /// 硬度委托录入 /// public const string HJGL_HotHardManageEditMenuId = "72B3E508-1315-4CC3-6666-E840FA701A0E"; /// /// 硬度委托审核 /// public const string HJGL_HotHardManageAuditMenuId = "B0355AED-E873-4398-6666-07243E296A1D"; /// /// 热处理工艺卡目录 /// public const string HJGL_HotProcessCardMenuId = "69AA03A1-3645-4EAC-A872-153ECF0B88FC"; #endregion #region 无损委托 /// /// 委托录入 /// public const string HJGL_TrustManageEditMenuId = "10123AB9-2CC1-494A-6666-FEAB50FCACBE"; /// /// 委托审核 /// public const string HJGL_TrustManageAuditMenuId = "DDAB7C10-91C3-4DE0-6666-4F055A95235F"; #endregion #region 返修委托 /// /// 返修委托录入 /// public const string HJGL_RepairManageEditMenuId = "352C276B-0E56-4DB5-6666-2385AD1E51B1"; /// /// 返修焊缝委托 /// public const string HJGL_RepairItemRecordTrustMenuId = "58676138-53A1-4CB7-A0D3-87EE24243E96"; /// /// 返修委托审核 /// public const string HJGL_RepairManageAuditMenuId = "D8084A7D-6240-4145-6666-4ADA33E7687B"; #endregion #region 检测管理 /// /// 检测单录入 /// public const string HJGL_CheckMenuId = "CDECC461-1897-4D88-6666-0824E540F565"; /// /// 检测单审核 /// public const string HJGL_CheckAuditMenuId = "3FB934E7-BEFF-48BA-6666-268780FA1CE2"; /// /// 非拍片检测单 /// public const string HJGL_CheckNonFilmingMenuId = "714C66AC-EE49-4F3B-82F6-C00C4359DD08"; #endregion #region 试压管理 /// /// 试压包录入 /// public const string HJGL_TestPackageManageEditMenuId = "1C6F9CA9-FDAC-4CE5-6666-5536538851E1"; /// /// 试压包审核 /// public const string HJGL_TestPackageManageAuditMenuId = "55976B16-2C33-406E-6666-2FE42D031071"; /// /// A项尾工录入 /// public const string HJGL_AItemEndCheckMenuId = "24941EDC-CED6-4176-6666-EB5F08156D08"; /// /// B项尾工录入 /// public const string HJGL_BItemEndCheckMenuId = "B7EF02DC-45AB-4CFB-6666-8340D85D57AD"; /// /// 试压包完成 /// public const string HJGL_TestPackageManageViewMenuId = "82951D78-9029-4F69-6666-00C47551B3E6"; #endregion #region 焊接报表 /// /// 单位工区进度分析 /// public const string HJGL_UnitAreaAnalyzeMenuId = "66A76F90-96A7-4C1F-6666-125DDEACEF52"; /// /// 单位工区质量分析 /// public const string HJGL_UnitAreaQualityMenuId = "88CDDC68-54DE-4E24-6666-A33B80EC0E12"; /// /// 焊工业绩分析 /// public const string HJGL_WelderPerformanceMenuId = "41C22E63-36B7-4C44-6666-F765BFBB7C55"; /// /// 管线综合分析 /// public const string HJGL_IsoCmprehensiveMenuId = "0ADD01FB-8088-4595-6666-6A73F332A229"; /// /// 预制安装进度 /// public const string HJGL_PreInstallMenuId = "05495F29-B583-43D9-6666-3384D6783A3F"; /// /// 介质综合分析 /// public const string HJGL_MediaComMenuId = "575C5154-A135-4737-6666-A129EA717660"; /// /// 探伤综合分析 /// public const string HJGL_DetectionAnalyzeMenuId = "3E2F2FFD-ED2E-4914-6666-D97A68398814"; /// /// 焊口综合信息 /// public const string HJGL_JointComprehensiveMenuId = "0DC90447-F99B-4002-6666-7981A7837A1F"; /// /// 管线综合信息 /// public const string HJGL_IsoCompreInfoMenuId = "CF3CB43C-4031-4CFD-6666-154DC1CB881E"; #endregion #region 通用导入 /// /// 工艺管线参数导入 /// public const string PipeLineInMenuId = "560df42d-4e77-4ba2-ab4b-c1d57bb8874f"; /// /// 焊口信息导入 /// public const string JointInMenuId = "e8874b8a-42fd-4ae4-9f10-fb116d70f9f1"; /// /// 数据导入 /// public const string HJGL_DataInMenuId = "ERDXV53M-09B1-6UIO-6666-5DVZDF329001"; /// /// 更新导入 /// public const string HJGL_DataUpdateMenuId = "EFDASF56-6UIO-3EFM-6666-DMGJZXD6307P"; #endregion #region 焊接材料(焊接) /// /// 焊丝烘烤记录 /// public const string HJGL_ElectrodeBakeMenuId = "B255A0C2-3D63-4A25-6666-FA8F37F22361"; /// /// 焊条发放回收记录 /// public const string HJGL_ElectrodeRecoveryMenuId = "28EA8CEC-3D63-4FEB-6666-F33FBC269ABE"; /// /// 材料到货登记及验收记录 /// public const string HJGL_EMaterialRegistMenuId = "7308FFE7-1C6F-4023-6666-0B9F103E289D"; /// /// 焊材库温湿度记录表 /// public const string HJGL_EWeldRHRecordMenuId = "5BADA90D-EB19-47DE-6666-CA22517AF415"; #endregion #endregion #region 压力容器菜单ID #region 施工管理 /// /// 焊缝信息输入 /// public const string PV_WeldingManagement = "3F3C20C4-2D32-4ABE-901F-262D8D1E1AF8"; /// /// 焊接与检测方法输入 /// public const string PV_WeldingTestingMethod = "F7528189-C8BB-4B00-A5B0-CF6B26B39D2F"; /// /// 焊接记录上交及委托前确认 /// public const string PV_WeldReport = "ABE027EB-807A-4E74-8448-34AF09A65ECF"; /// /// 返修申请 /// public const string PV_RepairApplication = "4BF98E73-88B5-405E-B5C0-65E767F5B8E2"; /// /// 返修审批 /// public const string PV_RepairApply = "6CBF4629-4794-43FB-85B9-EFABC25AF458"; /// /// 已审批返修单查询及打印 /// public const string PV_RepairApplyPrint = "4FAC2402-1C27-4EA1-9F93-24BC0E8F15AC"; /// /// 返修焊接与检测方法输入 /// public const string PV_ReworkTestingMethod = "46001D2A-B27E-45C8-8D0A-010CB5F22C72"; /// /// 返修焊接记录上交及委托前确认 /// public const string PV_ReworkBeforeConfirmation = "7F1CA2FD-068B-4096-9BF5-5E3350CBDD72"; #endregion #region 检验委托管理 /// /// 焊缝委托 /// public const string PV_WeldingConfirmation = "9D6429BF-F032-4CD1-9163-4FC7AD5486DB"; /// /// 检测委托单信息及打印 /// public const string PV_InspectionCommissionPrint = "2F5B0BA8-2A19-44AD-9A71-22F43D5E2C01"; /// /// 返修焊缝委托 /// public const string PV_ReworkConfirmation = "AAA7F8B3-B20E-43D2-94A9-4BFDABD93279"; /// /// 返修检测委托单信息及打印 /// public const string PV_ReworkCommissionPrint = "72F49205-6AB8-492A-BF7B-B35D636EFF0F"; #endregion #region 检测数据管理 /// /// 检测结果录入 /// public const string PV_InputTestResults = "400CAE2B-6D2C-40D0-847F-B4967B3295DA"; /// /// RT质量等级评定 /// public const string PV_RTQualityRating = "844DFD49-7D7B-4775-97A5-A567621AB973"; /// /// MT,PT,UT,PAUT质量等级评定 /// public const string PV_NonRTQualityRating = "7D3D2282-F4CC-408A-A296-EB9418C3E464"; /// /// 返修检测结果录入 /// public const string PV_ReworkInputTestResults = "F187E33D-2552-4401-912D-B257F16B8960"; /// /// 返修RT质量等级评定 /// public const string PV_ReworkRTQualityRating = "002B4754-FBAC-4DB3-B1A0-86ADF91EF7C4"; /// /// 返修MT,PT,UT,PAUT质量等级评定 /// public const string PV_ReworkNonRTQualityRating = "6C07D9AC-54ED-4C69-B93E-46E601EAB959"; /// /// 检测报告打印 /// public const string PV_TestingReportPrint = "2CDBE0BE-50E9-4242-92EC-7A45DBE0D684"; #endregion #region 热处理管理 /// /// 热处理委托及打印 /// public const string PV_HotProessTrust = "1DEBBAB0-FB77-4753-8481-5F51BDFB0874"; /// /// 热处理反馈 /// public const string PV_HotProessResult = "37E54D47-A7B3-4B15-9AD7-5C8E5DD179A7"; /// /// 硬度委托确认 /// public const string PV_HardProessTrustConfirm = "5BA486B8-B4ED-45F8-BB86-CD74E2B7DCDD"; #endregion #region 理化管理 /// /// 硬度委托单打印 /// public const string PV_HardProessTrust = "678E1DC5-F7C8-475B-936D-CC331F5530B5"; /// /// 硬度检验结果反馈 /// public const string PV_HardProessResult = "7F735820-1B02-44C6-89E5-1123B9A4CEED"; #endregion #region 报表输入输出 /// /// 硬度委托单打印 /// public const string PV_WeldAppearance = "CE2FC194-043F-4FED-BDC5-4E8BF028CB88"; #endregion #endregion #region 材料管理菜单ID /// /// 仓库保管员ID /// public const string cgbgyId = "B1FA72CD-09E7-4BAA-B8ED-F16A6ACCB1E2"; /// /// 制造分公司Id /// public const string zzfgsId = "2601d7a4-6437-4fb7-86cc-7e970de08e36"; #region 基础信息 /// /// 焊材类型 /// public const string CLGL_WeldTypeMenuId = "84A5B601-BBF4-475B-98B9-B8A603842523"; /// /// 规格设置 /// public const string CLGL_SpecificationsMenuId = "B898DC9D-37BE-4EF9-B4B3-4EB9E8C06C38"; /// /// 单位仓库 /// public const string CLGL_UnitStoreMenuId = "3D621BD9-4A79-4175-9DA9-70479BDA5D08"; /// /// 焊材信息设置 /// public const string CLGL_WeldInfoMenuId = "6556BA03-2560-435D-B9CE-FC29BC06DBF5"; /// /// 保管员信息 /// public const string CLGL_StoremanInfoMenuId = "0059FA85-9C17-4BE7-AA88-BBE63D642AA2"; /// /// 供应商信息 /// public const string CLGL_SupplierMenuId = "6B118D39-8B13-423C-A063-4C474E66FB90"; #endregion #region 库存维护 /// /// 库存初始化 /// public const string CLGL_StockInitMenuId = "BD71676E-9680-4C52-8271-3257C9A0B656"; /// /// 焊材入库录入 /// public const string CLGL_StockInMenuId = "C6CF24D7-DCC4-4278-9B28-1B45FBA1A99B"; /// /// 焊材入库复验 /// public const string CLGL_StockInCheckMenuId = "B597B4F3-0C51-449C-B7A3-9E01ECE3F20B"; #endregion #region 领料计划 /// /// 领料计划录入 /// public const string CLGL_UsingPlanMenuId = "E7D2D4F1-99D7-4920-8D16-C802F37E2D17"; /// /// 领料查询 /// public const string CLGL_UsingMatMenuId = "45CB6908-DD82-4A8D-90EF-61E2EC3DDA0F"; #endregion #region 焊条烘烤记录 /// /// 焊条烘烤记录 /// public const string CLGL_ElectrodeBakeRecordMenuId = "30F7FC9A-0D56-4A06-A029-DFD4DD53213C"; #endregion #region 焊工管理菜单ID /// /// 焊工基础信息 /// public const string Welder_WelderMenuId = "A9CF951C-085F-469A-A969-F9086D69AFB8"; /// /// 合格项目 /// public const string Welder_QualifiedProjectMenuId = "EE32CADB-1F07-4B1A-932E-D62B053295F3"; /// /// 资质分析 /// public const string Welder_QualificationAnalysisMenuId = "DE7899F1-2905-4BBD-A0FD-09B28E7BE0E7"; /// /// 业绩查询 /// public const string Welder_PerformanceInquiryMenuId = "900526D7-9391-43EF-9A83-37CFC285C5E6"; /// /// 持证焊工焊接合格率 /// public const string Welder_WelderOKRateMenuId = "2928FADD-ADA2-489C-BC38-3B041062E888"; /// /// 持证焊工焊接合格率记录 /// public const string Welder_WelderOKRateRecordMenuId = "AEBF6C94-0E0E-4C98-A39B-773A1384AA95"; /// /// 持证焊工焊接合格率汇总表 /// public const string Welder_WelderOKRateStatisticsMenuId = "6B380E79-90B5-418F-8455-4E791139FE1B"; /// /// 持证焊工焊接合格率汇总表记录 /// public const string Welder_WelderOKRateStatisticsRecordMenuId = "B9EF3525-9C02-4F98-ADEE-E5EEECE88DF0"; #endregion #endregion #region 报表对应ID /// /// 持证焊工焊接合格率月汇总表 /// public const string HGGL_TestReportId = "900"; /// /// 焊工管理_合格焊工登记 /// public const string HGGL_QualifiedWelderReportId = "400"; /// /// 焊工管理_持证焊工焊接合格率 /// public const string HGGL_WelderOKRateReportId = "401"; /// /// 持证焊工焊接合格率月汇总表 /// public const string HGGL_WelderOKRateStatisticsReportId = "402"; /// /// 特种设备焊接操作人员焊绩记录表 /// public const string HGGL_WelderRecordReportId = "302"; /// /// 管道焊接工作记录 /// public const string HJGL_JointInfoReportId = "1"; /// /// 管道焊口日报表 /// //public const string HJGL_JointReportDayReportId = "2"; /// /// 管道点口日报表 /// public const string HJGL_PointReportDayReportId = "3"; /// /// 无损检测委托单 /// public const string HJGL_TrustReportId = "4"; /// /// 检测通知单 /// //public const string HJGL_CheckReportId = "5"; /// /// 硬度检测日委托单 /// public const string HJGL_HardCheckReportId = "6"; /// /// 合格焊工登记表 /// public const string HJGL_WelderRecordReportId = "7"; /// /// 无损检测委托单(2) /// //public const string HJGL_TrustReport2Id = "8"; /// /// 无损检测委托单(第三方) /// //public const string HJGL_TrustReport3Id = "9"; /// /// 无损检测委托单(第三方-神化) /// //public const string HJGL_TrustReport4Id = "10"; /// /// 非拍片检测通知单 /// public const string HJGL_CheckNonFilmingReportId = "11"; /// /// 管道焊接接头热处理日委托单 /// public const string HJGL_HotProessTrustId = "12"; /// /// 热处理委托单 /// public const string HJGL_HotProessTrustReportId = "15"; /// /// 热处理委托单(新) /// public const string HJGL_HotProessTrustNewReportId = "500"; /// /// 焊接系统_管道焊接接头热处理报告(一个测温点) /// public const string HJGL_HotProessReportId1 = "151"; /// /// 焊接系统_管道焊接接头热处理报告(二个测温点) /// public const string HJGL_HotProessReportId2 = "152"; /// /// 焊接系统_管道焊接接头热处理报告(一和二个测温点) /// public const string HJGL_HotProessReportId3 = "153"; /// /// 焊接系统_管道焊接接头热处理报告(二个测温点以上) /// public const string HJGL_HotProessReportId4 = "154"; /// /// 焊接系统_管道焊接接头热处理报告(第二页) /// public const string HJGL_HotProessReportTwoId = "155"; /// /// 焊接系统_硬度检验报告(一) /// public const string HJGL_HardTestReportId1 = "18"; /// /// 焊接系统_硬度检验报告(二) /// public const string HJGL_HardTestReportId2 = "19"; /// /// 焊接系统_管道吹扫/清洗检验记录 /// public const string HJGL_TestPackageReportOneId = "20"; /// /// 焊接系统_管道系统耐压试验条件确认与试验记录(一) /// public const string HJGL_TestPackageReportTwoId = "21"; /// /// 管道对接焊接接头报检/检查记录 /// public const string HJGL_WeldInspectionCheckRecordReportId = "22"; /// /// 射线检测报告(一) /// public const string HJGL_RTReportId1 = "201"; /// /// 射线检测报告(二) /// public const string HJGL_RTReportId2 = "202"; /// /// 渗透检测报告(一) /// public const string HJGL_PTReportId1 = "203"; /// /// 渗透检测报告(二) /// public const string HJGL_PTReportId2 = "204"; /// /// 磁粉检测报告(一) /// public const string HJGL_MTReportId1 = "205"; /// /// 磁粉检测报告(二) /// public const string HJGL_MTReportId2 = "206"; /// /// 焊缝超声检测报告(一) /// public const string HJGL_UTReportId1 = "207"; /// /// 焊缝超声检测报告(二) /// public const string HJGL_UTReportId2 = "208"; /// /// RT检测记录打印(-) /// public const string HJGL_RTCheckRecordReportId1 = "100"; /// /// RT检测记录打印(二) /// public const string HJGL_RTCheckRecordReportId2 = "101"; /// /// PT检测记录打印(-) /// public const string HJGL_PTCheckRecordReportId1 = "105"; /// /// PT检测记录打印(二) /// public const string HJGL_PTCheckRecordReportId2 = "106"; /// /// MT检测记录打印(-) /// public const string HJGL_MTCheckRecordReportId1 = "110"; /// /// MT检测记录打印(二) /// public const string HJGL_MTCheckRecordReportId2 = "111"; /// /// UT检测记录打印(-) /// public const string HJGL_UTCheckRecordReportId1 = "115"; /// /// UT检测记录打印(二) /// public const string HJGL_UTCheckRecordReportId2 = "116"; /// /// 重检记录打印 /// public const string HJGL_ReRTCheckRecordId = "118"; /// /// 返修焊缝委托单 /// public const string HJGL_RepairReportId = "31"; /// /// 射线检测综合报告(二) /// public const string HJGL_RTReportTwoId = "32"; /// /// 检测综合报告(除射线检测外) /// public const string HJGL_TestingReportNotRT = "33"; /// /// 工程无损检测管理清单 /// public const string HJGL_NDTManageListReportId = "34"; /// /// 工程无损检测总委托单 /// public const string HJGL_NDTTotalTrustReportId = "35"; /// /// 工程无损检测重拍报表 /// public const string HJGL_NDTRemakeReportId = "36"; /// /// 安装工程无损检测统计报表(周报) /// public const string HJGL_NDTStatisticalWeekReportId = "37"; /// /// 项目管理部管道单线图附页(续) /// public const string HJGL_PipelineAttachReportId = "38"; /// /// 项目管理部管道单线图附页(续) /// public const string HJGL_PipelineAttach2ReportId = "42"; /// /// 管道焊接接头射线检测比例确认表(一) /// public const string HJGL_RTCheckConfirmReportId = "39"; /// /// 拍片一次合格率统计表 /// public const string HJGL_PassFileOneQueReportId = "40"; /// /// 射线检测结果确认表 /// public const string HJGL_RTTestingResultReportId = "41"; /// /// 硬度试验委托单 /// public const string HJGL_HardCheckReport2Id = "43"; /// /// 无损检测委托单(承包商) /// public const string HJGL_SubUnitTrustReportId = "44"; /// /// 焊接系统_管线硬度检验报告(一) /// public const string HJGL_IsoHardTestReportId1 = "45"; /// /// 焊接系统_管线硬度检验报告(二) /// public const string HJGL_IsoHardTestReportId2 = "46"; /// /// 返修委托单(承包商适用) /// public const string HJGL_SubUnitRepairReportId = "47"; /// /// 材料标签 /// public const string CLGL_MaterialLabelReportId = "300"; /// /// 焊条发放回收记录表 /// public const string CLGL_ReleaseRecoveryReportId = "301"; /// /// 焊丝发放纪录 /// public const string HJGL_ElectrodeRecoveryReportId = "13"; /// /// 项目管理部焊接检测批报验统计表 /// public const string HJGL_RTCheckConfirmNewReportId = "65"; #region 新报表 /// /// 焊接系统_硬度检测报告(新) /// public const string HJGL_HardTestNewReportId = "23"; /// /// 焊接系统_硬度检测报告二(新) /// public const string HJGL_HardTestNewReportId2 = "30"; /// /// 管道焊接工作记录(新)1 /// public const string HJGL_JointInfoNewReport1Id = "24"; /// /// 管道焊接工作记录(新)2 /// public const string HJGL_JointInfoNewReport2Id = "25"; /// /// 返修焊接工作记录1 /// public const string HJGL_RepairJointInfoReport1Id = "241"; /// /// 返修焊接工作记录2 /// public const string HJGL_RepairJointInfoReport2Id = "251"; /// /// RT检测报告(新)1 /// public const string HJGL_RTNewReportId1 = "26"; /// /// RT检测报告(新)2 /// public const string HJGL_RTNewReportId2 = "27"; /// /// PT检测报告(新)1 /// public const string HJGL_PTNewReportId1 = "28"; /// /// PT检测报告(新)2 /// public const string HJGL_PTNewReportId2 = "29"; /// /// MT检测报告(新)1 /// public const string HJGL_MTNewReportId1 = "48"; /// /// MT检测报告(新)2 /// public const string HJGL_MTNewReportId2 = "49"; /// /// UT检测报告(新)1 /// public const string HJGL_UTNewReportId1 = "50"; /// /// UT检测报告(新)2 /// public const string HJGL_UTNewReportId2 = "51"; /// /// 管道焊接接头热处理报告(新) /// public const string HJGL_HotProessReportNewId1 = "52"; /// /// 管道焊接接头热处理报告(续)(新) /// public const string HJGL_HotProessReportNewId2 = "53"; /// /// 管道对接焊接接头报检/检查记录(新) /// public const string HJGL_WeldInspectionCheckRecordNewReportId = "54"; /// /// 管道焊口无损检测结果通知单 /// public const string HJGL_NDTResultReportId = "55"; /// /// 管道焊口检测委托单 /// public const string HJGL_NDTTrustReportId = "56"; /// /// 管道焊口检测总委托单 /// public const string HJGL_NDTTotalTrustReportId1 = "57"; /// /// 管道焊口检测总委托单(续) /// public const string HJGL_NDTTotalTrustReportId2 = "58"; /// /// 管道焊口超声检测缺陷示意图 /// public const string HJGL_UTDefectDiagramReportId = "59"; /// /// 管道焊口表面无损检测缺陷示意图 /// public const string HJGL_SurfaceNDTDiagramReportId = "60"; /// /// 管道无损检测结果汇总表 /// public const string HJGL_NDTSummaryReportId1 = "61"; /// /// 管道无损检测结果汇总表(续) /// public const string HJGL_NDTSummaryReportId2 = "62"; /// /// 管道无损检测结果汇总表-按批次 /// public const string HJGL_NDTSummaryByBatchReportId1 = "610"; /// /// 管道无损检测结果汇总表-按批次(续) /// public const string HJGL_NDTSummaryByBatchReportId2 = "620"; /// /// 管道无损检测数量统计表 /// public const string HJGL_NDTQuantityStatisticsReportId1 = "63"; /// /// 管道无损检测数量统计表(续) /// public const string HJGL_NDTQuantityStatisticsReportId2 = "64"; #endregion #endregion #region 模板定义 /// /// 空word模板 /// public static string EmptyWordTemplate = "EmptyWordTemplate"; /// /// 临时文件模板 /// public static string TempFileTemplate = "TempFileTemplate"; #endregion } }