diff --git a/DataBase/版本日志/五环二期集团大屏数据同步更新脚本.sql b/DataBase/版本日志/五环二期集团大屏数据同步更新脚本.sql
new file mode 100644
index 00000000..f847fe77
--- /dev/null
+++ b/DataBase/版本日志/五环二期集团大屏数据同步更新脚本.sql
@@ -0,0 +1,794 @@
+
+
+--廷ڼŴͬ½ű
+
+
+
+--˵Դ-ݶƿͻIJ˵typeMenuType˵
+--棺Menu_DigData
+insert into Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
+values('D72BB321-11A8-485B-BAC7-367C7FCA7FBA','','CQMS/Technique/Rectify.aspx',1,'A5D13C77-33B2-4D47-B7FD-5256543A8DC1','Menu_DigData',1,1,1)
+GO
+
+
+--˵-QCݶƿͻIJ˵typeMenuType˵
+--棺Menu_CQMS
+--廷ۺϹMenu_ZHGL
+insert into dbo.Sys_Menu (MenuId, MenuName, Icon, Url, SortIndex, SuperMenu, MenuType, IsOffice, IsEnd, IsUsed)
+values (N'5708024C-CD74-42CD-839C-2E4FD83D1897', N'QC', null, N'', 121, N'0', 'Menu_ZHGL', 0, 0, 1),
+ (N'8B1DFB6D-B48C-4FAB-821F-25AD582DBFAB', N'QCСע', null, N'CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx', 20, N'5708024C-CD74-42CD-839C-2E4FD83D1897', 'Menu_ZHGL', 0, 1, 1),
+ (N'B1D48FD8-F44A-46DD-AB9F-6D431365F6D1', N'QCͳ', null, N'CQMS/QualityActivity/QCManage/QCStatics.aspx', 60, N'5708024C-CD74-42CD-839C-2E4FD83D1897', 'Menu_ZHGL', 0, 1, 1);
+go
+
+
+--˵ʱϵ
+insert into Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
+values('2C49EC5E-BF6F-4C44-BA02-9BD183CF68C6','ʱϵ','CQMS/Comprehensive/QualityAssurance.aspx',190,'4a0e62cb-ee50-4a14-80b7-377602e9902c','Menu_CQMS',0,1,1)
+go
+
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('395F6F1E-9033-4B7E-9A74-EFA0EE9A3149','2C49EC5E-BF6F-4C44-BA02-9BD183CF68C6','',1)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('2E498DB2-82B4-49F3-A80B-0352A061DB1F','2C49EC5E-BF6F-4C44-BA02-9BD183CF68C6','',2)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('3236569E-BBF8-4B8F-8C21-094B2F761F39','2C49EC5E-BF6F-4C44-BA02-9BD183CF68C6','ɾ',3)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('2AD98DF0-2D47-4B00-A577-FC37A41A099C','2C49EC5E-BF6F-4C44-BA02-9BD183CF68C6','',4)
+go
+
+
+
+--------------------------------------------------------------------------------------
+
+--Դ-
+IF NOT EXISTS (SELECT * FROM Sys_ButtonToMenu WHERE MenuId = 'D72BB321-11A8-485B-BAC7-367C7FCA7FBA')
+BEGIN
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('E770B99A-3935-4489-9A41-95552E54C853','D72BB321-11A8-485B-BAC7-367C7FCA7FBA','',1)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('3FAD3BFA-3E69-40AB-9299-631CB308755E','D72BB321-11A8-485B-BAC7-367C7FCA7FBA','',2)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('D073D5A7-89BC-4E24-9D56-8CEBE6B8FC19','D72BB321-11A8-485B-BAC7-367C7FCA7FBA','ɾ',3)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('F3EC43F7-BBB1-407E-83D1-47B9B946C804','D72BB321-11A8-485B-BAC7-367C7FCA7FBA','',4)
+insert into Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+values('BB0DEF29-17BA-44DA-99EC-A80E99220D5E','D72BB321-11A8-485B-BAC7-367C7FCA7FBA','',5)
+END
+GO
+
+--QC/QCСעᰴť
+ INSERT INTO dbo.Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+ VALUES('2C35922B-5D10-4BC0-9AD8-619F03EAED5C','8B1DFB6D-B48C-4FAB-821F-25AD582DBFAB','',1)
+ INSERT INTO dbo.Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+ VALUES('537C8FD5-F7F7-4BC9-A84F-0FD3A5E79551','8B1DFB6D-B48C-4FAB-821F-25AD582DBFAB','',2)
+ INSERT INTO dbo.Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+ VALUES('EB398ED2-B6A7-41E1-A09D-1B454A7ACBF8','8B1DFB6D-B48C-4FAB-821F-25AD582DBFAB','ɾ',3)
+ INSERT INTO dbo.Sys_ButtonToMenu(ButtonToMenuId,MenuId,ButtonName,SortIndex)
+ VALUES('F221FA9D-0BB3-433E-B5D4-AC831F8B0855','8B1DFB6D-B48C-4FAB-821F-25AD582DBFAB','',4)
+ GO
+
+
+
+--˵
+update Sys_Menu
+set MenuName='ҵ'
+where MenuId='CD9FC4C8-4B02-4619-8B02-50DA6AE6146E'
+
+update Sys_Menu
+set MenuName='ල鱨'
+where MenuId='40387C48-95A0-435C-82FB-57AF0A81B9D4'
+
+update Sys_Menu
+set MenuName='ල'
+where MenuId='A02E0365-383C-49A0-BF1A-B3E42052959B'
+
+GO
+
+
+--1ල鱨Ӽࣨ0ȫ1鵥λ
+IF NOT EXISTS (SELECT 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'Supervise_SuperviseCheckReport' AND COLUMN_NAME = 'CheckMainType')
+BEGIN
+ ALTER TABLE Supervise_SuperviseCheckReport ADD CheckMainType nvarchar(50);
+ ALTER TABLE Supervise_SuperviseCheckReport ADD CheckUnitId nvarchar(50);
+END
+GO
+alter table dbo.Supervise_SuperviseCheckReport add IsUpdate bit
+go
+
+alter table HSSE_Hazard_HazardRegister add IsUpdate bit null
+GO
+
+alter table dbo.Solution_LargerHazard add IsUpdate bit
+go
+alter table dbo.License_LicenseManager add IsUpdate bit
+go
+
+
+alter table dbo.Check_CheckControl add IsUpdate bit
+go
+alter table dbo.Hazard_HazardSelectedItem add IsUpdate bit
+go
+
+
+--1ʷݼΪȫ
+update Supervise_SuperviseCheckReport set CheckMainType='0';
+GO
+
+--2ʷݼ鵥λΪλ
+update Supervise_SuperviseCheckReport set CheckUnitId=(select UnitId from Base_Unit where IsThisUnit=1);
+GO
+
+
+--ҵ
+IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'Base_SuperviseCheckType') AND type = N'U')
+BEGIN
+CREATE TABLE [dbo].[Base_SuperviseCheckType](
+ [CheckTypeId] [nvarchar](50) NOT NULL,
+ [CheckTypeCode] [nvarchar](50) NULL,
+ [CheckTypeName] [nvarchar](50) NULL,
+ [CheckMainType] [nvarchar](10) NULL,
+ [Remark] [nvarchar](200) NULL,
+ CONSTRAINT [PK_Base_SuperviseCheckType] PRIMARY KEY CLUSTERED
+(
+ [CheckTypeId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Base_SuperviseCheckType', @level2type=N'COLUMN',@level2name=N'CheckTypeId'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Base_SuperviseCheckType', @level2type=N'COLUMN',@level2name=N'CheckTypeCode'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Base_SuperviseCheckType', @level2type=N'COLUMN',@level2name=N'CheckTypeName'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Base_SuperviseCheckType', @level2type=N'COLUMN',@level2name=N'CheckMainType'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ע' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Base_SuperviseCheckType', @level2type=N'COLUMN',@level2name=N'Remark'
+END
+
+GO
+
+--ҵʼ
+IF NOT EXISTS (SELECT * FROM Base_SuperviseCheckType WHERE CheckTypeId = 'AC59B57B-E9E9-45A3-AF20-6B26085EA678')
+BEGIN
+ INSERT INTO dbo.Base_SuperviseCheckType(CheckTypeId,CheckTypeCode,CheckTypeName,CheckMainType,Remark)
+ VALUES('AC59B57B-E9E9-45A3-AF20-6B26085EA678','1','ҵ˴','0','')
+ INSERT INTO dbo.Base_SuperviseCheckType(CheckTypeId,CheckTypeCode,CheckTypeName,CheckMainType,Remark)
+ VALUES('A9E180A3-57DE-47FF-AEC1-9EA186E2DB61','2','ҵۺϼ','0','')
+ INSERT INTO dbo.Base_SuperviseCheckType(CheckTypeId,CheckTypeCode,CheckTypeName,CheckMainType,Remark)
+ VALUES('9792D11C-71F6-4C4C-A516-C887C84CA151','3','ҵר','0','')
+ INSERT INTO dbo.Base_SuperviseCheckType(CheckTypeId,CheckTypeCode,CheckTypeName,CheckMainType,Remark)
+ VALUES('81BEEB75-1BD1-49EA-8EAD-9AA91902A97E','1','ҵ','1','')
+END
+
+GO
+
+
+--
+IF NOT EXISTS (SELECT 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'HSSEData_HSSE' AND COLUMN_NAME = 'BranchLeadShiftCheckNum')
+BEGIN
+ alter table dbo.HSSEData_HSSE add BranchLeadShiftCheckNum int;
+ alter table dbo.HSSEData_HSSE add BranchComprehensiveCheckNum int;
+ alter table dbo.HSSEData_HSSE add BranchSpecialCheckNum int;
+
+ exec sp_addextendedproperty 'MS_Description', N'֧˴', 'SCHEMA', 'dbo', 'TABLE',
+ 'HSSEData_HSSE', 'COLUMN', 'BranchLeadShiftCheckNum'
+ exec sp_addextendedproperty 'MS_Description', N'֧ۺϼ', 'SCHEMA', 'dbo', 'TABLE',
+ 'HSSEData_HSSE', 'COLUMN', 'BranchComprehensiveCheckNum'
+ exec sp_addextendedproperty 'MS_Description', N'֧ר', 'SCHEMA', 'dbo', 'TABLE',
+ 'HSSEData_HSSE', 'COLUMN', 'BranchSpecialCheckNum'
+END
+GO
+--
+IF NOT EXISTS (SELECT 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'Project_HSSEData_HSSE' AND COLUMN_NAME = 'BranchLeadShiftCheckNum')
+BEGIN
+ alter table dbo.Project_HSSEData_HSSE add BranchLeadShiftCheckNum int;
+ alter table dbo.Project_HSSEData_HSSE add BranchComprehensiveCheckNum int;
+ alter table dbo.Project_HSSEData_HSSE add BranchSpecialCheckNum int;
+
+ exec sp_addextendedproperty 'MS_Description', N'֧˴', 'SCHEMA', 'dbo', 'TABLE',
+ 'Project_HSSEData_HSSE', 'COLUMN', 'BranchLeadShiftCheckNum'
+ exec sp_addextendedproperty 'MS_Description', N'֧ۺϼ', 'SCHEMA', 'dbo', 'TABLE',
+ 'Project_HSSEData_HSSE', 'COLUMN', 'BranchComprehensiveCheckNum'
+ exec sp_addextendedproperty 'MS_Description', N'֧ר', 'SCHEMA', 'dbo', 'TABLE',
+ 'Project_HSSEData_HSSE', 'COLUMN', 'BranchSpecialCheckNum'
+END
+GO
+alter table dbo.HSSEData_HSSE
+ add QualityPersonNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE',
+ 'COLUMN', 'QualityPersonNum'
+go
+
+alter table dbo.Project_HSSEData_HSSE
+ add QualityPersonNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE',
+ 'COLUMN', 'QualityPersonNum'
+go
+
+
+alter table dbo.CQMSData_CQMS
+add UnitCheckNum int;
+go
+alter table dbo.CQMSData_CQMS
+add UnitCheckClosedNum int;
+go
+alter table dbo.CQMSData_CQMS
+add UnitCheckNotClosedNum int;
+go
+alter table dbo.CQMSData_CQMS
+add BranchCheckNum int;
+go
+alter table dbo.CQMSData_CQMS
+add BranchCheckClosedNum int;
+go
+alter table dbo.CQMSData_CQMS
+add BranchCheckNotClosedNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ҵ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS', 'COLUMN',
+'UnitCheckNum'
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ҵıջ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS',
+'COLUMN', 'UnitCheckClosedNum'
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ҵδ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS',
+'COLUMN', 'UnitCheckNotClosedNum'
+go
+exec sp_addextendedproperty 'MS_Description', N'֧', 'SCHEMA', 'dbo', 'TABLE',
+'CQMSData_CQMS', 'COLUMN', 'BranchCheckNum'
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧ıջ', 'SCHEMA', 'dbo', 'TABLE',
+'CQMSData_CQMS', 'COLUMN', 'BranchCheckClosedNum'
+go
+exec sp_addextendedproperty 'MS_Description', N'֧δ', 'SCHEMA', 'dbo', 'TABLE',
+'CQMSData_CQMS', 'COLUMN', 'BranchCheckNotClosedNum'
+go
+
+
+
+
+alter table dbo.CQMSData_CQMS
+add SpecialEquipmentQualityAssuranceSystemNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ʱϵ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS', 'COLUMN',
+'SpecialEquipmentQualityAssuranceSystemNum'
+go
+
+
+alter table dbo.Project_CQMSData_CQMS
+add SpecialEquipmentQualityAssuranceSystemNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ʱϵ', 'SCHEMA', 'dbo', 'TABLE', 'Project_CQMSData_CQMS', 'COLUMN',
+'SpecialEquipmentQualityAssuranceSystemNum'
+go
+
+
+alter table dbo.Solution_LargerHazard add OperativesNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'Solution_LargerHazard',
+ 'COLUMN', 'OperativesNum'
+go
+
+alter table dbo.HSSEData_HSSE add OperativesNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ΣҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE',
+ 'COLUMN', 'OperativesNum'
+go
+
+alter table dbo.HSSEData_HSSE add SuperOperativesNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ΣҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE',
+ 'COLUMN', 'SuperOperativesNum'
+go
+
+
+
+
+alter table dbo.Project_HSSEData_HSSE add OperativesNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ΣҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE',
+ 'COLUMN', 'OperativesNum'
+go
+
+alter table dbo.Project_HSSEData_HSSE add SuperOperativesNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ΣҵԱ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE',
+ 'COLUMN', 'SuperOperativesNum'
+go
+
+
+
+
+--1Ͳ0ȫ1
+IF NOT EXISTS (SELECT 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'Technique_Rectify' AND COLUMN_NAME = 'RectifyType')
+BEGIN
+ ALTER TABLE Technique_Rectify ADD RectifyType nvarchar(10);
+END
+GO
+--2ʷΪȫ
+update Technique_Rectify set RectifyType='0';
+GO
+
+
+
+
+
+
+---1ͳƻʩʩסͼֽ
+
+alter table dbo.CQMSData_CQMS
+add ComprehensiveReviewDrawingsNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ͼֽ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS', 'COLUMN',
+'ComprehensiveReviewDrawingsNum'
+go
+alter table dbo.CQMSData_CQMS
+add ComprehensiveConTechnologyDisclosureNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ʩ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS', 'COLUMN',
+'ComprehensiveConTechnologyDisclosureNum'
+go
+alter table dbo.CQMSData_CQMS
+add ComprehensiveConTechnologyDisclosurePersonNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ʩ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS', 'COLUMN',
+'ComprehensiveConTechnologyDisclosurePersonNum'
+go
+
+
+
+
+alter table dbo.Project_CQMSData_CQMS
+add ComprehensiveReviewDrawingsNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ͼֽ', 'SCHEMA', 'dbo', 'TABLE', 'Project_CQMSData_CQMS', 'COLUMN',
+'ComprehensiveReviewDrawingsNum'
+go
+alter table dbo.Project_CQMSData_CQMS
+add ComprehensiveConTechnologyDisclosureNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ʩ', 'SCHEMA', 'dbo', 'TABLE', 'Project_CQMSData_CQMS', 'COLUMN',
+'ComprehensiveConTechnologyDisclosureNum'
+go
+alter table dbo.Project_CQMSData_CQMS
+add ComprehensiveConTechnologyDisclosurePersonNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ʩ', 'SCHEMA', 'dbo', 'TABLE', 'Project_CQMSData_CQMS', 'COLUMN',
+'ComprehensiveConTechnologyDisclosurePersonNum'
+go
+
+
+--2֧ӦԤ
+
+alter table dbo.HSSEData_HSSE
+add BranchComprehensivePlanNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧ۺԤ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE', 'COLUMN',
+'BranchComprehensivePlanNum'
+go
+
+alter table dbo.HSSEData_HSSE
+add BranchSpecialPlanNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧רԤ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE', 'COLUMN',
+'BranchSpecialPlanNum'
+go
+
+alter table dbo.HSSEData_HSSE
+add BranchOnSiteDisposalPlan int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ֳ֧Ԥ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE', 'COLUMN',
+'BranchOnSiteDisposalPlan'
+go
+
+
+alter table dbo.Project_HSSEData_HSSE
+add BranchComprehensivePlanNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧ۺԤ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE', 'COLUMN',
+'BranchComprehensivePlanNum'
+go
+
+alter table dbo.Project_HSSEData_HSSE
+add BranchSpecialPlanNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧רԤ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE', 'COLUMN',
+'BranchSpecialPlanNum'
+go
+
+alter table dbo.Project_HSSEData_HSSE
+add BranchOnSiteDisposalPlan int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ֳ֧Ԥ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE', 'COLUMN',
+'BranchOnSiteDisposalPlan'
+go
+
+
+
+
+--3Ӧ
+
+alter table dbo.HSSEData_HSSE
+add BranchDrillNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧Ӧ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE', 'COLUMN',
+'BranchDrillNum'
+go
+
+alter table dbo.HSSEData_HSSE
+add BranchDrillPersonNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧Ӧ˴', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE', 'COLUMN',
+'BranchDrillPersonNum'
+go
+
+
+alter table dbo.Project_HSSEData_HSSE
+add BranchDrillNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧Ӧ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE', 'COLUMN',
+'BranchDrillNum'
+go
+
+alter table dbo.Project_HSSEData_HSSE
+add BranchDrillPersonNum int;
+go
+
+exec sp_addextendedproperty 'MS_Description', N'֧Ӧ˴', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE', 'COLUMN',
+'BranchDrillPersonNum'
+go
+
+
+
+
+
+
+
+
+
+alter table dbo.HSSEData_HSSE
+ add ProjectSubFullTimeNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ĿְרְԱ', 'SCHEMA', 'dbo', 'TABLE', 'HSSEData_HSSE', 'COLUMN',
+ 'ProjectSubFullTimeNum'
+go
+alter table dbo.Project_HSSEData_HSSE
+ add ProjectSubFullTimeNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ĿְרְԱ', 'SCHEMA', 'dbo', 'TABLE', 'Project_HSSEData_HSSE', 'COLUMN',
+ 'ProjectSubFullTimeNum'
+go
+
+alter table dbo.CQMSData_CQMS
+ add ProjectSubPersonNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ĿְԱ', 'SCHEMA', 'dbo', 'TABLE', 'CQMSData_CQMS', 'COLUMN',
+ 'ProjectSubPersonNum'
+go
+alter table dbo.Project_CQMSData_CQMS
+ add ProjectSubPersonNum int
+go
+
+exec sp_addextendedproperty 'MS_Description', N'ĿְԱ', 'SCHEMA', 'dbo', 'TABLE', 'Project_CQMSData_CQMS', 'COLUMN',
+ 'ProjectSubPersonNum'
+go
+
+
+
+
+
+CREATE TABLE [dbo].[QCManage_QCGroupRegistration](
+ [QCGroupRegistrationId] [nvarchar](50) NOT NULL,
+ [ProjectId] [nvarchar](50) NULL,
+ [Code] [nvarchar](100) NULL,
+ [Name] [nvarchar](200) NULL,
+ [CompileMan] [nvarchar](50) NULL,
+ [CompileDate] [datetime] NULL,
+ CONSTRAINT [PK_QCManage_QCGroupRegistration] PRIMARY KEY CLUSTERED
+(
+ [QCGroupRegistrationId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
+
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'QCGroupRegistrationId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Ŀid' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'ProjectId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'Code'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'Name'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'CompileMan'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ʱ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'CompileDate'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'QC-QCСע' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration'
+GO
+
+
+alter table dbo.QCManage_QCGroupRegistration add AwardType nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL
+go
+exec sp_addextendedproperty 'MS_Description', N'', 'SCHEMA', 'dbo', 'TABLE', 'QCManage_QCGroupRegistration',
+ 'COLUMN', 'AwardType'
+go
+
+
+alter table dbo.QCManage_QCGroupRegistration add IsUpdate bit
+go
+
+
+alter table QCManage_QCGroupRegistration add UnitId nvarchar(50)
+alter table QCManage_QCGroupRegistration add Subjects nvarchar(200)
+alter table QCManage_QCGroupRegistration add Process nvarchar(500)
+alter table QCManage_QCGroupRegistration add Achievement nvarchar(200)
+alter table QCManage_QCGroupRegistration add AwardName nvarchar(100)
+alter table QCManage_QCGroupRegistration add AwardLevel nvarchar(50)
+alter table QCManage_QCGroupRegistration add AwardingUnit nvarchar(200)
+go
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'˾' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'UnitId'
+GO
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'Subjects'
+GO
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'Process'
+GO
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ɹ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'Achievement'
+GO
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'AwardName'
+GO
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ȼ1-ҡ2-ʡ3-ҵ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'AwardLevel'
+GO
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'佱λ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QCManage_QCGroupRegistration', @level2type=N'COLUMN',@level2name=N'AwardingUnit'
+GO
+
+
+
+
+alter table Project_CQMSData_CQMS add InspectionMachineNum int
+alter table Project_CQMSData_CQMS add InspectionMachineQualifiedNum int
+alter table CQMSData_CQMS add InspectionMachineNum int
+alter table CQMSData_CQMS add InspectionMachineQualifiedNum int
+go
+
+
+--update Comprehensive_InspectionMachine set sType=''
+--go
+
+
+CREATE TABLE [dbo].[Comprehensive_QualityAssurance](
+ [QualityAssuranceId] [nvarchar](50) NOT NULL,
+ [ProjectId] [nvarchar](50) NULL,
+ [QualityAssuranceCode] [nvarchar](50) NULL,
+ [QualityAssuranceName] [nvarchar](100) NULL,
+ [QualityAssuranceType] [nvarchar](50) NULL,
+ [ContentTexts] [nvarchar](max) NULL,
+ [CompileMan] [nvarchar](50) NULL,
+ [CompileDate] [datetime] NULL,
+ CONSTRAINT [PK_Comprehensive_QualityAssurance] PRIMARY KEY CLUSTERED
+(
+ [QualityAssuranceId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON ) ON [PRIMARY]
+) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
+GO
+
+ALTER TABLE [dbo].[Comprehensive_QualityAssurance] WITH CHECK ADD CONSTRAINT [FK_Comprehensive_QualityAssurance_Base_Project] FOREIGN KEY([ProjectId])
+REFERENCES [dbo].[Base_Project] ([ProjectId])
+GO
+
+ALTER TABLE [dbo].[Comprehensive_QualityAssurance] CHECK CONSTRAINT [FK_Comprehensive_QualityAssurance_Base_Project]
+GO
+
+ALTER TABLE [dbo].[Comprehensive_QualityAssurance] WITH CHECK ADD CONSTRAINT [FK_Comprehensive_QualityAssurance_Sys_User] FOREIGN KEY([CompileMan])
+REFERENCES [dbo].[Sys_User] ([UserId])
+GO
+
+ALTER TABLE [dbo].[Comprehensive_QualityAssurance] CHECK CONSTRAINT [FK_Comprehensive_QualityAssurance_Sys_User]
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'QualityAssuranceId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ĿId' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'ProjectId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'QualityAssuranceCode'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'QualityAssuranceName'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ͣѹܵװѹ졢ѹװ¯װػеװݰװ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'QualityAssuranceType'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ĵ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'ContentTexts'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'CompileMan'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ʱ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance', @level2type=N'COLUMN',@level2name=N'CompileDate'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ʱϵ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Comprehensive_QualityAssurance'
+GO
+
+
+GO
+
+
+
+ALTER VIEW [dbo].[View_Hazard_HazardRegister]
+AS
+SELECT Registration.HazardRegisterId,
+ Registration.HazardCode,
+ Registration.RegisterDate,
+ Registration.RegisterDef,
+ Registration.Rectification,
+ Registration.Place,
+ Registration.ResponsibleUnit,
+ Registration.Observer,
+ Registration.Risk_Level,
+ Registration.RectifiedDate,
+ Registration.ProjectId,
+ Project.UnitId AS PUnitId,
+ Project.ProjectState as ProjectState,
+ Project.isDelete as isDelete,
+ ProjectUnit.UnitName AS PUnitName,
+ ProjectUnit.IsBranch as IsBranch,
+ Project.ProjectAddress,
+ Registration.states,
+ Registration.IsEffective,
+ Registration.ResponsibleMan,
+ Registration.CheckManId,
+ Registration.CheckTime,
+ Registration.RectificationPeriod,
+ Registration.ImageUrl,
+ Registration.RectificationImageUrl,
+ Registration.RectificationTime,
+ Registration.ConfirmMan,
+ Registration.ConfirmDate,
+ Registration.HandleIdea,
+ Registration.CutPayment,
+ Registration.ProblemTypes,
+ Registration.CheckSpecialId,
+ Registration.CheckItemDetailId,
+ Registration.SupCheckItemSetId,
+ Registration.CheckItemSetId,
+ Registration.SafeSupervisionId,
+ Registration.SafeSupervisionIsOK,
+ Registration.IsUpdate,
+ Project.ProjectName,
+ Registration.CheckCycle,
+ ISNULL(WorkArea.UnitWorkName,'') AS WorkAreaName,
+ Unit.UnitName as ResponsibilityUnitName,
+ Unit.CollCropCode as ResponsibilityUnitCollCropCode,
+ User1.UserName AS ResponsibilityManName,
+ ISNULL(User1.Telephone,'') AS ResponsibilityManTel,
+ User2.UserName AS CheckManName,
+ ISNULL(User2.Telephone,'') AS CheckManTel,
+ User2.UnitId AS SendUnitId,
+ User3.UserName AS ConfirmManName,
+ ISNULL(User3.Telephone,'') AS ConfirmManTel,
+ User4.UserName AS ResponsibilityManName2,
+ ISNULL(User4.Telephone,'') AS ResponsibilityMan2Tel,
+ (CASE WHEN Registration.states='1' and (Registration.SafeSupervisionIsOK is null OR Registration.SafeSupervisionIsOK=0) THEN ''
+ WHEN Registration.states='1' and Registration.SafeSupervisionIsOK=1 THEN 'ϸ'
+ WHEN Registration.states='2' THEN '-'
+ WHEN Registration.states='3' THEN 'ѱջ'
+ ELSE '' END ) AS StatesStr,
+ (CASE WHEN Registration.states='3' THEN '' ELSE 'δ' END ) AS ConfirmStr,
+ RegisterTypes.RegisterTypesId,
+ RegisterTypes.RegisterTypesName,
+ Registration.DIC_ID,
+ Registration.CCManIds,
+ CCManNames = STUFF(( SELECT ',' + UserName FROM Sys_User
+ where PATINDEX('%,' + RTRIM(Sys_User.UserId) + ',%',',' + Registration.CCManIds + ',')>0
+ ORDER BY PATINDEX('%,' + RTRIM(Registration.CCManIds) + ',%',',' + Registration.CCManIds + ',')
+ FOR XML PATH('')), 1, 1,''),
+ Registration.Requirements,
+ Registration.Type,
+ Registration.HiddenType
+FROM dbo.HSSE_Hazard_HazardRegister AS Registration
+LEFT JOIN dbo.Base_Project AS Project ON Project.ProjectId = Registration.ProjectId
+LEFT JOIN dbo.Base_Unit AS ProjectUnit ON Project.UnitId = ProjectUnit.UnitId
+LEFT JOIN dbo.WBS_UnitWork AS WorkArea ON WorkArea.UnitWorkId = Registration.Place
+LEFT JOIN dbo.HSSE_Hazard_HazardRegisterTypes AS RegisterTypes ON RegisterTypes.RegisterTypesId = Registration.RegisterTypesId
+LEFT JOIN dbo.Base_Unit AS Unit ON Unit.UnitId = Registration.ResponsibleUnit
+LEFT JOIN dbo.Sys_User AS User1 ON User1.UserId = Registration.ResponsibleMan
+LEFT JOIN dbo.Sys_User AS User2 ON User2.UserId = Registration.CheckManId
+LEFT JOIN dbo.Sys_User AS User3 ON User3.UserId = Registration.ConfirmMan
+LEFT JOIN dbo.Sys_User AS User4 ON User4.UserId = Registration.ResponsibleMan2
+
+
+GO
+
+
+
+GO
+
+
+
+ALTER VIEW [dbo].[View_License_LicenseManager]
+AS
+/*ֳȫ֤*/
+SELECT LicenseManager.LicenseManagerId,
+ LicenseManager.ProjectId,
+ LicenseManager.LicenseTypeId,
+ LicenseManager.LicenseManagerCode,
+ LicenseManager.LicenseManageName,
+ LicenseManager.UnitId,
+ LicenseManager.LicenseManageContents,
+ LicenseManager.CompileMan,
+ LicenseManager.CompileDate,
+ LicenseManager.States,
+ Project.ProjectCode,
+ Project.ProjectName,
+ LicenseType.LicenseTypeName,
+ Unit.UnitName,
+ UnitType.UnitTypeId,
+ UnitType.UnitTypeName,
+ Users.UserName,
+ LicenseManager.WorkAreaId,
+ --WorkArea.WorkAreaName,
+ LicenseManager.StartDate,
+ LicenseManager.EndDate,
+ LicenseManager.ApplicantMan,
+ LicenseManager.IsHighRisk,
+ LicenseManager.WorkStates,
+ LicenseManager.IsUpdate,
+ case LicenseManager.WorkStates when '1' then ''
+ when '2' then 'ҵ'
+ when '3' then 'ѹر'
+ when '-1' then 'ȡ'
+ else '' end as WorkStatesStr,
+ WorkAreaName = STUFF(( SELECT ',' + UnitWorkName FROM WBS_UnitWork
+ where PATINDEX('%,' + RTRIM(WBS_UnitWork.UnitWorkId) + ',%',',' + LicenseManager.WorkAreaId + ',')>0
+ ORDER BY PATINDEX('%,' + RTRIM(LicenseManager.WorkAreaId) + ',%',',' + LicenseManager.WorkAreaId + ',')
+ FOR XML PATH('')), 1, 1,'')
+FROM dbo.License_LicenseManager AS LicenseManager
+LEFT JOIN dbo.Base_Project AS Project ON Project.ProjectId = LicenseManager.ProjectId
+LEFT JOIN dbo.Base_LicenseType AS LicenseType ON LicenseType.LicenseTypeId = LicenseManager.LicenseTypeId
+LEFT JOIN dbo.Base_Unit AS Unit ON Unit.UnitId = LicenseManager.UnitId
+LEFT JOIN dbo.Sys_User AS Users ON Users.UserId = LicenseManager.CompileMan
+LEFT JOIN dbo.WBS_UnitWork AS WorkArea ON WorkArea.UnitWorkId = LicenseManager.WorkAreaId
+LEFT JOIN dbo.Base_UnitType as UnitType ON UnitType.UnitTypeId=Unit.UnitTypeId
+
+
+
+GO
+
+
diff --git a/SGGL/BLL/API/CQMS/QualityAssuranceService.cs b/SGGL/BLL/API/CQMS/QualityAssuranceService.cs
index 77c1e2bd..8572e26e 100644
--- a/SGGL/BLL/API/CQMS/QualityAssuranceService.cs
+++ b/SGGL/BLL/API/CQMS/QualityAssuranceService.cs
@@ -1072,5 +1072,76 @@ namespace BLL
return list;
}
#endregion
+
+ #region 特设质保体系
+
+ ///
+ /// 根据主键获取特设质保体系
+ ///
+ ///
+ ///
+ public static Model.Comprehensive_QualityAssurance GetQualityAssuranceById(string qualityAssuranceId)
+ {
+ return Funs.DB.Comprehensive_QualityAssurance.FirstOrDefault(e => e.QualityAssuranceId == qualityAssuranceId);
+ }
+
+ ///
+ /// 添加特设质保体系
+ ///
+ ///
+ public static void AddQualityAssurance(Model.Comprehensive_QualityAssurance qualityAssurance)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.Comprehensive_QualityAssurance newAssurance = new Model.Comprehensive_QualityAssurance
+ {
+ QualityAssuranceId = qualityAssurance.QualityAssuranceId,
+ ProjectId = qualityAssurance.ProjectId,
+ QualityAssuranceCode = qualityAssurance.QualityAssuranceCode,
+ QualityAssuranceName = qualityAssurance.QualityAssuranceName,
+ QualityAssuranceType = qualityAssurance.QualityAssuranceType,
+ ContentTexts = qualityAssurance.ContentTexts,
+ CompileMan = qualityAssurance.CompileMan,
+ CompileDate = qualityAssurance.CompileDate,
+ };
+ db.Comprehensive_QualityAssurance.InsertOnSubmit(newAssurance);
+ db.SubmitChanges();
+ }
+
+ ///
+ /// 修改特设质保体系
+ ///
+ ///
+ public static void UpdateQualityAssurance(Model.Comprehensive_QualityAssurance qualityAssurance)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.Comprehensive_QualityAssurance newAssurance = db.Comprehensive_QualityAssurance.FirstOrDefault(e => e.QualityAssuranceId == qualityAssurance.QualityAssuranceId);
+ if (newAssurance != null)
+ {
+ newAssurance.QualityAssuranceCode = qualityAssurance.QualityAssuranceCode;
+ newAssurance.QualityAssuranceName = qualityAssurance.QualityAssuranceName;
+ newAssurance.QualityAssuranceType = qualityAssurance.QualityAssuranceType;
+ newAssurance.ContentTexts = qualityAssurance.ContentTexts;
+ newAssurance.CompileMan = qualityAssurance.CompileMan;
+ newAssurance.CompileDate = qualityAssurance.CompileDate;
+ db.SubmitChanges();
+ }
+ }
+
+ ///
+ /// 根据主键删除特设质保体系
+ ///
+ ///
+ public static void DeleteQualityAssuranceById(string qualityAssuranceId)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.Comprehensive_QualityAssurance qualityAssurance = db.Comprehensive_QualityAssurance.FirstOrDefault(e => e.QualityAssuranceId == qualityAssuranceId);
+ if (qualityAssurance != null)
+ {
+ db.Comprehensive_QualityAssurance.DeleteOnSubmit(qualityAssurance);
+ db.SubmitChanges();
+ }
+ }
+
+ #endregion
}
}
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index d08a42de..e210197f 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -132,6 +132,7 @@
+
@@ -282,6 +283,7 @@
+
@@ -822,6 +824,7 @@
+
diff --git a/SGGL/BLL/BaseInfo/SuperviseCheckTypeService.cs b/SGGL/BLL/BaseInfo/SuperviseCheckTypeService.cs
new file mode 100644
index 00000000..2fd0e9f0
--- /dev/null
+++ b/SGGL/BLL/BaseInfo/SuperviseCheckTypeService.cs
@@ -0,0 +1,107 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ ///
+ /// 企业大检查类别
+ ///
+ public class SuperviseCheckTypeService
+ {
+ ///
+ /// 根据主键获取检查类别
+ ///
+ ///
+ ///
+ public static Model.Base_SuperviseCheckType GetCheckTypeById(string checkTypeId)
+ {
+ return Funs.DB.Base_SuperviseCheckType.FirstOrDefault(e => e.CheckTypeId == checkTypeId);
+ }
+
+ ///
+ /// 添加检查类别
+ ///
+ ///
+ public static void AddCheckType(Model.Base_SuperviseCheckType checkType)
+ {
+ Model.Base_SuperviseCheckType newCheckType = new Model.Base_SuperviseCheckType
+ {
+ CheckTypeId = checkType.CheckTypeId,
+ CheckTypeCode = checkType.CheckTypeCode,
+ CheckTypeName = checkType.CheckTypeName,
+ CheckMainType = checkType.CheckMainType,
+ Remark = checkType.Remark
+ };
+ Funs.DB.Base_SuperviseCheckType.InsertOnSubmit(newCheckType);
+ Funs.DB.SubmitChanges();
+ }
+
+ ///
+ /// 修改检查类别
+ ///
+ ///
+ public static void UpdateCheckType(Model.Base_SuperviseCheckType checkType)
+ {
+ Model.Base_SuperviseCheckType newCheckType = Funs.DB.Base_SuperviseCheckType.FirstOrDefault(e => e.CheckTypeId == checkType.CheckTypeId);
+ if (newCheckType != null)
+ {
+ newCheckType.CheckTypeCode = checkType.CheckTypeCode;
+ newCheckType.CheckTypeName = checkType.CheckTypeName;
+ newCheckType.CheckMainType = checkType.CheckMainType;
+ newCheckType.Remark = checkType.Remark;
+ Funs.DB.SubmitChanges();
+ }
+ }
+
+ ///
+ /// 根据主键删除检查类别
+ ///
+ ///
+ public static void DeleteCheckTypeById(string checkTypeId)
+ {
+ Model.Base_SuperviseCheckType newCheckType = Funs.DB.Base_SuperviseCheckType.FirstOrDefault(e => e.CheckTypeId == checkTypeId);
+ if (newCheckType != null)
+ {
+ Funs.DB.Base_SuperviseCheckType.DeleteOnSubmit(newCheckType);
+ Funs.DB.SubmitChanges();
+ }
+ }
+
+ ///
+ /// 获取检查类别下拉列表项
+ ///
+ ///
+ public static List GetCheckTypeListByMainType(string mainType)
+ {
+ if (!string.IsNullOrWhiteSpace(mainType))
+ {
+ return (from x in Funs.DB.Base_SuperviseCheckType where x.CheckMainType == mainType orderby x.CheckTypeCode select x).ToList();
+ }
+ else
+ {
+ return (from x in Funs.DB.Base_SuperviseCheckType orderby x.CheckTypeCode select x).ToList();
+ }
+ }
+
+ ///
+ /// 检查类别下拉框
+ ///
+ /// 下拉框名字
+ /// 检查大类
+ /// 是否显示请选择
+ public static void InitCheckTypeDropDownListByMainType(FineUIPro.DropDownList dropName, string mainType, bool isShowPlease)
+ {
+ dropName.DataValueField = "CheckTypeCode";
+ dropName.DataTextField = "CheckTypeName";
+ dropName.DataSource = GetCheckTypeListByMainType(mainType);
+ dropName.DataBind();
+ if (isShowPlease)
+ {
+ Funs.FineUIPleaseSelect(dropName);
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/BLL/CQMS/QualityActivity/QCManage/QCManage_QCGroupRegistrationService.cs b/SGGL/BLL/CQMS/QualityActivity/QCManage/QCManage_QCGroupRegistrationService.cs
new file mode 100644
index 00000000..3d4748ad
--- /dev/null
+++ b/SGGL/BLL/CQMS/QualityActivity/QCManage/QCManage_QCGroupRegistrationService.cs
@@ -0,0 +1,85 @@
+using System.Collections.Generic;
+using System.Linq;
+using System.Web.UI.WebControls;
+
+namespace BLL
+{
+ public class QCManage_QCGroupRegistrationService
+ {
+ ///
+ /// 获取QC管理-QC小组注册信息
+ ///
+ ///
+ ///
+ public static Model.QCManage_QCGroupRegistration GetQCGroupRegistrationByQCGroupRegistrationId(string QCGroupRegistrationId)
+ {
+ return Funs.DB.QCManage_QCGroupRegistration.FirstOrDefault(e => e.QCGroupRegistrationId == QCGroupRegistrationId);
+ }
+ ///
+ /// 添加QC管理-QC小组注册信息
+ ///
+ ///
+ public static void AddQCGroupRegistration(Model.QCManage_QCGroupRegistration QCGroupRegistration)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.QCManage_QCGroupRegistration newQCGroupRegistration = new Model.QCManage_QCGroupRegistration();
+ newQCGroupRegistration.QCGroupRegistrationId = QCGroupRegistration.QCGroupRegistrationId;
+ newQCGroupRegistration.ProjectId = QCGroupRegistration.ProjectId;
+ newQCGroupRegistration.Code = QCGroupRegistration.Code;
+ newQCGroupRegistration.Name = QCGroupRegistration.Name;
+ newQCGroupRegistration.CompileMan = QCGroupRegistration.CompileMan;
+ newQCGroupRegistration.CompileDate = QCGroupRegistration.CompileDate;
+ newQCGroupRegistration.UnitId = QCGroupRegistration.UnitId;
+ newQCGroupRegistration.Subjects = QCGroupRegistration.Subjects;
+ newQCGroupRegistration.Process = QCGroupRegistration.Process;
+ newQCGroupRegistration.Achievement = QCGroupRegistration.Achievement;
+ newQCGroupRegistration.AwardName = QCGroupRegistration.AwardName;
+ newQCGroupRegistration.AwardLevel = QCGroupRegistration.AwardLevel;
+ newQCGroupRegistration.AwardType = QCGroupRegistration.AwardType;
+ newQCGroupRegistration.AwardingUnit = QCGroupRegistration.AwardingUnit;
+ db.QCManage_QCGroupRegistration.InsertOnSubmit(newQCGroupRegistration);
+ db.SubmitChanges();
+ }
+
+ ///
+ /// 修改QC管理-QC小组注册信息
+ ///
+ ///
+ public static void UpdateQCGroupRegistration(Model.QCManage_QCGroupRegistration QCGroupRegistration)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.QCManage_QCGroupRegistration newQCGroupRegistration = db.QCManage_QCGroupRegistration.FirstOrDefault(e => e.QCGroupRegistrationId == QCGroupRegistration.QCGroupRegistrationId);
+ if (newQCGroupRegistration != null)
+ {
+ newQCGroupRegistration.Code = QCGroupRegistration.Code;
+ newQCGroupRegistration.Name = QCGroupRegistration.Name;
+ newQCGroupRegistration.CompileMan = QCGroupRegistration.CompileMan;
+ newQCGroupRegistration.CompileDate = QCGroupRegistration.CompileDate;
+ newQCGroupRegistration.UnitId = QCGroupRegistration.UnitId;
+ newQCGroupRegistration.Subjects = QCGroupRegistration.Subjects;
+ newQCGroupRegistration.Process = QCGroupRegistration.Process;
+ newQCGroupRegistration.Achievement = QCGroupRegistration.Achievement;
+ newQCGroupRegistration.AwardName = QCGroupRegistration.AwardName;
+ newQCGroupRegistration.AwardLevel = QCGroupRegistration.AwardLevel;
+ newQCGroupRegistration.AwardType = QCGroupRegistration.AwardType;
+ newQCGroupRegistration.AwardingUnit = QCGroupRegistration.AwardingUnit;
+ newQCGroupRegistration.IsUpdate = null;
+ db.SubmitChanges();
+ }
+ }
+ ///
+ /// 根据主键删除QC管理-QC小组注册信息
+ ///
+ ///
+ public static void DeleteQCGroupRegistrationById(string QCGroupRegistrationId)
+ {
+ Model.SGGLDB db = Funs.DB;
+ Model.QCManage_QCGroupRegistration QCGroupRegistration = db.QCManage_QCGroupRegistration.FirstOrDefault(e => e.QCGroupRegistrationId == QCGroupRegistrationId);
+ if (QCGroupRegistration != null)
+ {
+ db.QCManage_QCGroupRegistration.DeleteOnSubmit(QCGroupRegistration);
+ db.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/SGGL/BLL/Common/AttachFileService.cs b/SGGL/BLL/Common/AttachFileService.cs
index 0bcf5d6d..898bc3e8 100644
--- a/SGGL/BLL/Common/AttachFileService.cs
+++ b/SGGL/BLL/Common/AttachFileService.cs
@@ -545,5 +545,65 @@ namespace BLL
}
return result;
}
+
+
+ ///
+ /// 获取附件数据流类 多附件的情况
+ ///
+ /// 附件路径
+ ///
+ public static List GetMoreFileStructByAttachUrl(string attachUrl)
+ {
+ List fileContext = new List();
+ try
+ {
+ if (!String.IsNullOrEmpty(attachUrl))
+ {
+ string physicalpath = ConfigurationManager.AppSettings["localRoot"];
+ string filePath = string.Empty;
+ string[] strs = attachUrl.Trim().Split(',');
+ foreach (var item in strs)
+ {
+ //HttpContext.Current.Request.PhysicalApplicationPath;
+ filePath = physicalpath + item;
+ if (File.Exists(filePath))
+ {
+ fileContext.Add(fileConvertByte(item));
+ }
+ }
+ }
+ }
+ catch (Exception ex)
+ {
+ string a = ex.Message;
+ }
+ return fileContext;
+ }
+
+ #region 附件转换二进制数据(用于保存数据库)
+ ///
+ /// 附件转换二进制数据(用于保存数据库)
+ ///
+ /// 附件路径
+ /// 二进制
+ public static byte[] fileConvertByte(string filePath)
+ {
+ string physicalpath = (ConfigurationManager.AppSettings["localRoot"] + "\\" + filePath).Replace("\\\\", "\\");
+ byte[] bytContent = null;
+ System.IO.FileStream fs = null;
+ System.IO.BinaryReader br = null;
+ try
+ {
+ fs = new FileStream(physicalpath, System.IO.FileMode.Open);
+ }
+ catch
+ {
+ }
+ br = new BinaryReader((Stream)fs);
+ bytContent = br.ReadBytes((Int32)fs.Length);
+ fs.Dispose();
+ return bytContent;
+ }
+ #endregion
}
}
diff --git a/SGGL/BLL/Common/CommonService.cs b/SGGL/BLL/Common/CommonService.cs
index 44baee67..cebc0fe2 100644
--- a/SGGL/BLL/Common/CommonService.cs
+++ b/SGGL/BLL/Common/CommonService.cs
@@ -131,7 +131,24 @@ namespace BLL
}
}
#endregion
-
+
+ #region 根据项目id获取项目总包单位Id
+ ///
+ /// 得到本单位Id
+ ///
+ ///
+ public static string GetMainProjectUnitId(string projectId)
+ {
+ string unitId = string.Empty;
+ var projectUnit = Funs.DB.Project_ProjectUnit.FirstOrDefault(e => e.ProjectId == projectId && e.UnitType == BLL.Const.ProjectUnitType_1);
+ if (projectUnit != null)
+ {
+ unitId = projectUnit.UnitId;
+ }
+ return unitId;
+ }
+ #endregion
+
#region 根据登陆id菜单id判断是否有权限
///
/// 根据登陆id菜单id判断是否有权限
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 711fa3e8..2b816bc6 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -1256,6 +1256,10 @@ namespace BLL
///
public const string RectifyMenuId = "2D86AD87-4108-428C-BA3D-F81FB85511FE";
///
+ /// 质量隐患
+ ///
+ public const string CQMSRectifyMenuId = "D72BB321-11A8-485B-BAC7-367C7FCA7FBA";
+ ///
/// 检查项
///
public const string TechniqueCheckItemSetMenuId = "9C26BF2A-091D-4AC3-8678-334DE4E1CED7";
@@ -1714,6 +1718,33 @@ namespace BLL
public const string PersonPlanMenuId = "0E46F8F2-69DB-4F54-BCA0-1F3CBE57DA10";
#endregion
+ #region 质量QC管理
+ ///
+ /// QC小组注册
+ ///
+ public const string ProjectQCGroupRegistrationListMenuId = "8B1DFB6D-B48C-4FAB-821F-25AD582DBFAB";
+
+ /////
+ ///// 课题注册
+ /////
+ //public const string ProjectProjectRegistrationListMenuId = "B15BA270-D315-41C0-8383-4BC3BAA77DA7";
+
+ /////
+ ///// PDCA过程
+ /////
+ //public const string ProjectPDCAProcessListMenuId = "3439948C-126C-421B-894A-B87B01C3C3C5";
+
+ /////
+ ///// 成果
+ /////
+ //public const string ProjectAchievementListMenuId = "E95D09BF-A7CB-4870-A51F-2C291EFDFF0B";
+
+ /////
+ ///// 成果评审及推进
+ /////
+ //public const string ProjectResultsReviewListMenuId = "948B5C35-0171-4A1E-B9BA-E6007675BB81";
+ #endregion
+
#region 项目菜单
#region 安全体系
@@ -3809,6 +3840,20 @@ namespace BLL
public const string WeekReportNewMenuId = "51ee983f-085e-4f02-b819-cab049d9cc27";
#region 质量管理
+
+ #region 综合管理
+ /////
+ ///// 组织机构
+ /////
+ //public const string CQMS_OrganizationalMenuId = "0B84F67A-BD4D-49C0-82B6-005F1409924E";
+
+ ///
+ /// 特设质保体系
+ ///
+ public const string CQMS_QualityAssuranceMenuId = "2C49EC5E-BF6F-4C44-BA02-9BD183CF68C6";
+ #endregion
+
+
#region 基础设置
///
/// 项目环境设置
diff --git a/SGGL/BLL/DropListService.cs b/SGGL/BLL/DropListService.cs
index 1a657306..bdcc19ab 100644
--- a/SGGL/BLL/DropListService.cs
+++ b/SGGL/BLL/DropListService.cs
@@ -282,5 +282,17 @@
".zip", ".rar", ".7z" // 压缩包文件类型
};
+
+ public static ListItem[] drpQualityAssuranceTypeList()
+ {
+ ListItem[] list = new ListItem[6];
+ list[0] = new ListItem("压力管道安装", "压力管道安装");
+ list[1] = new ListItem("压力容器制造", "压力容器制造");
+ list[2] = new ListItem("压力容器安装", "压力容器安装");
+ list[3] = new ListItem("锅炉安装", "锅炉安装");
+ list[4] = new ListItem("起重机械安装", "起重机械安装");
+ list[5] = new ListItem("电梯安装", "电梯安装");
+ return list;
+ }
}
}
diff --git a/SGGL/BLL/HSSE/Technique/RectifyService.cs b/SGGL/BLL/HSSE/Technique/RectifyService.cs
index f70844a5..d3477abd 100644
--- a/SGGL/BLL/HSSE/Technique/RectifyService.cs
+++ b/SGGL/BLL/HSSE/Technique/RectifyService.cs
@@ -26,10 +26,11 @@ namespace BLL
/// 根据上一节点id获取安全隐患
///
///
+ ///
///
- public static List GetRectifyBySupRectifyId(string supRectifyId)
+ public static List GetRectifyBySupRectifyId(string supRectifyId, string type)
{
- return (from x in Funs.DB.Technique_Rectify where x.SupRectifyId == supRectifyId select x).ToList();
+ return (from x in Funs.DB.Technique_Rectify where x.SupRectifyId == supRectifyId && x.RectifyType == type select x).ToList();
}
///
@@ -42,6 +43,7 @@ namespace BLL
Model.Technique_Rectify newRectify = new Model.Technique_Rectify
{
RectifyId = rectify.RectifyId,
+ RectifyType = rectify.RectifyType,
RectifyCode = rectify.RectifyCode,
RectifyName = rectify.RectifyName,
SupRectifyId = rectify.SupRectifyId,
@@ -62,6 +64,7 @@ namespace BLL
Model.Technique_Rectify newRectify = db.Technique_Rectify.FirstOrDefault(e => e.RectifyId == rectify.RectifyId);
if (newRectify != null)
{
+ newRectify.RectifyType = rectify.RectifyType;
newRectify.RectifyCode = rectify.RectifyCode;
newRectify.RectifyName = rectify.RectifyName;
newRectify.SupRectifyId = rectify.SupRectifyId;
@@ -111,7 +114,7 @@ namespace BLL
}
else
{
- var supItemSetCount = BLL.RectifyService.GetRectifyBySupRectifyId(rectifyId);
+ var supItemSetCount = BLL.RectifyService.GetRectifyBySupRectifyId(rectifyId, rectify.RectifyType);
if (supItemSetCount.Count() > 0)
{
isDelete = false;
@@ -120,7 +123,15 @@ namespace BLL
}
return isDelete;
}
+ public static List GetRectifyList()
+ {
+ var q = from x in Funs.DB.Technique_Rectify
+ where x.SupRectifyId == "0"
+ select x;
+ return q.ToList();
+
+ }
public static void InitRectifyDropDownList(FineUIPro.DropDownList dropName, bool isShowPlease, string itemText)
{
dropName.DataValueField = "RectifyName";
@@ -132,13 +143,5 @@ namespace BLL
Funs.FineUIPleaseSelect(dropName, itemText);
}
}
-
- public static List GetRectifyList()
- {
- var q = from x in Funs.DB.Technique_Rectify
- where x.SupRectifyId == "0"
- select x;
- return q.ToList();
- }
}
}
diff --git a/SGGL/BLL/SysManage/UnitService.cs b/SGGL/BLL/SysManage/UnitService.cs
index 136f269c..03bbdcce 100644
--- a/SGGL/BLL/SysManage/UnitService.cs
+++ b/SGGL/BLL/SysManage/UnitService.cs
@@ -395,6 +395,33 @@ namespace BLL
}
}
+ ///
+ /// 获取分公司表下拉框
+ ///
+ ///
+ ///
+ public static void InitBranchUnitDropDownList(FineUIPro.DropDownList dropName, bool isShowPlease)
+ {
+ dropName.DataValueField = "UnitId";
+ dropName.DataTextField = "UnitName";
+ dropName.DataSource = BLL.UnitService.GetMainAndSubUnitList();
+ dropName.DataBind();
+ if (isShowPlease)
+ {
+ Funs.FineUIPleaseSelect(dropName);
+ }
+ }
+
+
+ ///
+ /// 获取当前单位下分公司拉选项
+ ///
+ ///
+ public static List GetMainAndSubUnitList()
+ {
+ return (from x in Funs.DB.Base_Unit where x.UnitId == CommonService.GetThisUnitId() || x.IsBranch == true select x).ToList();//orderby x.IsThisUnit descending
+ }
+
///
/// 单位表下拉框
///
@@ -657,6 +684,27 @@ namespace BLL
Funs.FineUIPleaseSelect(dropName);
}
}
+ public static void InitAllUnitDownList(FineUIPro.DropDownList dropName, bool isShowPlease)
+ {
+ dropName.DataValueField = "UnitId";
+ dropName.DataTextField = "UnitName";
+ dropName.DataSource = GetAllUnitList();
+ dropName.DataBind();
+ if (isShowPlease)
+ {
+ Funs.FineUIPleaseSelect(dropName);
+ }
+ }
+
+ ///
+ /// 获取所有单位名称下拉选择项
+ ///
+ ///
+ public static List GetAllUnitList()
+ {
+ var q = (from x in Funs.DB.Base_Unit orderby x.UnitCode select x).ToList();
+ return q;
+ }
///
/// 字符串转化-》单位名称转化为对应的单位ID
diff --git a/SGGL/BLL/ZHGL/DataSync/BaseDataService.cs b/SGGL/BLL/ZHGL/DataSync/BaseDataService.cs
new file mode 100644
index 00000000..04c60740
--- /dev/null
+++ b/SGGL/BLL/ZHGL/DataSync/BaseDataService.cs
@@ -0,0 +1,180 @@
+using Model;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ public static class BaseDataService
+ {
+ public static List BeUnderConstructionList = GetBeUnderConstruction().Select(p => p.ProjectId).ToList();
+
+ ///
+ /// 获取在建项目数
+ ///
+ ///
+ public static List GetBeUnderConstruction()
+ {
+ var projectInfos = from project in Funs.DB.Base_Project
+ join unit in Funs.DB.Base_Unit on project.UnitId equals unit.UnitId into unitJoin
+ from unit in unitJoin.DefaultIfEmpty()
+ join projectType in Funs.DB.Base_ProjectType on project.ProjectType equals projectType.ProjectTypeId into projectTypeJoin
+ from projectType in projectTypeJoin.DefaultIfEmpty()
+ join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = project.ProjectState2, GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
+ from sysConst in sysConstJoin.DefaultIfEmpty()
+ where (project.ProjectAttribute == "GONGCHENG" || project.ProjectAttribute == null) && (project.IsDelete == null || project.IsDelete == false) && project.ProjectState == "1"
+ select new ProjectOutput
+ {
+ ProjectId = project.ProjectId,
+ ProjectCode = project.ProjectCode,
+ ProjectName = project.ProjectName,
+ UnitId = project.UnitId,
+ UnitName = unit.UnitName,
+ StartDate = project.StartDate,
+ EndDate = project.EndDate,
+ ProjectAddress = project.ProjectAddress,
+ ShortName = project.ShortName,
+ ConstructionMoney = project.ConstructionMoney,
+ ProjectStateName = project.ProjectState == BLL.Const.ProjectState_2 ? "暂停中" : (project.ProjectState == BLL.Const.ProjectState_3 ? "已完工" : "施工中"),
+ ProjectState = project.ProjectState,
+ ProjectAttributeName = project.ProjectAttribute == "GONGCHENG" ? "工程" : (project.ProjectAttribute == "SHIYE" ? "实业" : ""),
+ ProjectMoney = project.ProjectMoney,
+ DayCount = DateTime.Now.Subtract(project.StartDate.Value).Days,
+ ProjectTypeName = projectType.ProjectTypeName,
+ ProjectStateName2 = sysConst.ConstText
+ };
+ var result = projectInfos.ToList();
+ return result;
+ }
+ ///
+ /// 获取在建项目数(异步)
+ ///
+ ///
+ public static async Task> GetBeUnderConstructionAsync()
+ {
+ return await Task.Run(GetBeUnderConstruction);
+ }
+
+ ///
+ /// 获取停工项目数
+ ///
+ ///
+ public static List GetShutdown()
+ {
+ var projectInfos = from project in Funs.DB.Base_Project
+ join unit in Funs.DB.Base_Unit on project.UnitId equals unit.UnitId into unitJoin
+ from unit in unitJoin.DefaultIfEmpty()
+ join projectType in Funs.DB.Base_ProjectType on project.ProjectType equals projectType.ProjectTypeId into projectTypeJoin
+ from projectType in projectTypeJoin.DefaultIfEmpty()
+ join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = project.ProjectState2, GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
+ from sysConst in sysConstJoin.DefaultIfEmpty()
+ where (project.ProjectAttribute == "GONGCHENG" || project.ProjectAttribute == null) && (project.IsDelete == null || project.IsDelete == false) && project.ProjectState == "2"
+ select new ProjectOutput
+ {
+ ProjectId = project.ProjectId,
+ ProjectCode = project.ProjectCode,
+ ProjectName = project.ProjectName,
+ UnitId = project.UnitId,
+ UnitName = unit.UnitName,
+ StartDate = project.StartDate,
+ EndDate = project.EndDate,
+ ProjectAddress = project.ProjectAddress,
+ ShortName = project.ShortName,
+ ConstructionMoney = project.ConstructionMoney,
+ ProjectStateName = project.ProjectState == BLL.Const.ProjectState_2 ? "暂停中" : (project.ProjectState == BLL.Const.ProjectState_3 ? "已完工" : "施工中"),
+ ProjectState = project.ProjectState,
+ ProjectAttributeName = project.ProjectAttribute == "GONGCHENG" ? "工程" : (project.ProjectAttribute == "SHIYE" ? "实业" : ""),
+ ProjectMoney = project.ProjectMoney,
+ DayCount = DateTime.Now.Subtract(project.StartDate.Value).Days,
+ ProjectTypeName = projectType.ProjectTypeName,
+ ProjectStateName2 = sysConst.ConstText
+ };
+ var result = projectInfos.ToList();
+ return result;
+ }
+ ///
+ /// 获取停工项目数(异步)
+ ///
+ ///
+ public static async Task> GetShutdownAsync()
+ {
+ return await Task.Run(GetShutdown);
+ }
+ ///
+ /// 获取完工项目数
+ ///
+ ///
+ public static List GetCompletedProject()
+ {
+ var projectInfos = from project in Funs.DB.Base_Project
+ join unit in Funs.DB.Base_Unit on project.UnitId equals unit.UnitId into unitJoin
+ from unit in unitJoin.DefaultIfEmpty()
+ join projectType in Funs.DB.Base_ProjectType on project.ProjectType equals projectType.ProjectTypeId into projectTypeJoin
+ from projectType in projectTypeJoin.DefaultIfEmpty()
+ join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = project.ProjectState2, GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
+ from sysConst in sysConstJoin.DefaultIfEmpty()
+ where (project.ProjectAttribute == "GONGCHENG" || project.ProjectAttribute == null) && (project.IsDelete == null || project.IsDelete == false) && project.ProjectState == "3"
+ select new ProjectOutput
+ {
+ ProjectId = project.ProjectId,
+ ProjectCode = project.ProjectCode,
+ ProjectName = project.ProjectName,
+ UnitId = project.UnitId,
+ UnitName = unit.UnitName,
+ StartDate = project.StartDate,
+ EndDate = project.EndDate,
+ ProjectAddress = project.ProjectAddress,
+ ShortName = project.ShortName,
+ ConstructionMoney = project.ConstructionMoney,
+ ProjectStateName = project.ProjectState == BLL.Const.ProjectState_2 ? "暂停中" : (project.ProjectState == BLL.Const.ProjectState_3 ? "已完工" : "施工中"),
+ ProjectState = project.ProjectState,
+ ProjectAttributeName = project.ProjectAttribute == "GONGCHENG" ? "工程" : (project.ProjectAttribute == "SHIYE" ? "实业" : ""),
+ ProjectMoney = project.ProjectMoney,
+ DayCount = DateTime.Now.Subtract(project.StartDate.Value).Days,
+ ProjectTypeName = projectType.ProjectTypeName,
+ ProjectStateName2 = sysConst.ConstText
+ };
+ var result = projectInfos.ToList();
+ return result;
+ }
+ ///
+ /// 获取所有项目数
+ ///
+ ///
+ public static List GetALLProject()
+ {
+ var projectInfos = from project in Funs.DB.Base_Project
+ join unit in Funs.DB.Base_Unit on project.UnitId equals unit.UnitId into unitJoin
+ from unit in unitJoin.DefaultIfEmpty()
+ join projectType in Funs.DB.Base_ProjectType on project.ProjectType equals projectType.ProjectTypeId into projectTypeJoin
+ from projectType in projectTypeJoin.DefaultIfEmpty()
+ join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = project.ProjectState2, GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
+ from sysConst in sysConstJoin.DefaultIfEmpty()
+ where (project.ProjectAttribute == "GONGCHENG" || project.ProjectAttribute == null) && (project.IsDelete == null || project.IsDelete == false)
+ select new ProjectOutput
+ {
+ ProjectId = project.ProjectId,
+ ProjectCode = project.ProjectCode,
+ ProjectName = project.ProjectName,
+ UnitId = project.UnitId,
+ UnitName = unit.UnitName,
+ StartDate = project.StartDate,
+ EndDate = project.EndDate,
+ ProjectAddress = project.ProjectAddress,
+ ShortName = project.ShortName,
+ ConstructionMoney = project.ConstructionMoney,
+ ProjectStateName = project.ProjectState == BLL.Const.ProjectState_2 ? "暂停中" : (project.ProjectState == BLL.Const.ProjectState_3 ? "已完工" : "施工中"),
+ ProjectState = project.ProjectState,
+ ProjectAttributeName = project.ProjectAttribute == "GONGCHENG" ? "工程" : (project.ProjectAttribute == "SHIYE" ? "实业" : ""),
+ ProjectMoney = project.ProjectMoney,
+ DayCount = DateTime.Now.Subtract(project.StartDate.Value).Days,
+ ProjectTypeName = projectType.ProjectTypeName,
+ ProjectStateName2 = sysConst.ConstText
+ };
+ var result = projectInfos.ToList();
+ return result;
+ }
+ }
+}
diff --git a/SGGL/BLL/ZHGL/DataSync/CQMSDataService.cs b/SGGL/BLL/ZHGL/DataSync/CQMSDataService.cs
index d4230cce..5f29aad7 100644
--- a/SGGL/BLL/ZHGL/DataSync/CQMSDataService.cs
+++ b/SGGL/BLL/ZHGL/DataSync/CQMSDataService.cs
@@ -12,7 +12,8 @@ namespace BLL
public static class CQMSDataService
{
public static SGGLDB db = Funs.DB;
- public static List BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
+ //public static List BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
+ public static List BeUnderConstructionList = BaseDataService.BeUnderConstructionList;
#region 获取列表
@@ -109,11 +110,15 @@ namespace BLL
ReportDate = newtable.ReportDate,
TrainPersonNum = newtable.TrainPersonNum,
TechnicalDisclosePersonNum = newtable.TechnicalDisclosePersonNum,
+ ComprehensiveConTechnologyDisclosureNum = newtable.ComprehensiveConTechnologyDisclosureNum,
+ ComprehensiveConTechnologyDisclosurePersonNum = newtable.ComprehensiveConTechnologyDisclosurePersonNum,
+ ComprehensiveReviewDrawingsNum = newtable.ComprehensiveReviewDrawingsNum,
UseNum = newtable.UseNum,
OKNum = newtable.OKNum,
CompanyPersonNum = newtable.CompanyPersonNum,
BranchPersonNum = newtable.BranchPersonNum,
ProjectPersonNum = newtable.ProjectPersonNum,
+ ProjectSubPersonNum = newtable.ProjectSubPersonNum,
ProblemNum = newtable.ProblemNum,
ProblemCompletedNum = newtable.ProblemCompletedNum,
ProblemNotCompletedNum = newtable.ProblemNotCompletedNum,
@@ -155,6 +160,8 @@ namespace BLL
SubProjectAcceptOKNum = newtable.SubProjectAcceptOKNum,
SubdivisionalWorksAcceptNum = newtable.SubdivisionalWorksAcceptNum,
SubdivisionalWorksAcceptOKNum = newtable.SubdivisionalWorksAcceptOKNum,
+ InspectionMachineNum = newtable.InspectionMachineNum,
+ InspectionMachineQualifiedNum = newtable.InspectionMachineQualifiedNum,
State = newtable.State,
CreateDate = newtable.CreateDate,
CreateMan = newtable.CreateMan
@@ -178,14 +185,24 @@ namespace BLL
table.ReportDate = newtable.ReportDate;
table.TrainPersonNum = newtable.TrainPersonNum;
table.TechnicalDisclosePersonNum = newtable.TechnicalDisclosePersonNum;
+ table.ComprehensiveConTechnologyDisclosureNum = newtable.ComprehensiveConTechnologyDisclosureNum;
+ table.ComprehensiveConTechnologyDisclosurePersonNum = newtable.ComprehensiveConTechnologyDisclosurePersonNum;
+ table.ComprehensiveReviewDrawingsNum = newtable.ComprehensiveReviewDrawingsNum;
table.UseNum = newtable.UseNum;
table.OKNum = newtable.OKNum;
table.CompanyPersonNum = newtable.CompanyPersonNum;
table.BranchPersonNum = newtable.BranchPersonNum;
table.ProjectPersonNum = newtable.ProjectPersonNum;
+ table.ProjectSubPersonNum = newtable.ProjectSubPersonNum;
table.ProblemNum = newtable.ProblemNum;
table.ProblemCompletedNum = newtable.ProblemCompletedNum;
table.ProblemNotCompletedNum = newtable.ProblemNotCompletedNum;
+ table.UnitCheckNum = newtable.UnitCheckNum;
+ table.UnitCheckClosedNum = newtable.UnitCheckClosedNum;
+ table.UnitCheckNotClosedNum = newtable.UnitCheckNotClosedNum;
+ table.BranchCheckNum = newtable.BranchCheckNum;
+ table.BranchCheckClosedNum = newtable.BranchCheckClosedNum;
+ table.BranchCheckNotClosedNum = newtable.BranchCheckNotClosedNum;
table.SNum = newtable.SNum;
table.ANum = newtable.ANum;
table.BNum = newtable.BNum;
@@ -224,6 +241,8 @@ namespace BLL
table.SubProjectAcceptOKNum = newtable.SubProjectAcceptOKNum;
table.SubdivisionalWorksAcceptNum = newtable.SubdivisionalWorksAcceptNum;
table.SubdivisionalWorksAcceptOKNum = newtable.SubdivisionalWorksAcceptOKNum;
+ table.InspectionMachineNum = newtable.InspectionMachineNum;
+ table.InspectionMachineQualifiedNum = newtable.InspectionMachineQualifiedNum;
table.State = newtable.State;
table.CreateMan = newtable.CreateMan;
table.CreateDate = newtable.CreateDate;
@@ -367,6 +386,9 @@ namespace BLL
ReportDate = DateTime.Now.Date,
TrainPersonNum = ProjectData.Sum(x => x.TrainPersonNum),
TechnicalDisclosePersonNum = ProjectData.Sum(x => x.TechnicalDisclosePersonNum),
+ ComprehensiveConTechnologyDisclosureNum = ProjectData.Sum(x => x.ComprehensiveConTechnologyDisclosureNum),
+ ComprehensiveConTechnologyDisclosurePersonNum = ProjectData.Sum(x => x.ComprehensiveConTechnologyDisclosurePersonNum),
+ ComprehensiveReviewDrawingsNum = ProjectData.Sum(x => x.ComprehensiveReviewDrawingsNum),
UseNum = ProjectData.Sum(x => x.UseNum),
OKNum = ProjectData.Sum(x => x.OKNum),
CompanyPersonNum = GetCompanyPersonNum(),
@@ -394,6 +416,9 @@ namespace BLL
SubProjectNum = ProjectData.Sum(x => x.SubProjectNum),
SubdivisionalWorksNum = ProjectData.Sum(x => x.SubdivisionalWorksNum),
InspectionLotNum = ProjectData.Sum(x => x.InspectionLotNum),
+ InspectionMachineNum = ProjectData.Sum(x => x.InspectionMachineNum),
+ InspectionMachineQualifiedNum = ProjectData.Sum(x => x.InspectionMachineQualifiedNum),
+ SpecialEquipmentQualityAssuranceSystemNum = ProjectData.Sum(x => x.SpecialEquipmentQualityAssuranceSystemNum),
CreateMan = Const.sysglyId,
CreateDate = DateTime.Now
};
@@ -543,11 +568,15 @@ namespace BLL
var branchPersonNumTask = CQMSDataService.GetBranchPersonNumAsync(); //获取分支机构人数
var projectPersonNumTask = CQMSDataService.GetProjectPersonNumAsync(); //获取项目专职人数
var trainPersonNumTask = CQMSDataService.GetTrainPersonNumAsync(); //获取质量培训人次数
- var technicalDisclosePersonTask = CQMSDataService.GetTechnicalDisclosePersonNumAsync(); //获取技术交底人次数
+ var technicalDisclosePersonTask = CQMSDataService.GetTechnicalDisclosePersonNumAsync(); //获取设计交底人次数
+ var qualityAssuranceNumTask = CQMSDataService.GetQualityAssuranceNumAsync(); //获取特设质保体系数量
+ var comprehensiveConTechnologyDisclosureTask = CQMSDataService.GetComprehensiveConTechnologyDisclosureAsync(); //获取施工技术交底
+ var comprehensiveReviewDrawingsTask = CQMSDataService.GetComprehensiveReviewDrawingsAsync(); //获取图纸会审
- var inspectionEquipmentTask = CQMSDataService.GetComprehensive_InspectionEquipmentAsync(); //获取设备报验
+ var inspectionEquipmentTask = CQMSDataService.GetComprehensive_InspectionEquipmentAsync(); //获取设备材料报验
var inspectionPersonTask = CQMSDataService.GetComprehensive_InspectionPersonAsync(); //获取人员报验
var inspectionMachineTask = CQMSDataService.GetComprehensive_InspectionMachineAsync(); //获取机具报验
+ var inspectionMachineEquipmentTask = CQMSDataService.GetComprehensive_InspectionMachineEquipmentAsync(); //获取设备报验报检
var useNumTask = CQMSDataService.GetUseNumAsync(); //获取在用计量器具数
var okNumTask = CQMSDataService.GetOkNumAsync(); //获取校准合格数
@@ -557,7 +586,10 @@ namespace BLL
var subdivisionalWorksNuTask = CQMSDataService.GetSubdivisionalWorksNumAsync(); //获取分项工程个数
var inspectionLotNumTask = CQMSDataService.GetInspectionLotNumAsync(); //获取检验批个数
var constructSolutionTask = CQMSDataService.GetConstructSolutionAsync(); //施工方案数量
+ var comprehensiveMajorPlanTask = CQMSDataService.GetComprehensive_MajorPlanApprovalAsync(); //危大工程、超危大工程施工方案数量
var cqmsProblemTask = CQMSDataService.GetCQMSProblemAsync(); //获取企业级、项目级质量问题
+ var cqmsBranchMajorCheckTask = CQMSDataService.GetBranchMajorCheckAsync(); //获取分支机构质量大检查次数
+ var cqmsCompanyMajorCheckTask = CQMSDataService.GetCompanyMajorCheckAsync(); //获取企业质量大检查次数
//质量验收数据
var keyProcessNumTask = CQMSDataService.GetKeyProcessNumAsync(); //获取关键工序验收数
@@ -580,14 +612,16 @@ namespace BLL
await Task.WhenAll(
companyPersonNumTask, branchPersonNumTask, projectPersonNumTask,
trainPersonNumTask, technicalDisclosePersonTask,
+ comprehensiveConTechnologyDisclosureTask, comprehensiveReviewDrawingsTask,
inspectionEquipmentTask, inspectionPersonTask, inspectionMachineTask,
useNumTask, okNumTask,
singleProjectNumTask, unitProjectNumTask, subProjectNuTask, subdivisionalWorksNuTask, inspectionLotNumTask,
- constructSolutionTask,
- cqmsProblemTask,
+ constructSolutionTask, comprehensiveMajorPlanTask,
+ cqmsProblemTask, cqmsBranchMajorCheckTask, cqmsCompanyMajorCheckTask,
keyProcessNumTask, keyProcessOKNumTask, specialProcessNumTask, specialProcessOKNumTask, concealedWorksNumTask, concealedWorksOKNumTask,
unitProjectAcceptNumTask, unitProjectAcceptOKNumTask, subProjectAcceptNumTask, subProjectAcceptOKNumTask, subdivisionalWorksAcceptNumTask, subdivisionalWorksAcceptOKNumTask,
- materialInRecheckNumTask, materialInRecheckOKNumTask
+ materialInRecheckNumTask, materialInRecheckOKNumTask, inspectionMachineEquipmentTask,
+ qualityAssuranceNumTask
);
// 统一获取异步方法的返回值
@@ -596,10 +630,13 @@ namespace BLL
var projectPersonNumList = await projectPersonNumTask;
var trainPersonNumList = await trainPersonNumTask;
var technicalDisclosePersonList = await technicalDisclosePersonTask;
+ var comprehensiveConTechnologyDisclosureList = await comprehensiveConTechnologyDisclosureTask;
+ var comprehensiveReviewDrawingsList = await comprehensiveReviewDrawingsTask;
var inspectionEquipmentList = await inspectionEquipmentTask;
var inspectionPersonList = await inspectionPersonTask;
var inspectionMachineList = await inspectionMachineTask;
+ var inspectionMachineEquipmentList = await inspectionMachineEquipmentTask;
var useNum = await useNumTask;
var okNum = await okNumTask;
var singleProjectNum = await singleProjectNumTask;
@@ -609,7 +646,10 @@ namespace BLL
var inspectionLotNum = await inspectionLotNumTask;
var constructSolutionList = await constructSolutionTask;
+ var comprehensiveMajorPlanList = await comprehensiveMajorPlanTask;
var cqmsProblemList = await cqmsProblemTask;
+ var cqmsBranchMajorCheckList = await cqmsBranchMajorCheckTask;
+ var cqmsCompanyMajorCheckList = await cqmsCompanyMajorCheckTask;
var keyProcessNum = await keyProcessNumTask;
var keyProcessOKNum = await keyProcessOKNumTask;
@@ -626,6 +666,7 @@ namespace BLL
var subdivisionalWorksAcceptOKNum = await subdivisionalWorksAcceptOKNumTask;
var materialInRecheckNum = await materialInRecheckNumTask;
var materialInRecheckOKNum = await materialInRecheckOKNumTask;
+ var qualityAssuranceNum = await qualityAssuranceNumTask;
// 构造结果对象
var table = new CQMSData_CQMS
@@ -636,17 +677,25 @@ namespace BLL
ReportDate = DateTime.Now.Date,
CompanyPersonNum = companyPersonNum,//
BranchPersonNum = branchPersonNum,//
- ProjectPersonNum = projectPersonNumList.Count(),
+ ProjectPersonNum = projectPersonNumList.Count(x => x.IsOffice == true),
+ ProjectSubPersonNum = projectPersonNumList.Count(x => x.IsOffice == false),
TrainPersonNum = trainPersonNumList.Count(),
TechnicalDisclosePersonNum = technicalDisclosePersonList.Sum(x => x.TrainPersonNum),
+ ComprehensiveConTechnologyDisclosureNum = comprehensiveConTechnologyDisclosureList.Count(),
+ ComprehensiveConTechnologyDisclosurePersonNum = comprehensiveConTechnologyDisclosureList.Sum(x => x.TrainPersonNum),
+ ComprehensiveReviewDrawingsNum = comprehensiveReviewDrawingsList.Count(),
+
EquipmentInspectionNum = inspectionEquipmentList.Count(),
EquipmentInspectionQualifiedNum = inspectionEquipmentList.Where(x => x.SamplingResult == "1").Count(),
PersonInspectionNum = inspectionPersonList.Count(),
PersonInspectionQualifiedNum = inspectionPersonList.Where(x => x.IsOnSite.HasValue && x.IsOnSite == true).Count(),
MachineInspectionNum = inspectionMachineList.Count(),
MachineInspectionQualifiedNum = inspectionMachineList.Where(x => x.IsCheckOK.HasValue && x.IsCheckOK == true).Count(),
- MaterialInspectionNum = 0,
- MaterialInspectionQualifiedNum = 0,
+ InspectionMachineNum = inspectionMachineEquipmentList.Count(),
+ InspectionMachineQualifiedNum = inspectionMachineEquipmentList.Where(x => x.IsCheckOK.HasValue && x.IsCheckOK == true).Count(),
+
+ MaterialInspectionNum = inspectionEquipmentList.Count(),
+ MaterialInspectionQualifiedNum = inspectionEquipmentList.Where(x => x.SamplingResult == "1").Count(),
UseNum = useNum.Count(),
OKNum = okNum.Count(),
SingleProjectNum = singleProjectNum.Count(),
@@ -656,14 +705,20 @@ namespace BLL
InspectionLotNum = inspectionLotNum.Sum(x => x.Sum),
ConstructSolutionNum = constructSolutionList.Count(),
- ConstructSolutionProjectApproveNum = constructSolutionList.Where(x => x.State == "1").Count(),
- ConstructSolutionUnitApproveNum = 0,//
- SpecialEquipmentQualityAssuranceSystemNum = 0,//
+ ConstructSolutionProjectApproveNum = constructSolutionList.Where(x => x.ApprovalDate.HasValue).Count(),
+ ConstructSolutionUnitApproveNum = comprehensiveMajorPlanList.Count(),//
+ SpecialEquipmentQualityAssuranceSystemNum = qualityAssuranceNum.Count(),
DesignDetailsNum = technicalDisclosePersonList.Sum(x => x.TrainPersonNum),
ProblemNum = cqmsProblemList.Count(),
ProblemCompletedNum = cqmsProblemList.Where(x => x.State == "7").Count(),
ProblemNotCompletedNum = cqmsProblemList.Where(x => x.State != "7").Count(),
+ BranchCheckNum = cqmsBranchMajorCheckList.Count(),
+ BranchCheckClosedNum = cqmsBranchMajorCheckList.Count(),
+ BranchCheckNotClosedNum = 0,
+ UnitCheckNum = cqmsCompanyMajorCheckList.Count(),
+ UnitCheckClosedNum = cqmsCompanyMajorCheckList.Count(),
+ UnitCheckNotClosedNum = 0,
KeyProcessNum = keyProcessNum.Count(),
KeyProcessOKNum = keyProcessOKNum.Count(),
@@ -678,7 +733,8 @@ namespace BLL
SubdivisionalWorksAcceptNum = subdivisionalWorksAcceptNum.Count(),
SubdivisionalWorksAcceptOKNum = subdivisionalWorksAcceptOKNum.Count(),
MaterialInRecheckNum = materialInRecheckNum.Count(),
- MaterialInRecheckOKNum = materialInRecheckOKNum.Count()
+ MaterialInRecheckOKNum = materialInRecheckOKNum.Count(),
+
};
#region 添加项目统计数据
@@ -695,17 +751,21 @@ namespace BLL
ReportDate = DateTime.Now.Date,
CompanyPersonNum = companyPersonNum,//
BranchPersonNum = branchPersonNum,//
- ProjectPersonNum = projectPersonNumList.Count(x => x.ProjectId == projectid),
+ ProjectPersonNum = projectPersonNumList.Count(x => x.ProjectId == projectid && x.IsOffice == true),
+ ProjectSubPersonNum = projectPersonNumList.Count(x => x.ProjectId == projectid && x.IsOffice == false),
TrainPersonNum = trainPersonNumList.Count(x => x.ProjectId == projectid),
TechnicalDisclosePersonNum = technicalDisclosePersonList.Where(x => x.ProjectId == projectid).Sum(x => x.TrainPersonNum),
+ ComprehensiveConTechnologyDisclosureNum = comprehensiveConTechnologyDisclosureList.Count(x => x.ProjectId == projectid),
+ ComprehensiveConTechnologyDisclosurePersonNum = comprehensiveConTechnologyDisclosureList.Where(x => x.ProjectId == projectid).Sum(x => x.TrainPersonNum),
+ ComprehensiveReviewDrawingsNum = comprehensiveReviewDrawingsList.Count(x => x.ProjectId == projectid),
EquipmentInspectionNum = inspectionEquipmentList.Count(x => x.ProjectId == projectid),
EquipmentInspectionQualifiedNum = inspectionEquipmentList.Where(x => x.SamplingResult == "1" && x.ProjectId == projectid).Count(),
PersonInspectionNum = inspectionPersonList.Count(x => x.ProjectId == projectid),
PersonInspectionQualifiedNum = inspectionPersonList.Where(x => x.IsOnSite.HasValue && x.IsOnSite == true && x.ProjectId == projectid).Count(),
MachineInspectionNum = inspectionMachineList.Count(x => x.ProjectId == projectid),
MachineInspectionQualifiedNum = inspectionMachineList.Where(x => x.IsCheckOK.HasValue && x.IsCheckOK == true && x.ProjectId == projectid).Count(),
- MaterialInspectionNum = 0,
- MaterialInspectionQualifiedNum = 0,
+ MaterialInspectionNum = inspectionEquipmentList.Count(x => x.ProjectId == projectid),
+ MaterialInspectionQualifiedNum = inspectionEquipmentList.Where(x => x.SamplingResult == "1" && x.ProjectId == projectid).Count(),
UseNum = useNum.Count(x => x.ProjectId == projectid),
OKNum = okNum.Count(x => x.ProjectId == projectid),
SingleProjectNum = singleProjectNum.Count(x => x.ProjectId == projectid),
@@ -715,9 +775,9 @@ namespace BLL
InspectionLotNum = inspectionLotNum.Where(x => x.ProjectId == projectid).Sum(x => x.Sum),
ConstructSolutionNum = constructSolutionList.Count(x => x.ProjectId == projectid),
- ConstructSolutionProjectApproveNum = constructSolutionList.Where(x => x.State == "1" && x.ProjectId == projectid).Count(),
- ConstructSolutionUnitApproveNum = 0,//
- SpecialEquipmentQualityAssuranceSystemNum = 0,//
+ ConstructSolutionProjectApproveNum = constructSolutionList.Where(x => x.ApprovalDate.HasValue && x.ProjectId == projectid).Count(),
+ ConstructSolutionUnitApproveNum = comprehensiveMajorPlanList.Count(x => x.ProjectId == projectid),
+ SpecialEquipmentQualityAssuranceSystemNum = qualityAssuranceNum.Count(x => x.ProjectId == projectid),
DesignDetailsNum = technicalDisclosePersonList.Where(x => x.ProjectId == projectid).Sum(x => x.TrainPersonNum),
ProblemNum = cqmsProblemList.Count(x => x.ProjectId == projectid),
@@ -737,7 +797,10 @@ namespace BLL
SubdivisionalWorksAcceptNum = subdivisionalWorksAcceptNum.Count(x => x.ProjectId == projectid),
SubdivisionalWorksAcceptOKNum = subdivisionalWorksAcceptOKNum.Count(x => x.ProjectId == projectid),
MaterialInRecheckNum = materialInRecheckNum.Count(x => x.ProjectId == projectid),
- MaterialInRecheckOKNum = materialInRecheckOKNum.Count(x => x.ProjectId == projectid)
+ MaterialInRecheckOKNum = materialInRecheckOKNum.Count(x => x.ProjectId == projectid),
+ InspectionMachineNum = inspectionMachineEquipmentList.Count(x => x.ProjectId == projectid),
+ InspectionMachineQualifiedNum = inspectionMachineEquipmentList.Where(x => x.IsCheckOK.HasValue && x.IsCheckOK == true && x.ProjectId == projectid).Count(),
+
};
Project_CQMSDataService.AddProject_CQMSData_CQMS(projectCqmsData);
}
@@ -762,7 +825,6 @@ namespace BLL
return data;
}
-
public static CQMSData GetDataByCQMSData_CQMS(CQMSData_CQMS table)
{
var data = new CQMSData();
@@ -773,15 +835,25 @@ namespace BLL
item.CollCropCode = table.CollCropCode;
item.TrainPersonNum = table.TrainPersonNum;
item.TechnicalDisclosePersonNum = table.TechnicalDisclosePersonNum;
+ item.ComprehensiveConTechnologyDisclosureNum = table.ComprehensiveConTechnologyDisclosureNum;
+ item.ComprehensiveConTechnologyDisclosurePersonNum = table.ComprehensiveConTechnologyDisclosurePersonNum;
+ item.ComprehensiveReviewDrawingsNum = table.ComprehensiveReviewDrawingsNum;
item.UseNum = table.UseNum;
item.OKNum = table.OKNum;
item.CompanyPersonNum = table.CompanyPersonNum;
item.BranchPersonNum = table.BranchPersonNum;
item.ProjectPersonNum = table.ProjectPersonNum;
+ item.ProjectSubPersonNum = table.ProjectSubPersonNum;
item.ProblemNum = table.ProblemNum;
item.ProblemCompletedNum = table.ProblemCompletedNum;
item.ProblemNotCompletedNum = table.ProblemNotCompletedNum;
item.ProblemRate = "";
+ item.UnitCheckNum = table.UnitCheckNum;
+ item.UnitCheckClosedNum = table.UnitCheckClosedNum;
+ item.UnitCheckNotClosedNum = table.UnitCheckNotClosedNum;
+ item.BranchCheckNum = table.BranchCheckNum;
+ item.BranchCheckClosedNum = table.BranchCheckClosedNum;
+ item.BranchCheckNotClosedNum = table.BranchCheckNotClosedNum;
item.SNum = table.SNum;
item.ANum = table.ANum;
item.BNum = table.BNum;
@@ -825,6 +897,8 @@ namespace BLL
item.SubProjectAcceptOKNum = table.SubProjectAcceptOKNum;
item.SubdivisionalWorksAcceptNum = table.SubdivisionalWorksAcceptNum;
item.SubdivisionalWorksAcceptOKNum = table.SubdivisionalWorksAcceptOKNum;
+ item.InspectionMachineNum = table.InspectionMachineNum;
+ item.InspectionMachineQualifiedNum = table.InspectionMachineQualifiedNum;
var cqmsDataItems = new List();
cqmsDataItems.Add(item);
data.CQMSDataItems = cqmsDataItems;
@@ -887,6 +961,7 @@ namespace BLL
///
public static IEnumerable GetProjectPersonNum()
{
+ string ThisUnitId = CommonService.GetThisUnitId();
var result = (from x in Funs.DB.SitePerson_Person
join y in Funs.DB.Base_WorkPost on x.WorkPostId equals y.WorkPostId
join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
@@ -898,13 +973,15 @@ namespace BLL
{
ProjectId = x.ProjectId,
ProjectName = p.ProjectName,
+ ProjectFromUnitId = p.UnitId,
UnitId = u.UnitId,
UnitName = u.UnitName,
Name = x.PersonName,
Sex = x.Sex == null ? "" : (x.Sex == "1" ? "男" : "女"),
IdentityCard = x.IdentityCard,
WorkPostName = y.WorkPostName == null ? "" : y.WorkPostName,
- Phone = x.Telephone
+ Phone = x.Telephone,
+ IsOffice = u.UnitId == null ? false : (u.UnitId == ThisUnitId || u.IsBranch == true ? true : false)
}).ToList();
result = result
.GroupBy(x => x.IdentityCard)
@@ -1005,6 +1082,69 @@ namespace BLL
return await Task.Run(GetTechnicalDisclosePerson);
}
+
+ ///
+ /// 获取施工技术交底
+ ///
+ ///
+ public static List GetComprehensiveConTechnologyDisclosure()
+ {
+ var result = (from x in Funs.DB.Comprehensive_ConTechnologyDisclosure
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ where BeUnderConstructionList.Contains(p.ProjectId) && x.CompileDate > Const.DtmarkTime
+ select new Model.EduTrainOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitName = "",
+ Id = x.ConTechnologyDisclosureId,
+ TrainTitle = "",
+ TrainStartDate = null,
+ TrainEndDate = null,
+ TrainPersonNum = x.DisclosurePersonNum ?? 0,
+ }).ToList();
+ return result;
+ }
+
+ ///
+ /// 获取施工技术交底(异步)
+ ///
+ ///
+ public static async Task> GetComprehensiveConTechnologyDisclosureAsync()
+ {
+ return await Task.Run(GetComprehensiveConTechnologyDisclosure);
+ }
+
+ ///
+ /// 获取图纸会审
+ ///
+ ///
+ public static List GetComprehensiveReviewDrawings()
+ {
+ var result = (from x in Funs.DB.Comprehensive_ReviewDrawings
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ where BeUnderConstructionList.Contains(p.ProjectId) && x.CreateDate > Const.DtmarkTime
+ select new Model.EduTrainOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitName = "",
+ Id = x.Id
+ }).ToList();
+ return result;
+ }
+
+ ///
+ /// 获取图纸会审(异步)
+ ///
+ ///
+ public static async Task> GetComprehensiveReviewDrawingsAsync()
+ {
+ return await Task.Run(GetComprehensiveReviewDrawings);
+ }
+
///
/// 获取设备报验
///
@@ -1068,6 +1208,27 @@ namespace BLL
return await Task.Run(GetComprehensive_InspectionMachine);
}
+ ///
+ /// 获取设备报验
+ ///
+ ///
+ public static List GetComprehensive_InspectionMachineEquipment()
+ {
+ var result = (from x in Funs.DB.Comprehensive_InspectionMachine
+ where BeUnderConstructionList.Contains(x.ProjectId) && x.CompileDate > Const.DtmarkTime//x.SType == "设备" &&
+ select x).ToList();
+ return result;
+ }
+
+ ///
+ /// 获取设备报验(异步)
+ ///
+ ///
+ public static async Task> GetComprehensive_InspectionMachineEquipmentAsync()
+ {
+ return await Task.Run(GetComprehensive_InspectionMachineEquipment);
+ }
+
///
/// 获取在用计量器具数
///
@@ -1223,25 +1384,63 @@ namespace BLL
///
- /// 施工方案数量
+ /// 危大(超危大)工程施工方案数量
///
///
- public static List GetConstructSolution()
+ public static List GetComprehensive_MajorPlanApproval()
{
- var result = (from x in Funs.DB.Solution_CQMSConstructSolution
+ var result = (from x in Funs.DB.Comprehensive_MajorPlanApproval
+ where BeUnderConstructionList.Contains(x.ProjectId)
+ select x).ToList();
+ return result;
+ }
+ ///
+ /// 危大(超危大)工程施工方案数量(异步)
+ ///
+ ///
+ public static async Task> GetComprehensive_MajorPlanApprovalAsync()
+ {
+ return await Task.Run(GetComprehensive_MajorPlanApproval);
+ }
+ ///
+ /// 施工方案数量
+ ///
+ ///
+ public static List GetConstructSolution()
+ {
+ var result = (from x in Funs.DB.Comprehensive_GeneralPlanApproval
where BeUnderConstructionList.Contains(x.ProjectId)
select x).ToList();
return result;
}
-
///
/// 施工方案数量(异步)
///
///
- public static async Task> GetConstructSolutionAsync()
+ public static async Task> GetConstructSolutionAsync()
{
return await Task.Run(GetConstructSolution);
}
+ /////
+ ///// 施工方案数量
+ /////
+ /////
+ //public static List GetConstructSolution()
+ //{
+ // var result = (from x in Funs.DB.Solution_CQMSConstructSolution
+ // where BeUnderConstructionList.Contains(x.ProjectId)
+ // select x).ToList();
+ // return result;
+ //}
+
+ /////
+ ///// 施工方案数量(异步)
+ /////
+ /////
+ //public static async Task> GetConstructSolutionAsync()
+ //{
+ // return await Task.Run(GetConstructSolution);
+ //}
///
/// 获取质量问题
@@ -1726,5 +1925,110 @@ namespace BLL
}
#endregion
+
+
+ ///
+ /// 特设质保体系数量
+ ///
+ ///
+ public static List GetQualityAssuranceNum()
+ {
+ var result = (from x in Funs.DB.Comprehensive_QualityAssurance
+ where BeUnderConstructionList.Contains(x.ProjectId)
+ select x).ToList();
+ return result;
+ }
+ ///
+ /// 特设质保体系数量(异步)
+ ///
+ ///
+ public static async Task> GetQualityAssuranceNumAsync()
+ {
+ return await Task.Run(GetQualityAssuranceNum);
+ }
+
+ #region 质量监督大检查数据
+
+ #region 企业级-本单位
+
+ ///
+ /// 获取企业质量大检查次数
+ ///
+ ///
+ public static List GetCompanyMajorCheck()
+ {
+ var result = (from x in Funs.DB.Supervise_SuperviseCheckReport
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.UnitId == CommonService.GetThisUnitId() && x.CheckMainType == "1" && x.CheckDate > Const.DtmarkTime //&& x.CheckType == "1"
+ select new Model.CheckOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitId = x.UnitId,
+ UnitName = u.UnitName,
+ Id = x.SuperviseCheckReportId,
+ CheckTeam = x.CheckTeam,
+ CheckDate = x.CheckDate,
+ });
+ return result.ToList();
+ }
+ ///
+ /// 获取企业质量大检查次数(异步)
+ ///
+ ///
+ public static async Task> GetCompanyMajorCheckAsync()
+ {
+ return await Task.Run(GetCompanyMajorCheck);
+ }
+
+ #endregion
+
+ #region 分支机构
+
+ ///
+ /// 获取分支机构质量大检查次数
+ ///
+ ///
+ public static List GetBranchMajorCheck()
+ {
+ var result = (from x in Funs.DB.Supervise_SuperviseCheckReport
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.IsBranch == true && x.CheckMainType == "1" && x.CheckDate > Const.DtmarkTime//&& x.CheckType == "1"
+ select new Model.CheckOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitId = x.UnitId,
+ UnitName = u.UnitName,
+ Id = x.SuperviseCheckReportId,
+ CheckTeam = x.CheckTeam,
+ CheckDate = x.CheckDate,
+ });
+ return result.ToList();
+ }
+ ///
+ /// 获取分支机构质量大检查次数(异步)
+ ///
+ ///
+ public static async Task> GetBranchMajorCheckAsync()
+ {
+ return await Task.Run(GetBranchMajorCheck);
+ }
+
+
+ #endregion
+
+ #endregion
+
}
}
\ No newline at end of file
diff --git a/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs b/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs
index 6c7f97f9..9d9cdfe6 100644
--- a/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs
+++ b/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs
@@ -17,8 +17,8 @@ namespace BLL
{
public static SGGLDB Db = Funs.DB;
- public static List BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
-
+ //public static List BeUnderConstructionList = ProjectService.GetProjectWorkList().Where(x => (x.ProjectAttribute == "GONGCHENG" || x.ProjectAttribute == null)).Select(x => x.ProjectId).ToList();
+ public static List BeUnderConstructionList = BaseDataService.BeUnderConstructionList;
public static void AddHSSEData_HSSE(HSSEData_HSSE newtable)
{
using (var db = new SGGLDB(Funs.ConnString))
@@ -51,11 +51,13 @@ namespace BLL
BranchFullTimeNum = newtable.BranchFullTimeNum,
ProjectInspectorGeneralNum = newtable.ProjectInspectorGeneralNum,
ProjectFullTimeNum = newtable.ProjectFullTimeNum,
+ ProjectSubFullTimeNum = newtable.ProjectSubFullTimeNum,
ProjectSafetyMonitorNum = newtable.ProjectSafetyMonitorNum,
SafetyInjectionEngineer = newtable.SafetyInjectionEngineer,
CertificateANum = newtable.CertificateANum,
CertificateBNum = newtable.CertificateBNum,
CertificateCNum = newtable.CertificateCNum,
+ QualityPersonNum = newtable.QualityPersonNum,
SafetyCommitteeMeetingNum = newtable.SafetyCommitteeMeetingNum,
EnterpriseTopicsMeetingNum = newtable.EnterpriseTopicsMeetingNum,
ProjectSafetyLeadingGroupMeetingNum = newtable.ProjectSafetyLeadingGroupMeetingNum,
@@ -63,6 +65,9 @@ namespace BLL
CompanyLeadShiftCheckNum = newtable.CompanyLeadShiftCheckNum,
CompanyComprehensiveCheckNum = newtable.CompanyComprehensiveCheckNum,
CompanySpecialCheckNum = newtable.CompanySpecialCheckNum,
+ BranchLeadShiftCheckNum = newtable.BranchLeadShiftCheckNum,
+ BranchComprehensiveCheckNum = newtable.BranchComprehensiveCheckNum,
+ BranchSpecialCheckNum = newtable.BranchSpecialCheckNum,
ProjectLeadShiftCheckNum = newtable.ProjectLeadShiftCheckNum,
ProjectSpecialCheckNum = newtable.ProjectSpecialCheckNum,
ProjectMajorCheckNum = newtable.ProjectMajorCheckNum,
@@ -75,8 +80,13 @@ namespace BLL
CompanyComprehensivePlanNum = newtable.CompanyComprehensivePlanNum,
CompanySpecialPlanNum = newtable.CompanySpecialPlanNum,
CompanyOnSiteDisposalPlan = newtable.CompanyOnSiteDisposalPlan,
+ BranchComprehensivePlanNum = newtable.BranchComprehensivePlanNum,
+ BranchSpecialPlanNum = newtable.BranchSpecialPlanNum,
+ BranchOnSiteDisposalPlan = newtable.BranchOnSiteDisposalPlan,
CompanyDrillNum = newtable.CompanyDrillNum,
CompanyDrillPersonNum = newtable.CompanyDrillPersonNum,
+ BranchDrillNum = newtable.BranchDrillNum,
+ BranchDrillPersonNum = newtable.BranchDrillPersonNum,
ProjectComprehensivePlanNum = newtable.ProjectComprehensivePlanNum,
ProjectSpecialPlanNum = newtable.ProjectSpecialPlanNum,
ProjectOnSiteDisposalPlan = newtable.ProjectOnSiteDisposalPlan,
@@ -98,6 +108,7 @@ namespace BLL
HighRiskNum = newtable.HighRiskNum,
CompletedNum = newtable.CompletedNum,
TrainPersonNum = newtable.TrainPersonNum,
+ OperativesNum = newtable.OperativesNum,
ConstructionNum = newtable.ConstructionNum,
FinishedNum = newtable.FinishedNum,
ArgumentNum = newtable.ArgumentNum,
@@ -115,6 +126,7 @@ namespace BLL
}
}
+
public static void DeleteHSSEData_HSSEById(string id)
{
using (var db = new SGGLDB(Funs.ConnString))
@@ -143,17 +155,26 @@ namespace BLL
var dataHsse = GetHSSEData_HSSEById(id);
if (dataHsse != null)
{
+ item.BranchLeadShiftCheckNum = dataHsse.BranchLeadShiftCheckNum;
+ item.BranchComprehensiveCheckNum = dataHsse.BranchComprehensiveCheckNum;
+ item.BranchSpecialCheckNum = dataHsse.BranchSpecialCheckNum;
item.BeUnderConstructionNum = dataHsse.BeUnderConstructionNum;
item.BranchFullTimeNum = dataHsse.BranchFullTimeNum;
item.BranchInspectorGeneralNum = dataHsse.BranchInspectorGeneralNum;
+ item.BranchComprehensivePlanNum = dataHsse.BranchComprehensivePlanNum;
+ item.BranchSpecialPlanNum = dataHsse.BranchSpecialPlanNum;
+ item.BranchOnSiteDisposalPlan = dataHsse.BranchOnSiteDisposalPlan;
item.CertificateANum = dataHsse.CertificateANum;
item.CertificateBNum = dataHsse.CertificateBNum;
item.CertificateCNum = dataHsse.CertificateCNum;
+ item.QualityPersonNum = dataHsse.QualityPersonNum;
item.CollCropCode = dataHsse.CollCropCode;
item.CompanyComprehensiveCheckNum = dataHsse.CompanyComprehensiveCheckNum;
item.CompanyComprehensivePlanNum = dataHsse.CompanyComprehensivePlanNum;
item.CompanyDrillNum = dataHsse.CompanyDrillNum;
item.CompanyDrillPersonNum = dataHsse.CompanyDrillPersonNum;
+ item.BranchDrillNum = dataHsse.BranchDrillNum;
+ item.BranchDrillPersonNum = dataHsse.BranchDrillPersonNum;
item.CompanyLeadShiftCheckNum = dataHsse.CompanyLeadShiftCheckNum;
item.CompanyOnSiteDisposalPlan = dataHsse.CompanyOnSiteDisposalPlan;
item.CompanySpecialCheckNum = dataHsse.CompanySpecialCheckNum;
@@ -219,10 +240,12 @@ namespace BLL
item.SuperConstructionNum = dataHsse.SuperConstructionNum;
item.SuperFinishedNum = dataHsse.SuperFinishedNum;
item.SuperTrainPersonNum = dataHsse.SuperTrainPersonNum;
+ item.SuperOperativesNum = dataHsse.SuperOperativesNum;
item.SuperArgumentNum = dataHsse.SuperArgumentNum;
item.TotalEnergyConsumption = dataHsse.TotalEnergyConsumption;
item.TotalWorkingHour = dataHsse.TotalWorkingHour;
item.TrainPersonNum = dataHsse.TrainPersonNum;
+ item.OperativesNum = dataHsse.OperativesNum;
item.UnitId = dataHsse.UnitId;
item.UseEquipmentNum = dataHsse.UseEquipmentNum;
var hSseDataHiddens =
@@ -253,17 +276,26 @@ namespace BLL
var data = new HSSEData();
if (dataHsse != null)
{
+ item.BranchLeadShiftCheckNum = dataHsse.BranchLeadShiftCheckNum;
+ item.BranchComprehensiveCheckNum = dataHsse.BranchComprehensiveCheckNum;
+ item.BranchSpecialCheckNum = dataHsse.BranchSpecialCheckNum;
item.BeUnderConstructionNum = dataHsse.BeUnderConstructionNum;
item.BranchFullTimeNum = dataHsse.BranchFullTimeNum;
item.BranchInspectorGeneralNum = dataHsse.BranchInspectorGeneralNum;
+ item.BranchComprehensivePlanNum = dataHsse.BranchComprehensivePlanNum;
+ item.BranchSpecialPlanNum = dataHsse.BranchSpecialPlanNum;
+ item.BranchOnSiteDisposalPlan = dataHsse.BranchOnSiteDisposalPlan;
item.CertificateANum = dataHsse.CertificateANum;
item.CertificateBNum = dataHsse.CertificateBNum;
item.CertificateCNum = dataHsse.CertificateCNum;
+ item.QualityPersonNum = dataHsse.QualityPersonNum;
item.CollCropCode = dataHsse.CollCropCode;
item.CompanyComprehensiveCheckNum = dataHsse.CompanyComprehensiveCheckNum;
item.CompanyComprehensivePlanNum = dataHsse.CompanyComprehensivePlanNum;
item.CompanyDrillNum = dataHsse.CompanyDrillNum;
item.CompanyDrillPersonNum = dataHsse.CompanyDrillPersonNum;
+ item.BranchDrillNum = dataHsse.BranchDrillNum;
+ item.BranchDrillPersonNum = dataHsse.BranchDrillPersonNum;
item.CompanyLeadShiftCheckNum = dataHsse.CompanyLeadShiftCheckNum;
item.CompanyOnSiteDisposalPlan = dataHsse.CompanyOnSiteDisposalPlan;
item.CompanySpecialCheckNum = dataHsse.CompanySpecialCheckNum;
@@ -302,6 +334,7 @@ namespace BLL
item.ProjectDrillNum = dataHsse.ProjectDrillNum;
item.ProjectDrillPersonNum = dataHsse.ProjectDrillPersonNum;
item.ProjectFullTimeNum = dataHsse.ProjectFullTimeNum;
+ item.ProjectSubFullTimeNum = dataHsse.ProjectSubFullTimeNum;
item.ProjectInspectorGeneralNum = dataHsse.ProjectInspectorGeneralNum;
item.ProjectLeadShiftCheckNum = dataHsse.ProjectLeadShiftCheckNum;
item.ProjectMajorCheckNum = dataHsse.ProjectMajorCheckNum;
@@ -330,9 +363,11 @@ namespace BLL
item.SuperFinishedNum = dataHsse.SuperFinishedNum;
item.SuperArgumentNum = dataHsse.SuperArgumentNum;
item.SuperTrainPersonNum = dataHsse.SuperTrainPersonNum;
+ item.SuperOperativesNum = dataHsse.SuperOperativesNum;
item.TotalEnergyConsumption = dataHsse.TotalEnergyConsumption;
item.TotalWorkingHour = dataHsse.TotalWorkingHour;
item.TrainPersonNum = dataHsse.TrainPersonNum;
+ item.OperativesNum = dataHsse.OperativesNum;
item.UnitId = dataHsse.UnitId;
item.UseEquipmentNum = dataHsse.UseEquipmentNum;
if (hSseDataHiddens != null)
@@ -619,6 +654,10 @@ namespace BLL
return data;
}
+ ///
+ /// 统计数据(异步)
+ ///
+ ///
public static async Task StatisticalDataAsync()
{
var thisUnitId = string.Empty;
@@ -638,6 +677,8 @@ namespace BLL
var certificateATask = HSSEData_HSSEService.GetCertificateAAsync();
var certificateBTask = HSSEData_HSSEService.GetCertificateBAsync();
var certificateCTask = HSSEData_HSSEService.GetCertificateCAsync();
+ var qualityPersonNumTask = HSSEData_HSSEService.GetQualityPersonNumAsync();
+
var beUnderConstructionTask = HSSEData_HSSEService.GetBeUnderConstructionAsync();
var shutdownTask = HSSEData_HSSEService.GetShutdownAsync();
var joinConstructionPersonTask = HSSEData_HSSEService.GetJoinConstructionPersonAsync();
@@ -646,7 +687,6 @@ namespace BLL
var lostWorkingHourTask = HSSEData_HSSEService.GetLostWorkingHourAsync();
var safeWorkingHourTask = HSSEData_HSSEService.GetSafeWorkingHourAsync();
var safeTrainTask = HSSEData_HSSEService.GetSafeTrainAsync();
- var safeTrainBoShengTask = HSSEData_HSSEService.GetBoShengSafeTrainAsync();
var specialTrainTask = HSSEData_HSSEService.GetSpecialTrainAsync();
var specialOperationTrainTask = HSSEData_HSSEService.GetSpecialOperationTrainAsync();
var hseTechnicalTask = HSSEData_HSSEService.GetHseTechnicalAsync();
@@ -664,6 +704,9 @@ namespace BLL
var companyLeadShiftCheckTask = HSSEData_HSSEService.GetCompanyLeadShiftCheckAsync();
var companyComprehensiveCheckTask = HSSEData_HSSEService.GetCompanyComprehensiveCheckAsync();
var companySpecialCheckTask = HSSEData_HSSEService.GetCompanySpecialCheckAsync();
+ var branchLeadShiftCheckTask = HSSEData_HSSEService.GetBranchLeadShiftCheckAsync();
+ var branchComprehensiveCheckTask = HSSEData_HSSEService.GetBranchComprehensiveCheckAsync();
+ var branchSpecialCheckTask = HSSEData_HSSEService.GetBranchSpecialCheckAsync();
var projectLeadShiftCheckTask = HSSEData_HSSEService.GetProjectLeadShiftCheckAsync();
var projectSpecialCheckTask = HSSEData_HSSEService.GetProjectSpecialCheckAsync();
var projectMajorCheckTask = HSSEData_HSSEService.GetProjectMajorCheckAsync();
@@ -676,7 +719,11 @@ namespace BLL
var companyComprehensivePlanTask = HSSEData_HSSEService.GetCompanyComprehensivePlanAsync();
var companySpecialPlanTask = HSSEData_HSSEService.GetCompanySpecialPlanAsync();
var companyOnSiteDisposalPlanTask = HSSEData_HSSEService.GetCompanyOnSiteDisposalPlanAsync();
+ var branchComprehensivePlanTask = HSSEData_HSSEService.GetBranchComprehensivePlanAsync();
+ var branchSpecialPlanTask = HSSEData_HSSEService.GetBranchSpecialPlanAsync();
+ var branchOnSiteDisposalPlanTask = HSSEData_HSSEService.GetBranchOnSiteDisposalPlanAsync();
var companyDrillTask = HSSEData_HSSEService.GetCompanyDrillAsync();
+ var branchDrillTask = HSSEData_HSSEService.GetBranchDrillAsync();
var projectComprehensivePlanTask = HSSEData_HSSEService.GetProjectComprehensivePlanAsync();
var projectSpecialPlanTask = HSSEData_HSSEService.GetProjectSpecialPlanAsync();
var projectOnSiteDisposalPlanTask = HSSEData_HSSEService.GetProjectOnSiteDisposalPlanAsync();
@@ -698,6 +745,7 @@ namespace BLL
certificateATask,
certificateBTask,
certificateCTask,
+ qualityPersonNumTask,
beUnderConstructionTask,
shutdownTask,
joinConstructionPersonTask,
@@ -705,7 +753,7 @@ namespace BLL
totalWorkingHourTask,
lostWorkingHourTask,
safeWorkingHourTask,
- safeTrainTask, safeTrainBoShengTask,
+ safeTrainTask,
specialTrainTask,
specialOperationTrainTask, hseTechnicalTask,
headOfficeInspectorGeneralTask,
@@ -722,6 +770,9 @@ namespace BLL
companyLeadShiftCheckTask,
companyComprehensiveCheckTask,
companySpecialCheckTask,
+ branchLeadShiftCheckTask,
+ branchComprehensiveCheckTask,
+ branchSpecialCheckTask,
projectLeadShiftCheckTask,
projectSpecialCheckTask,
projectMajorCheckTask,
@@ -734,7 +785,10 @@ namespace BLL
companyComprehensivePlanTask,
companySpecialPlanTask,
companyOnSiteDisposalPlanTask,
- companyDrillTask,
+ branchComprehensivePlanTask,
+ branchSpecialPlanTask,
+ branchOnSiteDisposalPlanTask,
+ companyDrillTask, branchDrillTask,
projectComprehensivePlanTask,
projectSpecialPlanTask,
projectOnSiteDisposalPlanTask,
@@ -758,6 +812,7 @@ namespace BLL
var certificateAList = await certificateATask;
var certificateBList = await certificateBTask;
var certificateCList = await certificateCTask;
+ var qualityPersonList = await qualityPersonNumTask;
var beUnderConstructionList = await beUnderConstructionTask;
var shutdownList = await shutdownTask;
var joinConstructionPersonList = await joinConstructionPersonTask;
@@ -766,7 +821,6 @@ namespace BLL
var lostWorkingHour = await lostWorkingHourTask;
var safeWorkingHour = await safeWorkingHourTask;
var safeTrainList = await safeTrainTask;
- var safeTrainBoShengList = await safeTrainBoShengTask;
var specialTrainList = await specialTrainTask;
var specialOperationTrainList = await specialOperationTrainTask;
var hseTechnicalList = await hseTechnicalTask;
@@ -784,6 +838,9 @@ namespace BLL
var companyLeadShiftCheckList = await companyLeadShiftCheckTask;
var companyComprehensiveCheckList = await companyComprehensiveCheckTask;
var companySpecialCheckList = await companySpecialCheckTask;
+ var branchLeadShiftCheckList = await branchLeadShiftCheckTask;
+ var branchComprehensiveCheckList = await branchComprehensiveCheckTask;
+ var branchSpecialCheckList = await branchSpecialCheckTask;
var projectLeadShiftCheckList = await projectLeadShiftCheckTask;
var projectSpecialCheckList = await projectSpecialCheckTask;
var projectMajorCheckList = await projectMajorCheckTask;
@@ -796,7 +853,11 @@ namespace BLL
var companyComprehensivePlanList = await companyComprehensivePlanTask;
var companySpecialPlanList = await companySpecialPlanTask;
var companyOnSiteDisposalPlanList = await companyOnSiteDisposalPlanTask;
+ var branchComprehensivePlanList = await branchComprehensivePlanTask;
+ var branchSpecialPlanList = await branchSpecialPlanTask;
+ var branchOnSiteDisposalPlanList = await branchOnSiteDisposalPlanTask;
var companyDrillList = await companyDrillTask;
+ var branchDrillList = await branchDrillTask;
var projectComprehensivePlanList = await projectComprehensivePlanTask;
var projectSpecialPlanList = await projectSpecialPlanTask;
var projectOnSiteDisposalPlanList = await projectOnSiteDisposalPlanTask;
@@ -823,12 +884,13 @@ namespace BLL
CertificateANum = certificateAList.Count(),
CertificateBNum = certificateBList.Count(),
CertificateCNum = certificateCList.Count(),
+ QualityPersonNum = qualityPersonList.Count(),
JoinConstructionPersonNum = joinConstructionPersonList.Count(),
MajorProjectsUnderConstructionNum = majorProjectsUnderConstructionList.Count(),
TotalWorkingHour = totalWorkingHour,
LostWorkingHour = lostWorkingHour,
SafeWorkingHour = safeWorkingHour,
- SafeTrainNum = safeTrainList.Sum(x => x.TrainPersonNum) + safeTrainBoShengList.Sum(x => x.TrainPersonNum),
+ SafeTrainNum = safeTrainList.Sum(x => x.TrainPersonNum),
SpecialTrainNum = specialTrainList.Sum(x => x.TrainPersonNum),
SpecialOperationTrainNum = specialOperationTrainList.Sum(x => x.TrainPersonNum),
HseTechnicalNum = hseTechnicalList.Count(),
@@ -841,7 +903,8 @@ namespace BLL
BranchInspectorGeneralNum = branchInspectorGeneralList.Count,
BranchFullTimeNum = branchFullTimeList.Count,
ProjectInspectorGeneralNum = projectInspectorGeneralList.Count,
- ProjectFullTimeNum = projectFullTimeList.Count,
+ ProjectFullTimeNum = projectFullTimeList.Count(x => x.IsOffice == true),
+ ProjectSubFullTimeNum = projectFullTimeList.Count(x => x.IsOffice == false),
ProjectSafetyMonitorNum = projectSafetyMonitorList.Count,
SafetyCommitteeMeetingNum = safetyCommitteeMeetingList.Count(),
EnterpriseTopicsMeetingNum = enterpriseTopicsMeetingList.Count(),
@@ -850,6 +913,9 @@ namespace BLL
CompanyLeadShiftCheckNum = companyLeadShiftCheckList.Count(),
CompanyComprehensiveCheckNum = companyComprehensiveCheckList.Count(),
CompanySpecialCheckNum = companySpecialCheckList.Count(),
+ BranchLeadShiftCheckNum = branchLeadShiftCheckList.Count(),
+ BranchComprehensiveCheckNum = branchComprehensiveCheckList.Count(),
+ BranchSpecialCheckNum = branchSpecialCheckList.Count(),
ProjectLeadShiftCheckNum = projectLeadShiftCheckList.Count(),
ProjectSpecialCheckNum = projectSpecialCheckList.Count(),
ProjectMajorCheckNum = projectMajorCheckList.Count(),
@@ -862,8 +928,13 @@ namespace BLL
CompanyComprehensivePlanNum = companyComprehensivePlanList.Count(),
CompanySpecialPlanNum = companySpecialPlanList.Count(),
CompanyOnSiteDisposalPlan = companyOnSiteDisposalPlanList.Count(),
+ BranchComprehensivePlanNum = branchComprehensivePlanList.Count(),
+ BranchSpecialPlanNum = branchSpecialPlanList.Count(),
+ BranchOnSiteDisposalPlan = branchOnSiteDisposalPlanList.Count(),
CompanyDrillNum = companyDrillList.Count(),
CompanyDrillPersonNum = companyDrillList.Sum(x => x.JointPersonNum),
+ BranchDrillNum = branchDrillList.Count(),
+ BranchDrillPersonNum = branchDrillList.Sum(x => x.JointPersonNum),
ProjectComprehensivePlanNum = projectComprehensivePlanList.Count(),
ProjectSpecialPlanNum = projectSpecialPlanList.Count(),
ProjectOnSiteDisposalPlan = projectOnSiteDisposalPlanList.Count(),
@@ -885,11 +956,13 @@ namespace BLL
HighRiskNum = securityRiskOutputListTask.Result.Sum(x => x.HighRiskNum),
CompletedNum = largeEngineeringOutputsTask.Result.Sum(x => x.CompletedNum),
TrainPersonNum = largeEngineeringOutputsTask.Result.Sum(x => x.TrainPersonNum),
+ OperativesNum = largeEngineeringOutputsTask.Result.Sum(x => x.OperativesNum),
ConstructionNum = largeEngineeringOutputsTask.Result.Sum(x => x.ConstructionNum),
FinishedNum = largeEngineeringOutputsTask.Result.Sum(x => x.FinishedNum),
ArgumentNum = largeEngineeringOutputsTask.Result.Sum(x => x.ArgumentNum),
SuperCompletedNum = largeEngineeringOutputsTask.Result.Sum(x => x.SuperCompletedNum),
SuperTrainPersonNum = largeEngineeringOutputsTask.Result.Sum(x => x.SuperTrainPersonNum),
+ SuperOperativesNum = largeEngineeringOutputsTask.Result.Sum(x => x.SuperOperativesNum),
SuperConstructionNum = largeEngineeringOutputsTask.Result.Sum(x => x.SuperConstructionNum),
SuperFinishedNum = largeEngineeringOutputsTask.Result.Sum(x => x.SuperFinishedNum),
SuperArgumentNum = largeEngineeringOutputsTask.Result.Sum(x => x.SuperArgumentNum)
@@ -933,12 +1006,15 @@ namespace BLL
{
CompletedNum = g.Sum(x => x.CompletedNum),
TrainPersonNum = g.Sum(x => x.TrainPersonNum),
+ OperativesNum = g.Sum(x => x.OperativesNum),
ConstructionNum = g.Sum(x => x.ConstructionNum),
FinishedNum = g.Sum(x => x.FinishedNum),
ArgumentNum = g.Sum(x => x.ArgumentNum),
SuperCompletedNum = g.Sum(x => x.SuperCompletedNum),
SuperTrainPersonNum = g.Sum(x => x.SuperTrainPersonNum),
+ SuperOperativesNum = g.Sum(x => x.SuperOperativesNum),
SuperConstructionNum = g.Sum(x => x.SuperConstructionNum),
+ SuperFinishedNum = g.Sum(x => x.SuperFinishedNum),
SuperArgumentNum = g.Sum(x => x.SuperArgumentNum)
}
);
@@ -978,14 +1054,19 @@ namespace BLL
CertificateANum = certificateAList.Count(x => x.ProjectId == projectid),
CertificateBNum = certificateBList.Count(x => x.ProjectId == projectid),
CertificateCNum = certificateCList.Count(x => x.ProjectId == projectid),
+ QualityPersonNum = qualityPersonList.Count(x => x.ProjectId == projectid),
ProjectInspectorGeneralNum = projectInspectorGeneralList.Count(x => x.ProjectId == projectid),
- ProjectFullTimeNum = projectFullTimeList.Count(x => x.ProjectId == projectid),
+ ProjectFullTimeNum = projectFullTimeList.Count(x => x.ProjectId == projectid && x.IsOffice == true),
+ ProjectSubFullTimeNum = projectFullTimeList.Count(x => x.ProjectId == projectid && x.IsOffice == false),
ProjectSafetyMonitorNum = projectSafetyMonitorList.Count(x => x.ProjectId == projectid),
ProjectSafetyLeadingGroupMeetingNum = projectSafetyLeadingGroupMeetingList.Count(x => x.ProjectId == projectid),
ProjectSafetyMeetingNum = projectSafetyMeetingList.Count(x => x.ProjectId == projectid),
CompanyLeadShiftCheckNum = companyLeadShiftCheckList.Count(x => x.ProjectId == projectid),
CompanyComprehensiveCheckNum = companyComprehensiveCheckList.Count(x => x.ProjectId == projectid),
CompanySpecialCheckNum = companySpecialCheckList.Count(x => x.ProjectId == projectid),
+ BranchLeadShiftCheckNum = branchLeadShiftCheckList.Count(x => x.ProjectId == projectid),
+ BranchComprehensiveCheckNum = branchComprehensiveCheckList.Count(x => x.ProjectId == projectid),
+ BranchSpecialCheckNum = branchSpecialCheckList.Count(x => x.ProjectId == projectid),
ProjectLeadShiftCheckNum = projectLeadShiftCheckList.Count(x => x.ProjectId == projectid),
ProjectSpecialCheckNum = projectSpecialCheckList.Count(x => x.ProjectId == projectid),
ProjectMajorCheckNum = projectMajorCheckList.Count(x => x.ProjectId == projectid),
@@ -998,8 +1079,13 @@ namespace BLL
CompanyComprehensivePlanNum = 0,
CompanySpecialPlanNum = 0,
CompanyOnSiteDisposalPlan = 0,
+ BranchComprehensivePlanNum = 0,
+ BranchSpecialPlanNum = 0,
+ BranchOnSiteDisposalPlan = 0,
CompanyDrillNum = 0,
CompanyDrillPersonNum = 0,
+ BranchDrillNum = 0,
+ BranchDrillPersonNum = 0,
ProjectComprehensivePlanNum = projectComprehensivePlanList.Count(x => x.ProjectId == projectid),
ProjectSpecialPlanNum = projectSpecialPlanList.Count(x => x.ProjectId == projectid),
ProjectOnSiteDisposalPlan = projectOnSiteDisposalPlanList.Count(x => x.ProjectId == projectid),
@@ -1021,12 +1107,15 @@ namespace BLL
HighRiskNum = securityRiskOutputs?.HighRiskNum ?? 0,
CompletedNum = largeEngineeringOutputs?.CompletedNum ?? 0,
TrainPersonNum = largeEngineeringOutputs?.TrainPersonNum ?? 0,
+ OperativesNum = largeEngineeringOutputs?.OperativesNum ?? 0,
ConstructionNum = largeEngineeringOutputs?.ConstructionNum ?? 0,
FinishedNum = largeEngineeringOutputs?.FinishedNum ?? 0,
ArgumentNum = largeEngineeringOutputs?.ArgumentNum ?? 0,
SuperCompletedNum = largeEngineeringOutputs?.SuperCompletedNum ?? 0,
SuperTrainPersonNum = largeEngineeringOutputs?.SuperTrainPersonNum ?? 0,
+ SuperOperativesNum = largeEngineeringOutputs?.SuperOperativesNum ?? 0,
SuperConstructionNum = largeEngineeringOutputs?.SuperConstructionNum ?? 0,
+ SuperFinishedNum = largeEngineeringOutputs?.SuperFinishedNum ?? 0,
SuperArgumentNum = largeEngineeringOutputs?.SuperArgumentNum ?? 0
};
Project_HSSEData_HSSEService.AddProject_HSSEData_HSSE(projectHsseData);
@@ -1051,119 +1140,6 @@ namespace BLL
return data;
}
- //public static HSSEData StatisticalDataOld()
- //{
- // var thisUnitId = string.Empty;
- // var thisUnit = CommonService.GetIsThisUnit();
- // if (thisUnit != null) thisUnitId = thisUnit.UnitId;
- // var baseUnit = UnitService.GetUnitByUnitId(thisUnitId);
- // Project_HSSEData_HSSEService.StatisticalAllProjectData();
- // Project_HSSEData_HiddenDangerDetailService.StatisticalAllProjectData();
-
- // var projectData = (from x in Funs.DB.Project_HSSEData_HSSE
- // where x.ReportDate < DateTime.Now.AddDays(1).Date && x.ReportDate >= DateTime.Now.Date
- // select x).ToList();
- // var totalEnergyConsumption = ChemicalReportItemService.GetLatstTimeTotalEnergyConsumption();
- // var incomeComprehensiveEnergyConsumption =
- // ChemicalReportItemService.GetLatstTimeIncomeComprehensiveEnergyConsumption();
- // var newWaterConsumption = ChemicalReportItemService.GetLatstTimeNewWaterConsumption();
-
- // var table = new HSSEData_HSSE
- // {
- // UnitId = thisUnitId,
- // CollCropCode = baseUnit.CollCropCode,
- // UnitName = baseUnit.UnitName,
- // ReportDate = DateTime.Now.Date,
- // BeUnderConstructionNum = projectData.Sum(x => x.BeUnderConstructionNum),
- // ShutdownNum = projectData.Sum(x => x.ShutdownNum),
- // JoinConstructionPersonNum = projectData.Sum(x => x.JoinConstructionPersonNum),
- // MajorProjectsUnderConstructionNum = projectData.Sum(x => x.MajorProjectsUnderConstructionNum),
- // TotalWorkingHour = projectData.Sum(x => x.TotalWorkingHour),
- // LostWorkingHour = projectData.Sum(x => x.LostWorkingHour),
- // SafeWorkingHour = projectData.Sum(x => x.SafeWorkingHour),
- // SafeTrainNum = projectData.Sum(x => x.SafeTrainNum),
- // SpecialTrainNum = projectData.Sum(x => x.SpecialTrainNum),
- // SpecialOperationTrainNum = projectData.Sum(x => x.SpecialOperationTrainNum),
- // EnvironmentalTrainNum = projectData.Sum(x => x.EnvironmentalTrainNum),
- // TotalEnergyConsumption = totalEnergyConsumption,
- // IncomeComprehensiveEnergyConsumption = incomeComprehensiveEnergyConsumption,
- // NewWaterConsumption = newWaterConsumption,
- // HeadOfficeInspectorGeneralNum = GetHeadOfficeInspectorGeneralNum(),
- // HeadOfficeFullTimeNum = GetHeadOfficeFullTimeNum(),
- // BranchInspectorGeneralNum = GetBranchInspectorGeneralNum(),
- // BranchFullTimeNum = GetBranchFullTimeNum(),
- // ProjectInspectorGeneralNum = projectData.Sum(x => x.ProjectInspectorGeneralNum),
- // ProjectFullTimeNum = projectData.Sum(x => x.ProjectFullTimeNum),
- // ProjectSafetyMonitorNum = projectData.Sum(x => x.ProjectSafetyMonitorNum),
- // SafetyInjectionEngineer = projectData.Sum(x => x.SafetyInjectionEngineer),
- // CertificateANum = projectData.Sum(x => x.CertificateANum),
- // CertificateBNum = projectData.Sum(x => x.CertificateBNum),
- // CertificateCNum = projectData.Sum(x => x.CertificateCNum),
- // SafetyCommitteeMeetingNum = GetSafetyCommitteeMeetingNum(),
- // EnterpriseTopicsMeetingNum = GetEnterpriseTopicsMeetingNum(),
- // ProjectSafetyLeadingGroupMeetingNum = projectData.Sum(x => x.ProjectSafetyLeadingGroupMeetingNum),
- // ProjectSafetyMeetingNum = projectData.Sum(x => x.ProjectSafetyMeetingNum),
- // // CompanyLeadShiftCheckNum = GetCompanyLeadShiftCheckNum(),
- // // CompanyComprehensiveCheckNum = GetCompanyComprehensiveCheckNum(),
- // // CompanySpecialCheckNum = GetCompanySpecialCheckNum(),
- // ProjectLeadShiftCheckNum = projectData.Sum(x => x.ProjectLeadShiftCheckNum),
- // ProjectSpecialCheckNum = projectData.Sum(x => x.ProjectSpecialCheckNum),
- // ProjectMajorCheckNum = projectData.Sum(x => x.ProjectMajorCheckNum),
- // NearMissNum = projectData.Sum(x => x.NearMissNum),
- // RecordableEventNum = projectData.Sum(x => x.RecordableEventNum),
- // GeneralAccidentNum = projectData.Sum(x => x.GeneralAccidentNum),
- // MajorAccidentNum = projectData.Sum(x => x.MajorAccidentNum),
- // SeriousAccidentNum = projectData.Sum(x => x.SeriousAccidentNum),
- // SpecialSeriousAccidentNum = projectData.Sum(x => x.SpecialSeriousAccidentNum),
- // //CompanyComprehensivePlanNum = GetCompanyComprehensivePlan(),
- // // CompanySpecialPlanNum = GetCompanySpecialPlan(),
- // // CompanyOnSiteDisposalPlan = GetCompanyOnSiteDisposalPlan(),
- // // CompanyDrillNum = GetCompanyDrill(),
- // ProjectComprehensivePlanNum = projectData.Sum(x => x.ProjectComprehensivePlanNum),
- // ProjectSpecialPlanNum = projectData.Sum(x => x.ProjectSpecialPlanNum),
- // ProjectOnSiteDisposalPlan = projectData.Sum(x => x.ProjectOnSiteDisposalPlan),
- // ProjectDrillNum = projectData.Sum(x => x.ProjectDrillNum),
- // CostExtract = projectData.Sum(x => x.CostExtract),
- // CostUse = projectData.Sum(x => x.CostUse),
- // UseEquipmentNum = projectData.Sum(x => x.UseEquipmentNum),
- // SpecialEquipmentNum = projectData.Sum(x => x.SpecialEquipmentNum),
- // LicensesNum = projectData.Sum(x => x.LicensesNum),
- // LicensesCloseNum = projectData.Sum(x => x.LicensesCloseNum),
- // GeneralClosedNum = projectData.Sum(x => x.GeneralClosedNum),
- // GeneralNotClosedNum = projectData.Sum(x => x.GeneralNotClosedNum),
- // MajorClosedNum = projectData.Sum(x => x.MajorClosedNum),
- // MajorNotClosedNum = projectData.Sum(x => x.MajorNotClosedNum),
- // GeneralRiskNum = projectData.Sum(x => x.GeneralRiskNum),
- // LowRiskNum = projectData.Sum(x => x.LowRiskNum),
- // MediumRiskNum = projectData.Sum(x => x.MediumRiskNum),
- // HighRiskNum = projectData.Sum(x => x.HighRiskNum),
- // CompletedNum = projectData.Sum(x => x.CompletedNum),
- // TrainPersonNum = projectData.Sum(x => x.TrainPersonNum),
- // ConstructionNum = projectData.Sum(x => x.ConstructionNum),
- // FinishedNum = projectData.Sum(x => x.FinishedNum),
- // SuperCompletedNum = projectData.Sum(x => x.SuperCompletedNum),
- // SuperTrainPersonNum = projectData.Sum(x => x.SuperTrainPersonNum),
- // SuperConstructionNum = projectData.Sum(x => x.SuperConstructionNum),
- // SuperFinishedNum = projectData.Sum(x => x.SuperFinishedNum),
- // CreateMan = Const.sysglyId,
- // CreateDate = DateTime.Now
- // };
- // if (IsReportByToday())
- // {
- // table.Id = GetTodayData().Id;
- // table.State = Const.CNCEC_State_1;
- // UpdateHSSEData_HSSE(table);
- // }
- // else
- // {
- // table.Id = SQLHelper.GetNewID();
- // table.State = Const.CNCEC_State_0;
- // AddHSSEData_HSSE(table);
- // }
-
- // var data = GetItemByHSSEData_HSSE(table, Project_HSSEData_HiddenDangerDetailService.GetTodayModel());
- // return data;
- //}
public static void UpdateHSSEData_HSSE(HSSEData_HSSE newtable)
{
@@ -1198,11 +1174,13 @@ namespace BLL
table.BranchFullTimeNum = newtable.BranchFullTimeNum;
table.ProjectInspectorGeneralNum = newtable.ProjectInspectorGeneralNum;
table.ProjectFullTimeNum = newtable.ProjectFullTimeNum;
+ table.ProjectSubFullTimeNum = newtable.ProjectSubFullTimeNum;
table.ProjectSafetyMonitorNum = newtable.ProjectSafetyMonitorNum;
table.SafetyInjectionEngineer = newtable.SafetyInjectionEngineer;
table.CertificateANum = newtable.CertificateANum;
table.CertificateBNum = newtable.CertificateBNum;
table.CertificateCNum = newtable.CertificateCNum;
+ table.QualityPersonNum = newtable.QualityPersonNum;
table.SafetyCommitteeMeetingNum = newtable.SafetyCommitteeMeetingNum;
table.EnterpriseTopicsMeetingNum = newtable.EnterpriseTopicsMeetingNum;
table.ProjectSafetyLeadingGroupMeetingNum = newtable.ProjectSafetyLeadingGroupMeetingNum;
@@ -1210,6 +1188,9 @@ namespace BLL
table.CompanyLeadShiftCheckNum = newtable.CompanyLeadShiftCheckNum;
table.CompanyComprehensiveCheckNum = newtable.CompanyComprehensiveCheckNum;
table.CompanySpecialCheckNum = newtable.CompanySpecialCheckNum;
+ table.BranchLeadShiftCheckNum = newtable.BranchLeadShiftCheckNum;
+ table.BranchComprehensiveCheckNum = newtable.BranchComprehensiveCheckNum;
+ table.BranchSpecialCheckNum = newtable.BranchSpecialCheckNum;
table.ProjectLeadShiftCheckNum = newtable.ProjectLeadShiftCheckNum;
table.ProjectSpecialCheckNum = newtable.ProjectSpecialCheckNum;
table.ProjectMajorCheckNum = newtable.ProjectMajorCheckNum;
@@ -1222,8 +1203,13 @@ namespace BLL
table.CompanyComprehensivePlanNum = newtable.CompanyComprehensivePlanNum;
table.CompanySpecialPlanNum = newtable.CompanySpecialPlanNum;
table.CompanyOnSiteDisposalPlan = newtable.CompanyOnSiteDisposalPlan;
+ table.BranchComprehensivePlanNum = newtable.BranchComprehensivePlanNum;
+ table.BranchSpecialPlanNum = newtable.BranchSpecialPlanNum;
+ table.BranchOnSiteDisposalPlan = newtable.BranchOnSiteDisposalPlan;
table.CompanyDrillNum = newtable.CompanyDrillNum;
table.CompanyDrillPersonNum = newtable.CompanyDrillPersonNum;
+ table.BranchDrillNum = newtable.BranchDrillNum;
+ table.BranchDrillPersonNum = newtable.BranchDrillPersonNum;
table.ProjectComprehensivePlanNum = newtable.ProjectComprehensivePlanNum;
table.ProjectSpecialPlanNum = newtable.ProjectSpecialPlanNum;
table.ProjectOnSiteDisposalPlan = newtable.ProjectOnSiteDisposalPlan;
@@ -1245,11 +1231,13 @@ namespace BLL
table.HighRiskNum = newtable.HighRiskNum;
table.CompletedNum = newtable.CompletedNum;
table.TrainPersonNum = newtable.TrainPersonNum;
+ table.OperativesNum = newtable.OperativesNum;
table.ConstructionNum = newtable.ConstructionNum;
table.FinishedNum = newtable.FinishedNum;
table.ArgumentNum = newtable.ArgumentNum;
table.SuperCompletedNum = newtable.SuperCompletedNum;
table.SuperTrainPersonNum = newtable.SuperTrainPersonNum;
+ table.SuperOperativesNum = newtable.SuperOperativesNum;
table.SuperConstructionNum = newtable.SuperConstructionNum;
table.SuperFinishedNum = newtable.SuperFinishedNum;
table.SuperArgumentNum = newtable.SuperArgumentNum;
@@ -1263,7 +1251,6 @@ namespace BLL
-
#region 安监人员数据
///
/// 获取企业总部总监人数
@@ -1469,24 +1456,31 @@ namespace BLL
///
public static List GetProjectFullTime()
{
+ string ThisUnitId = CommonService.GetThisUnitId();
var result = (from x in Funs.DB.SitePerson_Person
join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
from p in pGroup.DefaultIfEmpty()
join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
from u in uGroup.DefaultIfEmpty()
- join y in Funs.DB.Base_WorkPost on x.WorkPostId equals y.WorkPostId
+ join y in Funs.DB.Base_WorkPost on x.WorkPostId equals y.WorkPostId into yGroup
+ from y in yGroup.DefaultIfEmpty()
+ join z in Funs.DB.Base_Post on x.WorkPostId equals z.PostId into zGroup
+ from z in zGroup.DefaultIfEmpty()
where BeUnderConstructionList.Contains(p.ProjectId) && y.IsHsse == true && x.IsUsed == true && x.IdentityCard != null
select new Model.OfSafetySupervisorsOutput
{
ProjectId = x.ProjectId,
ProjectName = p.ProjectName,
+ ProjectFromUnitId = p.UnitId,
UnitId = u.UnitId,
UnitName = u.UnitName,
Name = x.PersonName,
Sex = x.Sex == null ? "" : (x.Sex == "1" ? "男" : "女"),
IdentityCard = x.IdentityCard,
- WorkPostName = PostService.GetPostNameById(x.WorkPostId),
- Phone = x.Telephone
+ WorkPostName = y.WorkPostName == null ? "" : y.WorkPostName,
+ Phone = x.Telephone,
+ // IsOffice=(u.UnitId== ThisUnitId?true:false)
+ IsOffice = u.UnitId == null ? false : (u.UnitId == ThisUnitId || u.IsBranch == true ? true : false)
}).ToList();
result = result
.GroupBy(x => x.IdentityCard)
@@ -1798,6 +1792,47 @@ namespace BLL
{
return await Task.Run(GetCertificateC);
}
+
+ ///
+ /// 获取在岗特种作业人员数量
+ ///
+ ///
+ public static List GetQualityPersonNum()
+ {
+ var result = (from x in Funs.DB.QualityAudit_PersonQuality
+ join p in Funs.DB.SitePerson_Person on x.PersonId equals p.PersonId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ join bp in Funs.DB.Base_Project on p.ProjectId equals bp.ProjectId into bpGroup
+ from bp in bpGroup.DefaultIfEmpty()
+ join u in Funs.DB.Base_Unit on p.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ join y in Funs.DB.QualityAudit_PersonQuality on x.PersonId equals y.PersonId
+ join m in Funs.DB.Base_WorkPost on p.WorkPostId equals m.WorkPostId into mGroup
+ from m in mGroup.DefaultIfEmpty()
+ where BeUnderConstructionList.Contains(p.ProjectId) && p.IsUsed == true && m.PostType == Const.PostType_2 && (x.LimitDate == null || x.LimitDate < DateTime.Now)
+ select new Model.OfSafetySupervisorsOutput
+ {
+ ProjectId = p.ProjectId,
+ ProjectName = bp.ProjectName,
+ UnitId = u.UnitId,
+ UnitName = u.UnitName,
+ Name = p.PersonName,
+ Sex = p.Sex == null ? "" : (p.Sex == "1" ? "男" : "女"),
+ IdentityCard = p.IdentityCard,
+ WorkPostName = m.WorkPostName == null ? "" : m.WorkPostName,
+ Phone = p.Telephone
+ }).ToList();
+ return result;
+ }
+ ///
+ /// 获取在岗特种作业人员数量(异步)
+ ///
+ ///
+ public static async Task> GetQualityPersonNumAsync()
+ {
+ return await Task.Run(GetQualityPersonNum);
+ }
+
#endregion
#region 安全会议数据
@@ -2045,6 +2080,8 @@ namespace BLL
#region 安全监督检查数据
+ #region 企业级-本单位
+
///
/// 获取企业负责人带班检查次数
///
@@ -2056,7 +2093,9 @@ namespace BLL
from p in pGroup.DefaultIfEmpty()
join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
from u in uGroup.DefaultIfEmpty()
- where x.CheckType == "1" && x.CheckDate > Const.DtmarkTime
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.UnitId == CommonService.GetThisUnitId() && x.CheckMainType == "0" && x.CheckType == "1" && x.CheckDate > Const.DtmarkTime
select new Model.CheckOutput()
{
ProjectId = x.ProjectId,
@@ -2078,8 +2117,6 @@ namespace BLL
return await Task.Run(GetCompanyLeadShiftCheck);
}
-
-
///
/// 获取企业综合检查次数
///
@@ -2091,7 +2128,9 @@ namespace BLL
from p in pGroup.DefaultIfEmpty()
join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
from u in uGroup.DefaultIfEmpty()
- where x.CheckType == "2" && x.CheckDate > Const.DtmarkTime
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.UnitId == CommonService.GetThisUnitId() && x.CheckMainType == "0" && x.CheckType == "2" && x.CheckDate > Const.DtmarkTime
select new Model.CheckOutput()
{
ProjectId = x.ProjectId,
@@ -2102,6 +2141,7 @@ namespace BLL
CheckTeam = x.CheckTeam,
CheckDate = x.CheckDate,
});
+
return result.ToList();
}
///
@@ -2124,7 +2164,9 @@ namespace BLL
from p in pGroup.DefaultIfEmpty()
join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
from u in uGroup.DefaultIfEmpty()
- where x.CheckType == "3" && x.CheckDate > Const.DtmarkTime
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.UnitId == CommonService.GetThisUnitId() && x.CheckMainType == "0" && x.CheckType == "3" && x.CheckDate > Const.DtmarkTime
select new Model.CheckOutput()
{
ProjectId = x.ProjectId,
@@ -2145,12 +2187,147 @@ namespace BLL
{
return await Task.Run(GetCompanySpecialCheck);
}
+
+ #endregion
+
+ #region 分支机构
+
+ ///
+ /// 获取分支机构企业负责人带班检查次数
+ ///
+ ///
+ public static List GetBranchLeadShiftCheck()
+ {
+ var result = (from x in Funs.DB.Supervise_SuperviseCheckReport
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.IsBranch == true && x.CheckMainType == "0" && x.CheckType == "1" && x.CheckDate > Const.DtmarkTime
+ select new Model.CheckOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitId = x.UnitId,
+ UnitName = u.UnitName,
+ Id = x.SuperviseCheckReportId,
+ CheckTeam = x.CheckTeam,
+ CheckDate = x.CheckDate,
+ });
+ return result.ToList();
+ }
+ ///
+ /// 获取分支机构企业负责人带班检查次数(异步)
+ ///
+ ///
+ public static async Task> GetBranchLeadShiftCheckAsync()
+ {
+ return await Task.Run(GetBranchLeadShiftCheck);
+ }
+
+ ///
+ /// 获取分支机构企业综合检查次数
+ ///
+ ///
+ public static List GetBranchComprehensiveCheck()
+ {
+ var result = (from x in Funs.DB.Supervise_SuperviseCheckReport
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.IsBranch == true && x.CheckMainType == "0" && x.CheckType == "2" && x.CheckDate > Const.DtmarkTime
+ select new Model.CheckOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitId = x.UnitId,
+ UnitName = u.UnitName,
+ Id = x.SuperviseCheckReportId,
+ CheckTeam = x.CheckTeam,
+ CheckDate = x.CheckDate,
+ });
+ return result.ToList();
+ }
+ ///
+ /// 获取分支机构企业综合检查次数(异步)
+ ///
+ ///
+ public static async Task> GetBranchComprehensiveCheckAsync()
+ {
+ return await Task.Run(GetBranchComprehensiveCheck);
+ }
+
+ ///
+ /// 获取分支机构企业专项检查次数
+ ///
+ ///
+ public static List GetBranchSpecialCheck()
+ {
+ var result = (from x in Funs.DB.Supervise_SuperviseCheckReport
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ join cu in Funs.DB.Base_Unit on x.CheckUnitId equals cu.UnitId into cuGroup
+ from cu in cuGroup.DefaultIfEmpty()
+ where cu.IsBranch == true && x.CheckMainType == "0" && x.CheckType == "3" && x.CheckDate > Const.DtmarkTime
+ select new Model.CheckOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitId = x.UnitId,
+ UnitName = u.UnitName,
+ Id = x.SuperviseCheckReportId,
+ CheckTeam = x.CheckTeam,
+ CheckDate = x.CheckDate,
+ });
+ return result.ToList();
+ }
+ ///
+ /// 获取分支机构企业专项检查次数(异步)
+ ///
+ ///
+ public static async Task> GetBranchSpecialCheckAsync()
+ {
+ return await Task.Run(GetBranchSpecialCheck);
+ }
+
+ #endregion
+
+ #region 项目级
+
///
/// 获取项目负责人带班检查次数
///
///
public static List GetProjectLeadShiftCheck()
{
+ // 先批量获取所有需要的UnitIds和LeaderIds
+ var unitIds = Funs.DB.Check_ProjectLeaderCheck
+ .Where(x => BeUnderConstructionList.Contains(x.ProjectId) && x.CheckDate > Const.DtmarkTime)
+ .Select(x => x.UnitIds).Distinct().ToList();
+ Dictionary unitNames = new Dictionary();
+ foreach (var item in unitIds)
+ {
+ unitNames.Add(item ?? "null", UnitService.getUnitNamesUnitIds(item));
+
+ }
+
+ var leaderIds = Funs.DB.Check_ProjectLeaderCheck
+ .Where(x => BeUnderConstructionList.Contains(x.ProjectId) && x.CheckDate > Const.DtmarkTime)
+ .Select(x => x.LeaderIds).Distinct().ToList();
+ Dictionary leaderNames = new Dictionary();
+ foreach (var item in leaderIds)
+ {
+ leaderNames.Add(item ?? "null", UserService.getUserNamesUserIds(item));
+
+ }
+
var result = (from x in Funs.DB.Check_ProjectLeaderCheck
join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
from p in pGroup.DefaultIfEmpty()
@@ -2159,9 +2336,9 @@ namespace BLL
{
ProjectId = x.ProjectId,
ProjectName = p.ProjectName,
- UnitName = UnitService.getUnitNamesUnitIds(x.UnitIds),
+ UnitName = unitNames[x.UnitIds ?? "null"], // 从预加载的字典中获取
Id = x.ProjectLeaderCheckId,
- CheckTeam = UserService.getUserNamesUserIds(x.LeaderIds),
+ CheckTeam = leaderNames[x.LeaderIds ?? "null"], // 从预加载的字典中获取
CheckDate = x.CheckDate,
});
return result.ToList();
@@ -2181,6 +2358,15 @@ namespace BLL
///
public static List GetProjectSpecialCheck()
{
+ var unitIds = Funs.DB.Check_CheckSpecial
+ .Where(x => BeUnderConstructionList.Contains(x.ProjectId) && x.CheckTime > Const.DtmarkTime)
+ .Select(x => x.PartInUnits).Distinct().ToList();
+ Dictionary unitNames = new Dictionary();
+ foreach (var item in unitIds)
+ {
+ unitNames.Add(item ?? "null", UnitService.getUnitNamesUnitIds(item));
+
+ }
var result = (from x in Funs.DB.Check_CheckSpecial
join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
from p in pGroup.DefaultIfEmpty()
@@ -2189,7 +2375,7 @@ namespace BLL
{
ProjectId = x.ProjectId,
ProjectName = p.ProjectName,
- UnitName = UnitService.getUnitNamesUnitIds(x.PartInUnits),
+ UnitName = unitNames[x.PartInUnits ?? "null"],
Id = x.CheckSpecialId,
CheckTeam = x.PartInPersonNames,
CheckDate = x.CheckTime,
@@ -2239,6 +2425,9 @@ namespace BLL
{
return await Task.Run(GetProjectMajorCheck);
}
+
+ #endregion
+
#endregion
#region 应急管理数据
@@ -2250,7 +2439,9 @@ namespace BLL
{
var result = (from x in Funs.DB.Emergency_EmergencyList_Unit
join y in Funs.DB.Base_EmergencyType on x.EmergencyTypeId equals y.EmergencyTypeId
- where y.EmergencyTypeName.Contains("综合") && x.CompileDate > Const.DtmarkTime
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.UnitId == CommonService.GetThisUnitId() && y.EmergencyTypeName.Contains("综合") && x.CompileDate > Const.DtmarkTime
select new Model.EmergencyOutput
{
ProjectId = x.ProjectId,
@@ -2282,7 +2473,9 @@ namespace BLL
{
var result = (from x in Funs.DB.Emergency_EmergencyList_Unit
join y in Funs.DB.Base_EmergencyType on x.EmergencyTypeId equals y.EmergencyTypeId
- where y.EmergencyTypeName.Contains("专项") && x.CompileDate > Const.DtmarkTime
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.UnitId == CommonService.GetThisUnitId() && y.EmergencyTypeName.Contains("专项") && x.CompileDate > Const.DtmarkTime
select new Model.EmergencyOutput
{
ProjectId = x.ProjectId,
@@ -2314,7 +2507,9 @@ namespace BLL
{
var result = (from x in Funs.DB.Emergency_EmergencyList_Unit
join y in Funs.DB.Base_EmergencyType on x.EmergencyTypeId equals y.EmergencyTypeId
- where y.EmergencyTypeName.Contains("现场处置") && x.CompileDate > Const.DtmarkTime
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.UnitId == CommonService.GetThisUnitId() && y.EmergencyTypeName.Contains("现场处置") && x.CompileDate > Const.DtmarkTime
select new Model.EmergencyOutput
{
ProjectId = x.ProjectId,
@@ -2338,6 +2533,109 @@ namespace BLL
return await Task.Run(GetCompanyOnSiteDisposalPlan);
}
+
+ ///
+ /// 获取分支机构综合预案数
+ ///
+ ///
+ public static List GetBranchComprehensivePlan()
+ {
+ var result = (from x in Funs.DB.Emergency_EmergencyList_Unit
+ join y in Funs.DB.Base_EmergencyType on x.EmergencyTypeId equals y.EmergencyTypeId
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.IsBranch == true && y.EmergencyTypeName.Contains("综合") && x.CompileDate > Const.DtmarkTime
+ select new Model.EmergencyOutput
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = ProjectService.GetProjectNameByProjectId(x.ProjectId),
+ UnitId = x.UnitId,
+ UnitName = UnitService.GetUnitNameByUnitId(x.UnitId),
+ Id = x.EmergencyListId,
+ EmergencyName = x.EmergencyName,
+ EmergencyTypeName = y.EmergencyTypeName,
+ VersionCode = x.VersionCode,
+ Date = x.CompileDate,
+ }).ToList();
+ return result;
+ }
+ ///
+ /// 获取分支机构综合预案数(异步)
+ ///
+ ///
+ public static async Task> GetBranchComprehensivePlanAsync()
+ {
+ return await Task.Run(GetBranchComprehensivePlan);
+ }
+
+ ///
+ /// 获取分支机构专项预案数
+ ///
+ ///
+ public static List GetBranchSpecialPlan()
+ {
+ var result = (from x in Funs.DB.Emergency_EmergencyList_Unit
+ join y in Funs.DB.Base_EmergencyType on x.EmergencyTypeId equals y.EmergencyTypeId
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.IsBranch == true && y.EmergencyTypeName.Contains("专项") && x.CompileDate > Const.DtmarkTime
+ select new Model.EmergencyOutput
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = ProjectService.GetProjectNameByProjectId(x.ProjectId),
+ UnitId = x.UnitId,
+ UnitName = UnitService.GetUnitNameByUnitId(x.UnitId),
+ Id = x.EmergencyListId,
+ EmergencyName = x.EmergencyName,
+ EmergencyTypeName = y.EmergencyTypeName,
+ VersionCode = x.VersionCode,
+ Date = x.CompileDate,
+ }).ToList();
+ return result;
+ }
+ ///
+ /// 获取分支机构专项预案数(异步)
+ ///
+ ///
+ public static async Task> GetBranchSpecialPlanAsync()
+ {
+ return await Task.Run(GetBranchSpecialPlan);
+ }
+
+ ///
+ /// 获取分支机构现场处置预案
+ ///
+ ///
+ public static List GetBranchOnSiteDisposalPlan()
+ {
+ var result = (from x in Funs.DB.Emergency_EmergencyList_Unit
+ join y in Funs.DB.Base_EmergencyType on x.EmergencyTypeId equals y.EmergencyTypeId
+ join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.IsBranch == true && y.EmergencyTypeName.Contains("现场处置") && x.CompileDate > Const.DtmarkTime
+ select new Model.EmergencyOutput
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = ProjectService.GetProjectNameByProjectId(x.ProjectId),
+ UnitId = x.UnitId,
+ UnitName = UnitService.GetUnitNameByUnitId(x.UnitId),
+ Id = x.EmergencyListId,
+ EmergencyName = x.EmergencyName,
+ EmergencyTypeName = y.EmergencyTypeName,
+ VersionCode = x.VersionCode,
+ Date = x.CompileDate,
+ }).ToList();
+ return result;
+ }
+ ///
+ /// 获取分支机构现场处置预案(异步)
+ ///
+ ///
+ public static async Task> GetBranchOnSiteDisposalPlanAsync()
+ {
+ return await Task.Run(GetBranchOnSiteDisposalPlan);
+ }
+
///
/// 获取企业级演练次数
///
@@ -2346,8 +2644,9 @@ namespace BLL
{
var result = (from x in Funs.DB.Emergency_DrillRecordList_Unit
join y in Funs.DB.Sys_Const on x.DrillRecordType equals y.ConstValue
- where y.GroupId == "DrillRecordType"
- where x.CompileDate > Const.DtmarkTime
+ join u in Funs.DB.Base_Unit on x.UnitIds equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.UnitId == CommonService.GetThisUnitId() && y.GroupId == "DrillRecordType" && x.CompileDate > Const.DtmarkTime
select new Model.EmergencyOutput
{
ProjectId = x.ProjectId,
@@ -2371,6 +2670,40 @@ namespace BLL
{
return await Task.Run(GetCompanyDrill);
}
+ ///
+ /// 获取分支机构演练次数
+ ///
+ ///
+ public static List GetBranchDrill()
+ {
+ var result = (from x in Funs.DB.Emergency_DrillRecordList_Unit
+ join y in Funs.DB.Sys_Const on x.DrillRecordType equals y.ConstValue
+ join u in Funs.DB.Base_Unit on x.UnitIds equals u.UnitId into uGroup
+ from u in uGroup.DefaultIfEmpty()
+ where u.IsBranch == true && y.GroupId == "DrillRecordType" && x.CompileDate > Const.DtmarkTime
+ select new Model.EmergencyOutput
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = ProjectService.GetProjectNameByProjectId(x.ProjectId),
+ UnitId = x.UnitIds,
+ UnitName = UnitService.getUnitNamesUnitIds(x.UnitIds),
+ Id = x.DrillRecordListId,
+ EmergencyName = x.DrillRecordName,
+ EmergencyTypeName = y.ConstText,
+ Date = x.DrillRecordDate,
+ DrillCost = x.DrillCost,
+ JointPersonNum = x.JointPersonNum,
+ }).ToList();
+ return result;
+ }
+ ///
+ /// 获取分支机构演练次数(异步)
+ ///
+ ///
+ public static async Task> GetBranchDrillAsync()
+ {
+ return await Task.Run(GetBranchDrill);
+ }
///
/// 获取项目级综合预案
@@ -3001,18 +3334,18 @@ namespace BLL
public static List GetHseTechnical()
{
var result = (from x in Funs.DB.License_HSETechnical
- join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
- from p in pGroup.DefaultIfEmpty()
- where BeUnderConstructionList.Contains(x.ProjectId)
- select new Model.LicenseHSETechnicalOutput()
- {
- ProjectId = x.ProjectId,
- ProjectName = p.ProjectName,
- UnitName = UnitService.getUnitNamesUnitIds(x.UnitId),
- Id = x.HSETechnicalId,
- HSETechnicalCode = x.HSETechnicalCode,
- WorkContents = x.WorkContents
- }).ToList();
+ join p in Funs.DB.Base_Project on x.ProjectId equals p.ProjectId into pGroup
+ from p in pGroup.DefaultIfEmpty()
+ where BeUnderConstructionList.Contains(x.ProjectId)
+ select new Model.LicenseHSETechnicalOutput()
+ {
+ ProjectId = x.ProjectId,
+ ProjectName = p.ProjectName,
+ UnitName = UnitService.getUnitNamesUnitIds(x.UnitId),
+ Id = x.HSETechnicalId,
+ HSETechnicalCode = x.HSETechnicalCode,
+ WorkContents = x.WorkContents
+ }).ToList();
return result;
}
@@ -4011,5 +4344,193 @@ namespace BLL
return result;
}
}
+
+
+
+ #region 推送企业级检查明细数据检查
+
+ ///
+ /// 推送企业级检查明细数据检查
+ ///
+ ///
+ public static ReturnData PushSuperviseCheckReportData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+
+ var items = (from x in db.Supervise_SuperviseCheckReport
+ join P in db.Base_Project on x.ProjectId equals P.ProjectId into PJ
+ from P in PJ.DefaultIfEmpty()
+ join U in db.Base_Unit on x.UnitId equals U.UnitId into UJ
+ from U in UJ.DefaultIfEmpty()
+ join CU in db.Base_Unit on x.CheckUnitId equals CU.UnitId into CUJ
+ from CU in CUJ.DefaultIfEmpty()
+ where (x.IsUpdate == null || x.IsUpdate == false) && x.CheckDate > BLL.Const.DtmarkTime
+ select new Model.SuperviseCheckReportItem
+ {
+ Id = x.SuperviseCheckReportId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CheckDate,
+ AttachFile = AttachFileService.getFileUrl(x.SuperviseCheckReportId.ToString()),
+ SuperviseCheckReportCode = x.SuperviseCheckReportCode,
+ CheckDate = x.CheckDate,
+ UnitId = x.UnitId,
+ UnitName = U.UnitName,
+ CheckTeam = x.CheckTeam,
+ CheckType = x.CheckType,
+ CheckTypeName = x.CheckType == "1" ? "企业负责人带班检查" :
+ x.CheckType == "2" ? "企业综合检查" :
+ x.CheckType == "3" ? "企业专项检查" : "",
+ CheckMainType = x.CheckMainType,
+ CheckMainTypeName = x.CheckMainType == "0" ? "安全" :
+ x.CheckMainType == "1" ? "质量" : "",
+ CheckUnitId = x.CheckUnitId,
+ CheckUnitName = CU.UnitName,
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+ foreach (var superviseCheckReportItem in items)
+ {
+ List detailItems = getDetail(superviseCheckReportItem.Id, thisUnit);
+ superviseCheckReportItem.SuperviseCheckReportDetail = detailItems;
+ }
+
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/SaveSuperviseCheckReportData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.Supervise_SuperviseCheckReport.FirstOrDefault(x =>
+ x.SuperviseCheckReportId == item.Id && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有企业级检查明细数据检查数据";
+ }
+
+ return responeData;
+ }
+
+ #region 转换字符串
+
+ ///
+ /// 获取明细
+ ///
+ ///
+ ///
+ public static List getDetail(string SuperviseCheckReportId,
+ Model.Base_Unit thisUnit)
+ {
+ List detailItems = null;
+ if (!string.IsNullOrEmpty(SuperviseCheckReportId))
+ {
+ detailItems = (from x in Funs.DB.View_Supervise_SuperviseCheckReportItem
+ where x.SuperviseCheckReportId == SuperviseCheckReportId
+ select new Model.SuperviseCheckReportDetailItem
+ {
+ Id = x.SuperviseCheckReportItemId,
+ SourceUnitId = thisUnit.UnitId,
+ // ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ // DataDate = x.CheckDate,
+ AttachFile = AttachFileService.getFileUrl(x.SuperviseCheckReportItemId.ToString()),
+ SuperviseCheckReportId = x.SuperviseCheckReportId,
+ RectifyItemId = x.RectifyItemId,
+ IsSelected = x.IsSelected,
+ HazardSourcePoint = x.HazardSourcePoint,
+ RiskAnalysis = x.RiskAnalysis,
+ RiskPrevention = x.RiskPrevention,
+ SimilarRisk = x.SimilarRisk,
+ RectifyName = x.RectifyName,
+ RectifyCode = x.RectifyCode,
+ }).ToList();
+ }
+
+ return detailItems;
+ }
+
+ #endregion
+
+ #endregion
+
+ #region 删除企业级检查明细数据检查
+
+ ///
+ /// 删除企业级检查明细数据检查
+ ///
+ ///
+ public static ReturnData DeleteSuperviseCheckReportData(string Id)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Supervise_SuperviseCheckReport
+ join P in db.Base_Project on x.ProjectId equals P.ProjectId into PJ
+ from P in PJ.DefaultIfEmpty()
+ join U in db.Base_Unit on x.UnitId equals U.UnitId into UJ
+ from U in UJ.DefaultIfEmpty()
+ join CU in db.Base_Unit on x.CheckUnitId equals CU.UnitId into CUJ
+ from CU in CUJ.DefaultIfEmpty()
+ where x.SuperviseCheckReportId == Id
+ select new Model.SuperviseCheckReportItem
+ {
+ Id = x.SuperviseCheckReportId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CheckDate,
+ AttachFile = AttachFileService.getFileUrl(x.SuperviseCheckReportId.ToString()),
+ SuperviseCheckReportCode = x.SuperviseCheckReportCode,
+ CheckDate = x.CheckDate,
+ UnitId = x.UnitId,
+ UnitName = U.UnitName,
+ CheckTeam = x.CheckTeam,
+ CheckType = x.CheckType,
+ CheckTypeName = x.CheckType == "1" ? "企业负责人带班检查" :
+ x.CheckType == "2" ? "企业综合检查" :
+ x.CheckType == "3" ? "企业专项检查" : "",
+ CheckMainType = x.CheckMainType,
+ CheckMainTypeName = x.CheckMainType == "0" ? "安全" :
+ x.CheckMainType == "1" ? "质量" : "",
+ CheckUnitId = x.CheckUnitId,
+ CheckUnitName = CU.UnitName,
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/DeleteSuperviseCheckReportData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
}
}
\ No newline at end of file
diff --git a/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_CQMSDataService.cs b/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_CQMSDataService.cs
index f5dab6f0..07365c68 100644
--- a/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_CQMSDataService.cs
+++ b/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_CQMSDataService.cs
@@ -61,6 +61,10 @@ namespace BLL
///
SpecialEquipmentAndDesignDetails,
///
+ /// 设备报验报检
+ ///
+ InspectionMachineEquipment,
+ ///
/// 全部数据
///
All
@@ -181,11 +185,15 @@ namespace BLL
ReportDate = newtable.ReportDate,
TrainPersonNum = newtable.TrainPersonNum,
TechnicalDisclosePersonNum = newtable.TechnicalDisclosePersonNum,
+ ComprehensiveReviewDrawingsNum = newtable.ComprehensiveReviewDrawingsNum,
+ ComprehensiveConTechnologyDisclosureNum = newtable.ComprehensiveConTechnologyDisclosureNum,
+ ComprehensiveConTechnologyDisclosurePersonNum = newtable.ComprehensiveConTechnologyDisclosurePersonNum,
UseNum = newtable.UseNum,
OKNum = newtable.OKNum,
CompanyPersonNum = newtable.CompanyPersonNum,
BranchPersonNum = newtable.BranchPersonNum,
ProjectPersonNum = newtable.ProjectPersonNum,
+ ProjectSubPersonNum = newtable.ProjectSubPersonNum,
ProblemNum = newtable.ProblemNum,
ProblemCompletedNum = newtable.ProblemCompletedNum,
ProblemNotCompletedNum = newtable.ProblemNotCompletedNum,
@@ -226,7 +234,9 @@ namespace BLL
SubProjectAcceptNum = newtable.SubProjectAcceptNum,
SubProjectAcceptOKNum = newtable.SubProjectAcceptOKNum,
SubdivisionalWorksAcceptNum = newtable.SubdivisionalWorksAcceptNum,
- SubdivisionalWorksAcceptOKNum = newtable.SubdivisionalWorksAcceptOKNum
+ SubdivisionalWorksAcceptOKNum = newtable.SubdivisionalWorksAcceptOKNum,
+ InspectionMachineNum = newtable.InspectionMachineNum,
+ InspectionMachineQualifiedNum = newtable.InspectionMachineQualifiedNum,
};
db.Project_CQMSData_CQMS.InsertOnSubmit(table);
db.SubmitChanges();
@@ -252,11 +262,15 @@ namespace BLL
table.ReportDate = newtable.ReportDate;
table.TrainPersonNum = newtable.TrainPersonNum;
table.TechnicalDisclosePersonNum = newtable.TechnicalDisclosePersonNum;
+ table.ComprehensiveConTechnologyDisclosureNum = newtable.ComprehensiveConTechnologyDisclosureNum;
+ table.ComprehensiveConTechnologyDisclosurePersonNum = newtable.ComprehensiveConTechnologyDisclosurePersonNum;
+ table.ComprehensiveReviewDrawingsNum = newtable.ComprehensiveReviewDrawingsNum;
table.UseNum = newtable.UseNum;
table.OKNum = newtable.OKNum;
table.CompanyPersonNum = newtable.CompanyPersonNum;
table.BranchPersonNum = newtable.BranchPersonNum;
table.ProjectPersonNum = newtable.ProjectPersonNum;
+ table.ProjectSubPersonNum = newtable.ProjectSubPersonNum;
table.ProblemNum = newtable.ProblemNum;
table.ProblemCompletedNum = newtable.ProblemCompletedNum;
table.ProblemNotCompletedNum = newtable.ProblemNotCompletedNum;
@@ -298,6 +312,8 @@ namespace BLL
table.SubProjectAcceptOKNum = newtable.SubProjectAcceptOKNum;
table.SubdivisionalWorksAcceptNum = newtable.SubdivisionalWorksAcceptNum;
table.SubdivisionalWorksAcceptOKNum = newtable.SubdivisionalWorksAcceptOKNum;
+ table.InspectionMachineNum = newtable.InspectionMachineNum;
+ table.InspectionMachineQualifiedNum = newtable.InspectionMachineQualifiedNum;
db.SubmitChanges();
}
}
@@ -495,6 +511,17 @@ namespace BLL
{
table.SpecialEquipmentQualityAssuranceSystemNum = GetSpecialEquipmentQualityAssuranceSystemNum(projectid);
table.DesignDetailsNum = GetTechnicalDisclosePersonNum(projectid);
+ table.ComprehensiveConTechnologyDisclosureNum = GetComprehensiveConTechnologyDisclosureNum(projectid);
+ table.ComprehensiveConTechnologyDisclosurePersonNum = GetComprehensiveConTechnologyDisclosurePersonNum(projectid);
+ table.ComprehensiveReviewDrawingsNum = GetComprehensiveReviewDrawings(projectid);
+ }
+ if (cQMSDateType == CQMSDateType.InspectionMachineEquipment || cQMSDateType == CQMSDateType.All)
+ {
+ //table.InspectionMachineNum = GetInspectionMachineEquipmentNum(projectid);
+ //table.InspectionMachineQualifiedNum = GetInspectionMachineEquipmentQualifiedNum(projectid);
+
+ table.InspectionMachineNum = GetComprehensiveInspectionEquipmentNum(projectid);
+ table.InspectionMachineQualifiedNum = GetComprehensiveInspectionEquipmentOKNum(projectid);
}
if (IsReportByToday(projectid))
@@ -519,7 +546,7 @@ namespace BLL
return result;
}
///
- /// 获取技术交底人次数
+ /// 获取设计交底人次数
///
///
public static int GetTechnicalDisclosePersonNum(string projectid)
@@ -531,6 +558,40 @@ namespace BLL
return q;
}
///
+ /// 获取施工技术交底数
+ ///
+ ///
+ public static int GetComprehensiveConTechnologyDisclosureNum(string projectid)
+ {
+ var result = (from x in Funs.DB.Comprehensive_ConTechnologyDisclosure
+ where x.ProjectId == projectid && x.CompileDate > Const.DtmarkTime
+ select x).ToList().Count();
+ return result;
+ }
+ ///
+ /// 获取施工技术交底人数
+ ///
+ ///
+ public static int GetComprehensiveConTechnologyDisclosurePersonNum(string projectid)
+ {
+ var result = (from x in Funs.DB.Comprehensive_ConTechnologyDisclosure
+ where x.ProjectId == projectid && x.CompileDate > Const.DtmarkTime
+ select x.DisclosurePersonNum).ToList().Sum(x => x.Value);
+ var q = Funs.GetNewIntOrZero(result.ToString());
+ return q;
+ }
+ ///
+ /// 获取图纸会审
+ ///
+ ///
+ public static int GetComprehensiveReviewDrawings(string projectid)
+ {
+ var result = (from x in Funs.DB.Comprehensive_ReviewDrawings
+ where x.ProjectId == projectid && x.CreateDate > Const.DtmarkTime
+ select x).ToList().Count();
+ return result;
+ }
+ ///
/// 获取在用计量器具数
///
///
@@ -876,7 +937,7 @@ namespace BLL
public static int GetComprehensiveInspectionEquipmentNum(string projectid)
{
int result = (from x in Funs.DB.Comprehensive_InspectionEquipment
- where x.ProjectId == projectid && x.CompileDate > Const.DtmarkTime
+ where x.ProjectId == projectid && x.EquipmentOrMatail == "设备" && x.CompileDate > Const.DtmarkTime
select x).Count();
return result;
}
@@ -888,7 +949,7 @@ namespace BLL
public static int GetComprehensiveInspectionEquipmentOKNum(string projectid)
{
int result = (from x in Funs.DB.Comprehensive_InspectionEquipment
- where x.ProjectId == projectid && x.SamplingResult == "1" && x.CompileDate > Const.DtmarkTime
+ where x.ProjectId == projectid && x.EquipmentOrMatail == "设备" && x.SamplingResult == "1" && x.CompileDate > Const.DtmarkTime
select x).Count();
return result;
}
@@ -949,7 +1010,9 @@ namespace BLL
///
public static int GetComprehensiveInspectionMaterialNum(string projectid)
{
- var result = 0;
+ int result = (from x in Funs.DB.Comprehensive_InspectionEquipment
+ where x.ProjectId == projectid && x.EquipmentOrMatail == "材料" && x.CompileDate > Const.DtmarkTime
+ select x).Count();
return result;
}
@@ -959,7 +1022,9 @@ namespace BLL
///
public static int GetComprehensiveInspectionMaterialOKNum(string projectid)
{
- var result = 0;
+ int result = (from x in Funs.DB.Comprehensive_InspectionEquipment
+ where x.ProjectId == projectid && x.EquipmentOrMatail == "材料" && x.SamplingResult == "1" && x.CompileDate > Const.DtmarkTime
+ select x).Count();
return result;
}
@@ -1040,5 +1105,348 @@ namespace BLL
}
#endregion
+
+ #region 推送项目质量巡检数据
+
+ ///
+ /// 推送项目质量巡检数据
+ ///
+ ///
+ public static ReturnData PushProjectHazardRegisterData()
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.View_Hazard_HazardRegister
+ where x.IsUpdate == null || x.IsUpdate == false
+ select new Model.Hazard_HazardRegisterItem
+ {
+ HazardRegisterId = x.HazardRegisterId,
+ SourceUnitId = thisUnit.UnitId,
+ RegisterDate = x.RegisterDate,
+ RegisterDef = x.RegisterDef,
+ Rectification = x.Rectification,
+ WorkAreaName = x.WorkAreaName,
+ ResponsibilityUnitName = x.ResponsibilityUnitName,
+ ResponsibilityUnitCollCropCode = x.ResponsibilityUnitCollCropCode,
+ Risk_Level = x.Risk_Level,
+ ProjectId = x.ProjectId,
+ ProjectName = x.ProjectName,
+ States = x.States,
+ StatesStr = x.StatesStr,
+ ResponsibilityManName = x.ResponsibilityManName,
+ CheckManName = x.CheckManName,
+ CheckTime = x.CheckTime,
+ RectificationPeriod = x.RectificationPeriod,
+ ImageUrl = x.ImageUrl,
+ ImageUrlFileContext = AttachFileService.GetMoreFileStructByAttachUrl(x.ImageUrl),
+ RectificationImageUrl = x.RectificationImageUrl,
+ RectificationImageUrlFileContext = AttachFileService.GetMoreFileStructByAttachUrl(x.RectificationImageUrl),
+ RectificationTime = x.RectificationTime,
+ ConfirmManName = x.ConfirmManName,
+ ConfirmDate = x.ConfirmDate,
+ HandleIdea = x.HandleIdea,
+ CutPayment = x.CutPayment,
+ CheckCycle = x.CheckCycle,
+ RegisterTypesName = x.RegisterTypesName,
+ Requirements = x.Requirements
+ }).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/SaveProjectHazardRegisterData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ var list = from x in db.HSSE_Hazard_HazardRegister
+ where x.IsUpdate == null || x.IsUpdate == false
+ select x;
+ foreach (var item in list)
+ {
+ item.IsUpdate = true;
+ }
+ db.SubmitChanges();
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有项目质量巡检数据";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+
+ #region 推送项目质量隐患数据
+
+ ///
+ /// 推送项目质量隐患数据
+ ///
+ ///
+ public static ReturnData PushProjectQualityProblemData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Check_CheckControl
+ join unit in db.Base_Unit on x.UnitId equals unit.UnitId into unitJ
+ from unit in unitJ.DefaultIfEmpty()
+ join cNProfessional in db.Base_CNProfessional on x.CNProfessionalCode equals cNProfessional.CNProfessionalId into cNProfessionalJ
+ from cNProfessional in cNProfessionalJ.DefaultIfEmpty()
+ join unitWork in db.WBS_UnitWork on x.UnitWorkId equals unitWork.UnitWorkId into unitWorkJ
+ from unitWork in unitWorkJ.DefaultIfEmpty()
+ join QualityQuestionType in db.Base_QualityQuestionType on x.QuestionType equals QualityQuestionType.QualityQuestionTypeId
+ where (x.IsUpdate == null || x.IsUpdate == false) && x.CheckDate > BLL.Const.DtmarkTime
+ select new Model.QualityProblemItem
+ {
+ Id = x.CheckControlCode,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CheckDate,
+ CheckDate = x.CheckDate,
+ UnitWorkName = unitWork.UnitWorkName + (unitWork.ProjectType == "1" ? "(建筑)" : "(安装)"),
+ UnitName = unit.UnitName,
+ ProfessionalName = cNProfessional.ProfessionalName,
+ QuestionType = QualityQuestionType.QualityQuestionType,
+ ImageUrl = AttachFileService.getFileUrl(x.CheckControlCode.ToString()),
+ RectificationImageUrl = AttachFileService.getFileUrl(x.CheckControlCode.ToString() + "r"),
+ CheckSite = x.CheckSite,
+ States = x.State,
+ StatesStr = x.State == "5" || x.State == "6" ? "未确认" :
+ x.State == "7" ? "已闭环" :
+ Convert.ToDateTime(x.LimitDate).AddDays(1) < DateTime.Now ? "超期未整改" : "未整改",
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/CQMSData/SaveProjectQualityProblemData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.Check_CheckControl.FirstOrDefault(x =>
+ x.CheckControlCode == item.Id && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有项目质量隐患数据";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+ #region 删除项目质量隐患数据
+
+ ///
+ /// 删除项目质量隐患数据
+ ///
+ ///
+ public static ReturnData DeleteProjectQualityProblemData(string Id)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Check_CheckControl
+ join unit in db.Base_Unit on x.UnitId equals unit.UnitId into unitJ
+ from unit in unitJ.DefaultIfEmpty()
+ join cNProfessional in db.Base_CNProfessional on x.CNProfessionalCode equals cNProfessional.CNProfessionalId into cNProfessionalJ
+ from cNProfessional in cNProfessionalJ.DefaultIfEmpty()
+ join unitWork in db.WBS_UnitWork on x.UnitWorkId equals unitWork.UnitWorkId into unitWorkJ
+ from unitWork in unitWorkJ.DefaultIfEmpty()
+ join QualityQuestionType in db.Base_QualityQuestionType on x.QuestionType equals QualityQuestionType.QualityQuestionTypeId
+ where x.CheckControlCode == Id
+ select new Model.QualityProblemItem
+ {
+ Id = x.CheckControlCode,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CheckDate,
+ CheckDate = x.CheckDate,
+ UnitWorkName = unitWork.UnitWorkName + (unitWork.ProjectType == "1" ? "(建筑)" : "(安装)"),
+ UnitName = unit.UnitName,
+ ProfessionalName = cNProfessional.ProfessionalName,
+ QuestionType = QualityQuestionType.QualityQuestionType,
+ ImageUrl = AttachFileService.getFileUrl(x.CheckControlCode.ToString()),
+ RectificationImageUrl = AttachFileService.getFileUrl(x.CheckControlCode.ToString() + "r"),
+ CheckSite = x.CheckSite,
+ States = x.State,
+ StatesStr = x.State == "5" || x.State == "6" ? "未确认" :
+ x.State == "7" ? "已闭环" :
+ Convert.ToDateTime(x.LimitDate).AddDays(1) < DateTime.Now ? "超期未整改" : "未整改",
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/CQMSData/DeleteProjectQualityProblemData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+
+ #region 推送质量QC活动注册数据
+
+ ///
+ /// 推送质量QC活动注册数据
+ ///
+ ///
+ public static ReturnData PushQCRegistrationData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.QCManage_QCGroupRegistration
+ join unit in db.Base_Unit on x.UnitId equals unit.UnitId into unitJ
+ from u in unitJ.DefaultIfEmpty()
+ join s in db.Sys_User on x.CompileMan equals s.UserId into userJ
+ from s in userJ.DefaultIfEmpty()
+ where (x.IsUpdate == null || x.IsUpdate == false) && x.CompileDate > BLL.Const.DtmarkTime
+ select new Model.QCRegistrationItem
+ {
+ Id = x.QCGroupRegistrationId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CompileDate,
+ AttachFile = AttachFileService.getFileUrl(x.QCGroupRegistrationId.ToString()),
+ Code = x.Code,
+ Name = x.Name,
+ CompileManName = s.UserName,
+ CompileDate = x.CompileDate,
+ UnitName = u.UnitName,
+ UnitCollCropCode = Funs.DB.Base_Unit.FirstOrDefault(e => e.UnitId == x.UnitId).CollCropCode,
+ Subjects = x.Subjects,
+ Process = x.Process,
+ Achievement = x.Achievement,
+ AwardName = x.AwardName,
+ AwardType = x.AwardType,
+ AwardLevel = x.AwardLevel,
+ AwardingUnit = x.AwardingUnit,
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/CQMSData/SaveQCRegistrationData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.QCManage_QCGroupRegistration.FirstOrDefault(x =>
+ x.QCGroupRegistrationId == item.Id && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有质量QC活动注册数据";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+ #region 删除质量QC活动注册数据
+
+ ///
+ /// 删除质量QC活动注册数据
+ ///
+ ///
+ public static ReturnData DeleteQCRegistrationData(string Id)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.QCManage_QCGroupRegistration
+ join unit in db.Base_Unit on x.UnitId equals unit.UnitId into unitJ
+ from u in unitJ.DefaultIfEmpty()
+ join s in db.Sys_User on x.CompileMan equals s.UserId into userJ
+ from s in userJ.DefaultIfEmpty()
+ where x.QCGroupRegistrationId == Id
+ select new Model.QCRegistrationItem
+ {
+ Id = x.QCGroupRegistrationId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CompileDate,
+ AttachFile = AttachFileService.getFileUrl(x.QCGroupRegistrationId.ToString()),
+ Code = x.Code,
+ Name = x.Name,
+ CompileManName = s.UserName,
+ CompileDate = x.CompileDate,
+ UnitName = u.UnitName,
+ UnitCollCropCode = Funs.DB.Base_Unit.FirstOrDefault(e => e.UnitId == x.UnitId).CollCropCode,
+ Subjects = x.Subjects,
+ Process = x.Process,
+ Achievement = x.Achievement,
+ AwardName = x.AwardName,
+ AwardLevel = x.AwardLevel,
+ AwardingUnit = x.AwardingUnit,
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/CQMSData/DeleteQCRegistrationData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
}
}
\ No newline at end of file
diff --git a/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_HSSEData_HSSEService.cs b/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_HSSEData_HSSEService.cs
index 94ca9670..da1a411c 100644
--- a/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_HSSEData_HSSEService.cs
+++ b/SGGL/BLL/ZHGL/DataSync/ProjectDataSync/Project_HSSEData_HSSEService.cs
@@ -139,11 +139,13 @@ namespace BLL
BranchFullTimeNum = newtable.BranchFullTimeNum,
ProjectInspectorGeneralNum = newtable.ProjectInspectorGeneralNum,
ProjectFullTimeNum = newtable.ProjectFullTimeNum,
+ ProjectSubFullTimeNum = newtable.ProjectSubFullTimeNum,
ProjectSafetyMonitorNum = newtable.ProjectSafetyMonitorNum,
SafetyInjectionEngineer = newtable.SafetyInjectionEngineer,
CertificateANum = newtable.CertificateANum,
CertificateBNum = newtable.CertificateBNum,
CertificateCNum = newtable.CertificateCNum,
+ QualityPersonNum = newtable.QualityPersonNum,
SafetyCommitteeMeetingNum = newtable.SafetyCommitteeMeetingNum,
EnterpriseTopicsMeetingNum = newtable.EnterpriseTopicsMeetingNum,
ProjectSafetyLeadingGroupMeetingNum = newtable.ProjectSafetyLeadingGroupMeetingNum,
@@ -151,6 +153,9 @@ namespace BLL
CompanyLeadShiftCheckNum = newtable.CompanyLeadShiftCheckNum,
CompanyComprehensiveCheckNum = newtable.CompanyComprehensiveCheckNum,
CompanySpecialCheckNum = newtable.CompanySpecialCheckNum,
+ BranchLeadShiftCheckNum = newtable.BranchLeadShiftCheckNum,
+ BranchComprehensiveCheckNum = newtable.BranchComprehensiveCheckNum,
+ BranchSpecialCheckNum = newtable.BranchSpecialCheckNum,
ProjectLeadShiftCheckNum = newtable.ProjectLeadShiftCheckNum,
ProjectSpecialCheckNum = newtable.ProjectSpecialCheckNum,
ProjectMajorCheckNum = newtable.ProjectMajorCheckNum,
@@ -163,8 +168,13 @@ namespace BLL
CompanyComprehensivePlanNum = newtable.CompanyComprehensivePlanNum,
CompanySpecialPlanNum = newtable.CompanySpecialPlanNum,
CompanyOnSiteDisposalPlan = newtable.CompanyOnSiteDisposalPlan,
+ BranchComprehensivePlanNum = newtable.BranchComprehensivePlanNum,
+ BranchSpecialPlanNum = newtable.BranchSpecialPlanNum,
+ BranchOnSiteDisposalPlan = newtable.BranchOnSiteDisposalPlan,
CompanyDrillNum = newtable.CompanyDrillNum,
CompanyDrillPersonNum = newtable.CompanyDrillPersonNum,
+ BranchDrillNum = newtable.BranchDrillNum,
+ BranchDrillPersonNum = newtable.BranchDrillPersonNum,
ProjectComprehensivePlanNum = newtable.ProjectComprehensivePlanNum,
ProjectSpecialPlanNum = newtable.ProjectSpecialPlanNum,
ProjectOnSiteDisposalPlan = newtable.ProjectOnSiteDisposalPlan,
@@ -186,11 +196,13 @@ namespace BLL
HighRiskNum = newtable.HighRiskNum,
CompletedNum = newtable.CompletedNum,
TrainPersonNum = newtable.TrainPersonNum,
+ OperativesNum = newtable.OperativesNum,
ConstructionNum = newtable.ConstructionNum,
FinishedNum = newtable.FinishedNum,
ArgumentNum = newtable.ArgumentNum,
SuperCompletedNum = newtable.SuperCompletedNum,
SuperTrainPersonNum = newtable.SuperTrainPersonNum,
+ SuperOperativesNum = newtable.SuperOperativesNum,
SuperConstructionNum = newtable.SuperConstructionNum,
SuperFinishedNum = newtable.SuperFinishedNum,
SuperArgumentNum = newtable.SuperArgumentNum
@@ -200,6 +212,7 @@ namespace BLL
}
}
+
///
/// 删除实体
///
@@ -270,11 +283,13 @@ namespace BLL
table.BranchFullTimeNum = newtable.BranchFullTimeNum;
table.ProjectInspectorGeneralNum = newtable.ProjectInspectorGeneralNum;
table.ProjectFullTimeNum = newtable.ProjectFullTimeNum;
+ table.ProjectSubFullTimeNum = newtable.ProjectSubFullTimeNum;
table.ProjectSafetyMonitorNum = newtable.ProjectSafetyMonitorNum;
table.SafetyInjectionEngineer = newtable.SafetyInjectionEngineer;
table.CertificateANum = newtable.CertificateANum;
table.CertificateBNum = newtable.CertificateBNum;
table.CertificateCNum = newtable.CertificateCNum;
+ table.QualityPersonNum = newtable.QualityPersonNum;
table.SafetyCommitteeMeetingNum = newtable.SafetyCommitteeMeetingNum;
table.EnterpriseTopicsMeetingNum = newtable.EnterpriseTopicsMeetingNum;
table.ProjectSafetyLeadingGroupMeetingNum = newtable.ProjectSafetyLeadingGroupMeetingNum;
@@ -294,7 +309,13 @@ namespace BLL
table.CompanyComprehensivePlanNum = newtable.CompanyComprehensivePlanNum;
table.CompanySpecialPlanNum = newtable.CompanySpecialPlanNum;
table.CompanyOnSiteDisposalPlan = newtable.CompanyOnSiteDisposalPlan;
+ table.BranchComprehensivePlanNum = newtable.BranchComprehensivePlanNum;
+ table.BranchSpecialPlanNum = newtable.BranchSpecialPlanNum;
+ table.BranchOnSiteDisposalPlan = newtable.BranchOnSiteDisposalPlan;
table.CompanyDrillNum = newtable.CompanyDrillNum;
+ table.CompanyDrillPersonNum = newtable.CompanyDrillPersonNum;
+ table.BranchDrillNum = newtable.BranchDrillNum;
+ table.BranchDrillPersonNum = newtable.BranchDrillPersonNum;
table.ProjectComprehensivePlanNum = newtable.ProjectComprehensivePlanNum;
table.ProjectSpecialPlanNum = newtable.ProjectSpecialPlanNum;
table.ProjectOnSiteDisposalPlan = newtable.ProjectOnSiteDisposalPlan;
@@ -315,10 +336,12 @@ namespace BLL
table.HighRiskNum = newtable.HighRiskNum;
table.CompletedNum = newtable.CompletedNum;
table.TrainPersonNum = newtable.TrainPersonNum;
+ table.OperativesNum = newtable.OperativesNum;
table.ConstructionNum = newtable.ConstructionNum;
table.FinishedNum = newtable.FinishedNum;
table.SuperCompletedNum = newtable.SuperCompletedNum;
table.SuperTrainPersonNum = newtable.SuperTrainPersonNum;
+ table.SuperOperativesNum = newtable.SuperOperativesNum;
table.SuperConstructionNum = newtable.SuperConstructionNum;
table.SuperFinishedNum = newtable.SuperFinishedNum;
db.SubmitChanges();
@@ -457,6 +480,7 @@ namespace BLL
table.CertificateANum = GetCertificateANum(projectid);
table.CertificateBNum = GetCertificateBNum(projectid);
table.CertificateCNum = GetCertificateCNum(projectid);
+ table.QualityPersonNum = GetQualityPersonNum(projectid);
}
if (hSseDateType == HSSEDateType.SafetyMeeting || hSseDateType == HSSEDateType.All)
@@ -492,11 +516,18 @@ namespace BLL
table.CompanyComprehensivePlanNum = GetCompanyComprehensivePlanNum(projectid);
table.CompanySpecialPlanNum = GetCompanySpecialPlanNum(projectid);
table.CompanyOnSiteDisposalPlan = GetCompanyOnSiteDisposalPlan(projectid);
+ table.BranchComprehensivePlanNum = GetBranchComprehensivePlanNum(projectid);
+ table.BranchSpecialPlanNum = GetBranchSpecialPlanNum(projectid);
+ table.BranchOnSiteDisposalPlan = GetBranchOnSiteDisposalPlan(projectid);
table.CompanyDrillNum = GetCompanyDrillNum(projectid);
+ table.CompanyDrillPersonNum = GetCompanyDrillPersonNum(projectid);
+ table.BranchDrillNum = GetBranchDrillNum(projectid);
+ table.BranchDrillPersonNum = GetBranchDrillPersonNum(projectid);
table.ProjectComprehensivePlanNum = GetProjectComprehensivePlanNum(projectid);
table.ProjectSpecialPlanNum = GetProjectSpecialPlanNum(projectid);
table.ProjectOnSiteDisposalPlan = GetProjectOnSiteDisposalPlan(projectid);
table.ProjectDrillNum = GetProjectDrillNum(projectid);
+ table.ProjectDrillNum = GetProjectDrillNum(projectid);
}
if (hSseDateType == HSSEDateType.SecurityCost || hSseDateType == HSSEDateType.All)
@@ -579,10 +610,12 @@ namespace BLL
{
table.CompletedNum = GetCompletedNum(projectid);
table.TrainPersonNum = GetTrainPersonNum(projectid);
+ table.OperativesNum = GetOperativesNum(projectid);
table.ConstructionNum = GetConstructionNum(projectid);
table.FinishedNum = GetFinishedNum(projectid);
table.SuperCompletedNum = GetSuperCompletedNum(projectid);
table.SuperTrainPersonNum = GetSuperTrainPersonNum(projectid);
+ table.SuperOperativesNum = GetSuperOperativesNum(projectid);
table.SuperConstructionNum = GetSuperConstructionNum(projectid);
table.SuperFinishedNum = GetSuperFinishedNum(projectid);
}
@@ -903,6 +936,20 @@ namespace BLL
return result;
}
+ ///
+ /// 获取在岗特种作业人员数量
+ ///
+ ///
+ public static int GetQualityPersonNum(string projectid)
+ {
+ var result = (from x in Funs.DB.SitePerson_Person
+ join y in Funs.DB.QualityAudit_PersonQuality on x.PersonId equals y.PersonId
+ join m in Funs.DB.Base_WorkPost on x.WorkPostId equals m.WorkPostId
+ where x.ProjectId == projectid && m.PostType == Const.PostType_2 && x.IsUsed == true && (y.LimitDate == null || y.LimitDate < DateTime.Now)
+ select x).Count();
+ return result;
+ }
+
///
/// 获取企业安委会会议数
///
@@ -1120,6 +1167,35 @@ namespace BLL
var result = 0;
return result;
}
+ ///
+ /// 获取分支机构综合预案数
+ ///
+ ///
+ public static int GetBranchComprehensivePlanNum(string projectid)
+ {
+ var result = 0;
+ return result;
+ }
+
+ ///
+ /// 获取分支机构专项预案数
+ ///
+ ///
+ public static int GetBranchSpecialPlanNum(string projectid)
+ {
+ var result = 0;
+ return result;
+ }
+ ///
+ /// 获取分支机构现场处置预案
+ ///
+ ///
+ public static int GetBranchOnSiteDisposalPlan(string projectid)
+ {
+ var result = 0;
+ return result;
+ }
+
///
/// 获取企业级演练次数
@@ -1130,6 +1206,33 @@ namespace BLL
var result = 0;
return result;
}
+ ///
+ /// 获取企业级演练人次数
+ ///
+ ///
+ public static int GetCompanyDrillPersonNum(string projectid)
+ {
+ var result = 0;
+ return result;
+ }
+ ///
+ /// 获取分支机构演练次数
+ ///
+ ///
+ public static int GetBranchDrillNum(string projectid)
+ {
+ var result = 0;
+ return result;
+ }
+ ///
+ /// 获取分支机构演练人次数
+ ///
+ ///
+ public static int GetBranchDrillPersonNum(string projectid)
+ {
+ var result = 0;
+ return result;
+ }
///
/// 获取项目级综合预案
@@ -1393,6 +1496,17 @@ namespace BLL
select x).ToList().Sum(x => x.TrainPersonNum ?? 0);
return result;
}
+ ///
+ /// 获取危大工程作业人次数
+ ///
+ ///
+ public static int GetOperativesNum(string projectid)
+ {
+ var result = (from x in Funs.DB.Solution_LargerHazard
+ where x.ProjectId == projectid && x.IsSuperLargerHazard == false && x.RecordTime > Const.DtmarkTime
+ select x.OperativesNum).ToList().Sum(x => x.Value);
+ return result;
+ }
///
/// 获取危大工程施工个数
@@ -1445,6 +1559,18 @@ namespace BLL
select x.TrainPersonNum).ToList().Sum(x => x.Value);
return result;
}
+ ///
+ /// 获取超危大工程作业人员数
+ ///
+ ///
+ public static int GetSuperOperativesNum(string projectid)
+ {
+ var result =
+ (from x in Funs.DB.Solution_LargerHazard
+ where x.ProjectId == projectid && x.IsSuperLargerHazard == true && x.RecordTime > Const.DtmarkTime
+ select x.OperativesNum).ToList().Sum(x => x.Value);
+ return result;
+ }
///
/// 获取超危大工程施工个数
@@ -1588,6 +1714,167 @@ namespace BLL
#endregion
+ #region 转换字符串
+
+ ///
+ /// 转换工作阶段
+ ///
+ ///
+ ///
+ public static string ConvertWorkStage(object workStage)
+ {
+ if (workStage != null)
+ {
+ string workStages = string.Empty;
+ string[] strList = workStage.ToString().Split(',');
+ foreach (string str in strList)
+ {
+ Model.Base_WorkStage c = BLL.WorkStageService.GetWorkStageById(str);
+ if (c != null)
+ {
+ workStages += c.WorkStageName + ",";
+ }
+ }
+
+ if (!string.IsNullOrEmpty(workStages))
+ {
+ workStages = workStages.Substring(0, workStages.LastIndexOf(","));
+ }
+
+ return workStages;
+ }
+
+ return "";
+ }
+
+ ///
+ /// 获取危险源编号
+ ///
+ ///
+ ///
+ public static string ConvertHazardCode(object HazardId)
+ {
+ string hazardCode = string.Empty;
+ if (HazardId != null)
+ {
+ Model.Technique_HazardList hazardList = BLL.HazardListService.GetHazardListById(HazardId.ToString());
+ if (hazardList != null)
+ {
+ hazardCode = hazardList.HazardCode;
+ }
+ }
+
+ return hazardCode;
+ }
+
+ ///
+ /// 获取危险源类别
+ ///
+ ///
+ ///
+ public static string ConvertSupHazardListTypeId(object hazardListTypeId)
+ {
+ if (hazardListTypeId != null)
+ {
+ Model.Technique_HazardListType hazardListType =
+ BLL.HazardListTypeService.GetHazardListTypeById(hazardListTypeId.ToString());
+ if (hazardListType != null)
+ {
+ var hazard = BLL.HazardListTypeService.GetHazardListTypeById(hazardListType.SupHazardListTypeId);
+ if (hazard != null)
+ {
+ return hazard.HazardListTypeName;
+ }
+ }
+ }
+
+ return null;
+ }
+
+ ///
+ /// 获取危险源项
+ ///
+ ///
+ ///
+ public static string ConvertHazardListTypeId(object hazardListTypeId)
+ {
+ if (hazardListTypeId != null)
+ {
+ Model.Technique_HazardListType hazardListType =
+ BLL.HazardListTypeService.GetHazardListTypeById(hazardListTypeId.ToString());
+ if (hazardListType != null)
+ {
+ return hazardListType.HazardListTypeName;
+ }
+ }
+
+ return null;
+ }
+
+ #endregion
+
+ #region 推送安全作业许可业务明细数据
+
+ ///
+ /// 推送安全作业许可业务明细数据
+ ///
+ ///
+ public static ReturnData PushProjectLicenseData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.View_License_LicenseManager
+ where (x.IsUpdate == null || x.IsUpdate == false) && x.CompileDate > BLL.Const.DtmarkTime
+ select new Model.ProjectLicenseItem
+ {
+ Id = x.LicenseManagerId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CompileDate,
+ AttachFile = AttachFileService.getFileUrl(x.LicenseManagerId.ToString()),
+ LicenseManagerCode = x.LicenseManagerCode,
+ UnitId = x.UnitId,
+ UnitName = x.UnitName,
+ LicenseTypeName = x.LicenseTypeName,
+ UnitTypeName = x.UnitTypeName,
+ IsHighRisk = x.IsHighRisk,
+ WorkAreaName = x.WorkAreaName,
+ CompileDate = x.CompileDate,
+ StartDate = x.StartDate,
+ EndDate = x.EndDate,
+ WorkStatesStr = x.WorkStatesStr,
+
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/SaveProjectLicenseData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.License_LicenseManager.FirstOrDefault(x =>
+ x.LicenseManagerId == item.Id && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有项目安全作业许可业务明细数据";
+ }
+
+ return responeData;
+ }
+
+ #endregion
+
#region 推送项目安全隐患风险数据
///
@@ -1620,5 +1907,489 @@ namespace BLL
}
#endregion
+
+ #region 推送项目安全隐患数据
+
+ ///
+ /// 推送项目安全隐患数据
+ ///
+ ///
+ public static ReturnData PushProjectHazardRegisterData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.View_Hazard_HazardRegister
+ where (x.IsUpdate == null || x.IsUpdate == false) && x.CheckTime > BLL.Const.DtmarkTime
+ && x.ProblemTypes == "1"
+ && x.ProjectState == "1"
+ // && x.IsBranch.Value == true
+ && (x.IsDelete == null || x.IsDelete == false)
+ select new Model.Hazard_HazardRegisterItem
+ {
+ HazardRegisterId = x.HazardRegisterId,
+ SourceUnitId = thisUnit.UnitId,
+ RegisterDate = x.RegisterDate,
+ RegisterDef = x.RegisterDef,
+ Rectification = x.Rectification,
+ WorkAreaName = x.WorkAreaName,
+ ResponsibilityUnitName = x.ResponsibilityUnitName,
+ ResponsibilityUnitCollCropCode = x.ResponsibilityUnitCollCropCode,
+ Risk_Level = x.Risk_Level,
+ ProjectId = x.ProjectId,
+ ProjectName = x.ProjectName,
+ States = x.States,
+ StatesStr = x.StatesStr,
+ ResponsibilityManName = x.ResponsibilityManName,
+ CheckManName = x.CheckManName,
+ CheckTime = x.CheckTime,
+ RectificationPeriod = x.RectificationPeriod,
+ ImageUrl = x.ImageUrl,
+ // ImageUrlFileContext = AttachFileService.GetMoreFileStructByAttachUrl(x.ImageUrl),
+ RectificationImageUrl = x.RectificationImageUrl,
+ // RectificationImageUrlFileContext = AttachFileService.GetMoreFileStructByAttachUrl(x.RectificationImageUrl),
+ RectificationTime = x.RectificationTime,
+ ConfirmManName = x.ConfirmManName,
+ ConfirmDate = x.ConfirmDate,
+ HandleIdea = x.HandleIdea,
+ CutPayment = x.CutPayment,
+ CheckCycle = x.CheckCycle,
+ RegisterTypesName = x.RegisterTypesName,
+ Requirements = x.Requirements
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/SaveProjectHazardRegisterData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.HSSE_Hazard_HazardRegister.FirstOrDefault(x =>
+ x.HazardRegisterId == item.HazardRegisterId && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+ // var list = from x in db.HSSE_Hazard_HazardRegister
+ // where x.IsUpdate == null || x.IsUpdate == false
+ // select x;
+ // foreach (var item in list)
+ // {
+ // item.IsUpdate = true;
+ // }
+ // db.SubmitChanges();
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有项目安全隐患数据";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+ #region 推送安全风险数据
+
+ ///
+ /// 推送安全风险数据
+ ///
+ ///
+ public static ReturnData PushProjectSecurityRiskData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Hazard_HazardSelectedItem
+ join List in db.Hazard_HazardList on x.HazardListId equals List.HazardListId into ListJ
+ from list in ListJ.DefaultIfEmpty()
+ join Level in db.Base_RiskLevel on x.HazardLevel equals Level.RiskLevelId into LevelJ
+ from level in LevelJ.DefaultIfEmpty()
+ where (x.IsUpdate == null || x.IsUpdate == false) && level.RiskLevelName != "" && list.States == BLL.Const.State_2
+ select new Model.ProjectSecurityRiskItem
+ {
+ Id = x.HazardSelectedItemId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CheckStartDate,
+ // AttachFile = AttachFileService.getFileUrl(x.HazardListId.ToString()),
+ WorkAreaName = list.WorkAreaName,
+ WorkStageName = ConvertWorkStage(x.WorkStage),
+ SupHazardListType = ConvertSupHazardListTypeId(x.HazardListTypeId),
+ HazardListType = ConvertHazardListTypeId(x.HazardListTypeId),
+ Hazard = ConvertHazardCode(x.HazardId),
+ HazardItems = x.HazardItems,
+ DefectsType = x.DefectsType,
+ MayLeadAccidents = x.MayLeadAccidents,
+ HelperMethod = x.HelperMethod,
+ HazardJudge_L = x.HazardJudge_L,
+ HazardJudge_E = x.HazardJudge_E,
+ HazardJudge_C = x.HazardJudge_C,
+ HazardJudge_D = x.HazardJudge_D,
+ RiskLevelName = level.RiskLevelName,
+ RiskLevel = level.RiskLevel,
+ ControlMeasures = x.ControlMeasures,
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/SaveProjectSecurityRiskData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.Hazard_HazardSelectedItem.FirstOrDefault(x =>
+ x.HazardSelectedItemId == item.Id && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有项目安全风险数据";
+ }
+
+ return responeData;
+ }
+
+ #endregion
+
+ #region 推送危大工程业务明细数据
+
+ ///
+ /// 推送危大工程业务明细数据
+ ///
+ ///
+ public static ReturnData PushProjectLargeEngineeringData(int pushNum)
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Solution_LargerHazard
+ where (x.IsUpdate == null || x.IsUpdate == false) && x.RecordTime > BLL.Const.DtmarkTime
+ select new Model.LargeEngineeringItem
+ {
+ Id = x.HazardId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.RecordTime,
+ AttachFile = AttachFileService.getFileUrl(x.HazardId.ToString()),
+ //HazardName = x.HazardName,
+ TypeName = db.Sys_Const.FirstOrDefault(y =>
+ y.ConstValue == x.HazardType && y.GroupId == ConstValue.Group_LargerHazardType).ConstText,
+ IsSuperLargerHazard = x.IsSuperLargerHazard,
+ IsArgument = x.IsArgument,
+ Address = x.Address,
+ Descriptions = x.Descriptions,
+ TrainPersonNum = x.TrainPersonNum,
+ RecordTime = x.RecordTime,
+ ExpectedTime = x.ExpectedTime,
+ States = x.States,
+ StatesStr = x.States == "0" ? "已取消" :
+ x.States == "1" ? "未开始" :
+ x.States == "2" ? "作业中" :
+ x.States == "3" ? "已完工" : "",
+ }).Take(pushNum).ToList();
+ Model.ReturnData responeData = new Model.ReturnData();
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/SaveProjectLargeEngineeringData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ if (responeData.code == 1)
+ {
+ foreach (var item in items)
+ {
+ var data = db.Solution_LargerHazard.FirstOrDefault(x =>
+ x.HazardId == item.Id && (x.IsUpdate == null || x.IsUpdate == false));
+ data.IsUpdate = true;
+ db.SubmitChanges();
+ }
+ }
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "当前没有项目危大工程业务明细数据";
+ }
+
+ return responeData;
+ }
+
+ #endregion
+
+ #region 删除安全作业许可业务明细数据
+
+ ///
+ /// 删除安全作业许可业务明细数据
+ ///
+ ///
+ public static ReturnData DeleteProjectLicenseData(string Id)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.View_License_LicenseManager
+ where x.LicenseManagerId == Id
+ select new Model.ProjectLicenseItem
+ {
+ Id = x.LicenseManagerId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CompileDate,
+ AttachFile = AttachFileService.getFileUrl(x.LicenseManagerId.ToString()),
+ LicenseManagerCode = x.LicenseManagerCode,
+ UnitId = x.UnitId,
+ UnitName = x.UnitName,
+ LicenseTypeName = x.LicenseTypeName,
+ UnitTypeName = x.UnitTypeName,
+ IsHighRisk = x.IsHighRisk,
+ WorkAreaName = x.WorkAreaName,
+ CompileDate = x.CompileDate,
+ StartDate = x.StartDate,
+ EndDate = x.EndDate,
+ WorkStatesStr = x.WorkStatesStr,
+
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/DeleteProjectLicenseData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+ #region 删除项目安全隐患数据
+
+ ///
+ /// 删除项目安全隐患数据
+ ///
+ ///
+ public static ReturnData DeleteProjectHazardRegisterData(string hazardRegisterId)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.View_Hazard_HazardRegister
+ where x.HazardRegisterId == hazardRegisterId
+ select new Model.Hazard_HazardRegisterItem
+ {
+ HazardRegisterId = x.HazardRegisterId,
+ SourceUnitId = thisUnit.UnitId,
+ RegisterDate = x.RegisterDate,
+ RegisterDef = x.RegisterDef,
+ Rectification = x.Rectification,
+ WorkAreaName = x.WorkAreaName,
+ ResponsibilityUnitName = x.ResponsibilityUnitName,
+ ResponsibilityUnitCollCropCode = x.ResponsibilityUnitCollCropCode,
+ Risk_Level = x.Risk_Level,
+ ProjectId = x.ProjectId,
+ ProjectName = x.ProjectName,
+ States = x.States,
+ StatesStr = x.StatesStr,
+ ResponsibilityManName = x.ResponsibilityManName,
+ CheckManName = x.CheckManName,
+ CheckTime = x.CheckTime,
+ RectificationPeriod = x.RectificationPeriod,
+ ImageUrl = x.ImageUrl,
+ ImageUrlFileContext = AttachFileService.GetMoreFileStructByAttachUrl(x.ImageUrl),
+ RectificationImageUrl = x.RectificationImageUrl,
+ RectificationImageUrlFileContext = AttachFileService.GetMoreFileStructByAttachUrl(x.RectificationImageUrl),
+ RectificationTime = x.RectificationTime,
+ ConfirmManName = x.ConfirmManName,
+ ConfirmDate = x.ConfirmDate,
+ HandleIdea = x.HandleIdea,
+ CutPayment = x.CutPayment,
+ CheckCycle = x.CheckCycle,
+ RegisterTypesName = x.RegisterTypesName,
+ Requirements = x.Requirements
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/DeleteProjectHazardRegisterData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+ #region 删除危大工程业务明细数据
+
+ ///
+ /// 删除危大工程业务明细数据
+ ///
+ ///
+ public static ReturnData DeleteProjectLargeEngineeringData(string Id)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Solution_LargerHazard
+ where x.HazardId == Id
+ select new Model.LargeEngineeringItem
+ {
+ Id = x.HazardId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.RecordTime,
+ AttachFile = AttachFileService.getFileUrl(x.HazardId.ToString()),
+ //HazardName = x.HazardName,
+ TypeName = db.Sys_Const.FirstOrDefault(y =>
+ y.ConstValue == x.HazardType && y.GroupId == ConstValue.Group_LargerHazardType).ConstText,
+ IsSuperLargerHazard = x.IsSuperLargerHazard,
+ IsArgument = x.IsArgument,
+ Address = x.Address,
+ Descriptions = x.Descriptions,
+ TrainPersonNum = x.TrainPersonNum,
+ OperativesNum = x.OperativesNum,
+ RecordTime = x.RecordTime,
+ ExpectedTime = x.ExpectedTime,
+ States = x.States,
+ StatesStr = x.States == "0" ? "已取消" :
+ x.States == "1" ? "未开始" :
+ x.States == "2" ? "作业中" :
+ x.States == "3" ? "已完工" : "",
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/DeleteProjectLargeEngineeringData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
+ #region 删除安全风险数据
+
+ ///
+ /// 删除安全风险数据
+ ///
+ ///
+ public static ReturnData DeleteProjectSecurityRiskData(string Id)
+ {
+ Model.ReturnData responeData = new Model.ReturnData();
+ try
+ {
+ var thisUnit = CommonService.GetIsThisUnit();
+ Model.SGGLDB db = Funs.DB;
+ var items = (from x in db.Hazard_HazardSelectedItem
+ join List in db.Hazard_HazardList on x.HazardListId equals List.HazardListId into ListJ
+ from list in ListJ.DefaultIfEmpty()
+ join Level in db.Base_RiskLevel on x.HazardLevel equals Level.RiskLevelId into LevelJ
+ from level in LevelJ.DefaultIfEmpty()
+ where x.HazardSelectedItemId == Id
+ select new Model.ProjectSecurityRiskItem
+ {
+ Id = x.HazardSelectedItemId,
+ SourceUnitId = thisUnit.UnitId,
+ ProjectId = x.ProjectId,
+ CollCropCode = thisUnit.CollCropCode,
+ DataDate = x.CheckStartDate,
+ // AttachFile = AttachFileService.getFileUrl(x.HazardListId.ToString()),
+ WorkAreaName = list.WorkAreaName,
+ WorkStageName = ConvertWorkStage(x.WorkStage),
+ SupHazardListType = ConvertSupHazardListTypeId(x.HazardListTypeId),
+ HazardListType = ConvertHazardListTypeId(x.HazardListTypeId),
+ Hazard = ConvertHazardCode(x.HazardId),
+ HazardItems = x.HazardItems,
+ DefectsType = x.DefectsType,
+ MayLeadAccidents = x.MayLeadAccidents,
+ HelperMethod = x.HelperMethod,
+ HazardJudge_L = x.HazardJudge_L,
+ HazardJudge_E = x.HazardJudge_E,
+ HazardJudge_C = x.HazardJudge_C,
+ HazardJudge_D = x.HazardJudge_D,
+ RiskLevelName = level.RiskLevelName,
+ RiskLevel = level.RiskLevel,
+ ControlMeasures = x.ControlMeasures,
+ }).ToList();
+
+ if (items.Count() > 0)
+ {
+ var newItem = new { CollCropCode = thisUnit.CollCropCode, Items = items };
+ var str = JsonConvert.SerializeObject(newItem);
+ var baseurl = "/api/HSSEData/DeleteProjectSecurityRiskData";
+ responeData = ServerService.PushCNCEC(str, baseurl);
+ }
+ else
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ }
+ catch (Exception)
+ {
+ responeData.code = 0;
+ responeData.message = "集团数据删除失败";
+ }
+ return responeData;
+ }
+
+ #endregion
+
}
}
\ No newline at end of file
diff --git a/SGGL/BLL/ZHGL/Supervise/SuperviseCheckReportService.cs b/SGGL/BLL/ZHGL/Supervise/SuperviseCheckReportService.cs
index e73a8183..8cf74d02 100644
--- a/SGGL/BLL/ZHGL/Supervise/SuperviseCheckReportService.cs
+++ b/SGGL/BLL/ZHGL/Supervise/SuperviseCheckReportService.cs
@@ -35,8 +35,10 @@ namespace BLL
ProjectId = superviseCheckReport.ProjectId,
UnitId = superviseCheckReport.UnitId,
CheckTeam = superviseCheckReport.CheckTeam,
- CheckType = superviseCheckReport.CheckType,
EvaluationResult = superviseCheckReport.EvaluationResult,
+ CheckUnitId = superviseCheckReport.CheckUnitId,
+ CheckMainType = superviseCheckReport.CheckMainType,
+ CheckType = superviseCheckReport.CheckType,
AttachUrl = superviseCheckReport.AttachUrl,
IsIssued = superviseCheckReport.IsIssued
};
@@ -58,10 +60,13 @@ namespace BLL
newSuperviseCheckReport.ProjectId = superviseCheckReport.ProjectId;
newSuperviseCheckReport.UnitId = superviseCheckReport.UnitId;
newSuperviseCheckReport.CheckTeam = superviseCheckReport.CheckTeam;
- newSuperviseCheckReport.CheckType = superviseCheckReport.CheckType;
newSuperviseCheckReport.EvaluationResult = superviseCheckReport.EvaluationResult;
+ newSuperviseCheckReport.CheckUnitId = superviseCheckReport.CheckUnitId;
+ newSuperviseCheckReport.CheckMainType = superviseCheckReport.CheckMainType;
+ newSuperviseCheckReport.CheckType = superviseCheckReport.CheckType;
newSuperviseCheckReport.AttachUrl = superviseCheckReport.AttachUrl;
newSuperviseCheckReport.IsIssued = superviseCheckReport.IsIssued;
+ newSuperviseCheckReport.IsUpdate = null;
Funs.DB.SubmitChanges();
}
}
diff --git a/SGGL/FineUIPro.Web/.vs/FineUIPro.Web.csproj.dtbcache.json b/SGGL/FineUIPro.Web/.vs/FineUIPro.Web.csproj.dtbcache.json
index aec867bd..de3a8779 100644
--- a/SGGL/FineUIPro.Web/.vs/FineUIPro.Web.csproj.dtbcache.json
+++ b/SGGL/FineUIPro.Web/.vs/FineUIPro.Web.csproj.dtbcache.json
@@ -1 +1 @@
-{"RootPath":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web","ProjectFileName":"FineUIPro.Web.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"App_GlobalResources\\Lan.en-US1.designer.cs"},{"SourceFile":"App_GlobalResources\\Lan.zh-CN1.designer.cs"},{"SourceFile":"App_GlobalResources\\Lan1.designer.cs"},{"SourceFile":"AttachFile\\fileupload.ashx.cs"},{"SourceFile":"AttachFile\\Look.aspx.cs"},{"SourceFile":"AttachFile\\Look.aspx.designer.cs"},{"SourceFile":"AttachFile\\OnlineEditing.aspx.cs"},{"SourceFile":"AttachFile\\OnlineEditing.aspx.designer.cs"},{"SourceFile":"AttachFile\\OnlineEditingPrivate.aspx.cs"},{"SourceFile":"AttachFile\\OnlineEditingPrivate.aspx.designer.cs"},{"SourceFile":"AttachFile\\player.aspx.cs"},{"SourceFile":"AttachFile\\player.aspx.designer.cs"},{"SourceFile":"AttachFile\\uploader.aspx.cs"},{"SourceFile":"AttachFile\\uploader.aspx.designer.cs"},{"SourceFile":"AttachFile\\webuploader.aspx.cs"},{"SourceFile":"AttachFile\\webuploader.aspx.designer.cs"},{"SourceFile":"BaseInfo\\AccidentType.aspx.cs"},{"SourceFile":"BaseInfo\\AccidentType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\BaseFactory.aspx.cs"},{"SourceFile":"BaseInfo\\BaseFactory.aspx.designer.cs"},{"SourceFile":"BaseInfo\\BaseFactoryEdit.aspx.cs"},{"SourceFile":"BaseInfo\\BaseFactoryEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\Certificate.aspx.cs"},{"SourceFile":"BaseInfo\\Certificate.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CNProfessional.aspx.cs"},{"SourceFile":"BaseInfo\\CNProfessional.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CNProfessionalEdit.aspx.cs"},{"SourceFile":"BaseInfo\\CNProfessionalEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CNProfessionalView.aspx.cs"},{"SourceFile":"BaseInfo\\CNProfessionalView.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CostType.aspx.cs"},{"SourceFile":"BaseInfo\\CostType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DesignProfessional.aspx.cs"},{"SourceFile":"BaseInfo\\DesignProfessional.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalEdit.aspx.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalView.aspx.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalView.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DocType.aspx.cs"},{"SourceFile":"BaseInfo\\DocType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\EmergencyType.aspx.cs"},{"SourceFile":"BaseInfo\\EmergencyType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\GoodsCategory.aspx.cs"},{"SourceFile":"BaseInfo\\GoodsCategory.aspx.designer.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypes.aspx.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypes.aspx.designer.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypesEdit.aspx.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypesEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\HSSEStandardListType.aspx.cs"},{"SourceFile":"BaseInfo\\HSSEStandardListType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\LawsRegulationsType.aspx.cs"},{"SourceFile":"BaseInfo\\LawsRegulationsType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\LicenseType.aspx.cs"},{"SourceFile":"BaseInfo\\LicenseType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\ManageRuleType.aspx.cs"},{"SourceFile":"BaseInfo\\ManageRuleType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\PictureType.aspx.cs"},{"SourceFile":"BaseInfo\\PictureType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\Position.aspx.cs"},{"SourceFile":"BaseInfo\\Position.aspx.designer.cs"},{"SourceFile":"BaseInfo\\PostTitle.aspx.cs"},{"SourceFile":"BaseInfo\\PostTitle.aspx.designer.cs"},{"SourceFile":"BaseInfo\\PracticeCertificate.aspx.cs"},{"SourceFile":"BaseInfo\\PracticeCertificate.aspx.designer.cs"},{"SourceFile":"BaseInfo\\ProjectType.aspx.cs"},{"SourceFile":"BaseInfo\\ProjectType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QualityQuestionType.aspx.cs"},{"SourceFile":"BaseInfo\\QualityQuestionType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeEdit.aspx.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeView.aspx.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeView.aspx.designer.cs"},{"SourceFile":"BaseInfo\\GJSXType.aspx.cs"},{"SourceFile":"BaseInfo\\GJSXType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QuestionType.aspx.cs"},{"SourceFile":"BaseInfo\\QuestionType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RectificationMeasure.aspx.cs"},{"SourceFile":"BaseInfo\\RectificationMeasure.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RectificationMeasureEdit.aspx.cs"},{"SourceFile":"BaseInfo\\RectificationMeasureEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RiskLevel.aspx.cs"},{"SourceFile":"BaseInfo\\RiskLevel.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RiskLevelEdit.aspx.cs"},{"SourceFile":"BaseInfo\\RiskLevelEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RulesRegulationsType.aspx.cs"},{"SourceFile":"BaseInfo\\RulesRegulationsType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SafetyMeasures.aspx.cs"},{"SourceFile":"BaseInfo\\SafetyMeasures.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SafetyMeasuresEdit.aspx.cs"},{"SourceFile":"BaseInfo\\SafetyMeasuresEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SolutionTempleteType.aspx.cs"},{"SourceFile":"BaseInfo\\SolutionTempleteType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SpecialEquipment.aspx.cs"},{"SourceFile":"BaseInfo\\SpecialEquipment.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SpecialSchemeType.aspx.cs"},{"SourceFile":"BaseInfo\\SpecialSchemeType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TrainLevel.aspx.cs"},{"SourceFile":"BaseInfo\\TrainLevel.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TrainType.aspx.cs"},{"SourceFile":"BaseInfo\\TrainType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TrainTypeEdit.aspx.cs"},{"SourceFile":"BaseInfo\\TrainTypeEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TransferMajor.aspx.cs"},{"SourceFile":"BaseInfo\\TransferMajor.aspx.designer.cs"},{"SourceFile":"BaseInfo\\UnitType.aspx.cs"},{"SourceFile":"BaseInfo\\UnitType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\WorkPost.aspx.cs"},{"SourceFile":"BaseInfo\\WorkPost.aspx.designer.cs"},{"SourceFile":"BaseInfo\\WorkStage.aspx.cs"},{"SourceFile":"BaseInfo\\WorkStage.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoExam.aspx.cs"},{"SourceFile":"BoSheng\\BoExam.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoPersonEdit.aspx.cs"},{"SourceFile":"BoSheng\\BoPersonEdit.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoPersonTrainRecord.aspx.cs"},{"SourceFile":"BoSheng\\BoPersonTrainRecord.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoTrainPerson.aspx.cs"},{"SourceFile":"BoSheng\\BoTrainPerson.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoTrain.aspx.cs"},{"SourceFile":"BoSheng\\BoTrain.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoPerson.aspx.cs"},{"SourceFile":"BoSheng\\BoPerson.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoUnit.aspx.cs"},{"SourceFile":"BoSheng\\BoUnit.aspx.designer.cs"},{"SourceFile":"CLGL\\ArrivalDetailList.aspx.cs"},{"SourceFile":"CLGL\\ArrivalDetailList.aspx.designer.cs"},{"SourceFile":"CLGL\\CheckOutDetailList.aspx.cs"},{"SourceFile":"CLGL\\CheckOutDetailList.aspx.designer.cs"},{"SourceFile":"CLGL\\ContractList.aspx.cs"},{"SourceFile":"CLGL\\ContractList.aspx.designer.cs"},{"SourceFile":"CLGL\\ContractListSum.aspx.cs"},{"SourceFile":"CLGL\\ContractListSum.aspx.designer.cs"},{"SourceFile":"CLGL\\ContractQuantitySheet.aspx.cs"},{"SourceFile":"CLGL\\ContractQuantitySheet.aspx.designer.cs"},{"SourceFile":"CLGL\\GoodsShelves.aspx.cs"},{"SourceFile":"CLGL\\GoodsShelves.aspx.designer.cs"},{"SourceFile":"CLGL\\Material.aspx.cs"},{"SourceFile":"CLGL\\Material.aspx.designer.cs"},{"SourceFile":"CLGL\\MaterialRecord.aspx.cs"},{"SourceFile":"CLGL\\MaterialRecord.aspx.designer.cs"},{"SourceFile":"CLGL\\MTODetail.aspx.cs"},{"SourceFile":"CLGL\\MTODetail.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineMaterialCodeList.aspx.cs"},{"SourceFile":"CLGL\\PipelineMaterialCodeList.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineMaterialList.aspx.cs"},{"SourceFile":"CLGL\\PipelineMaterialList.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineMaterialSumList.aspx.cs"},{"SourceFile":"CLGL\\PipelineMaterialSumList.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineSupplierList.aspx.cs"},{"SourceFile":"CLGL\\PipelineSupplierList.aspx.designer.cs"},{"SourceFile":"CLGL\\PurchaseRequisition.aspx.cs"},{"SourceFile":"CLGL\\PurchaseRequisition.aspx.designer.cs"},{"SourceFile":"CLGL\\RequestDetailList.aspx.cs"},{"SourceFile":"CLGL\\RequestDetailList.aspx.designer.cs"},{"SourceFile":"CLGL\\SubUnit.aspx.cs"},{"SourceFile":"CLGL\\SubUnit.aspx.designer.cs"},{"SourceFile":"CLGL\\Supplier.aspx.cs"},{"SourceFile":"CLGL\\Supplier.aspx.designer.cs"},{"SourceFile":"common\\main2.aspx.cs"},{"SourceFile":"common\\main2.aspx.designer.cs"},{"SourceFile":"common\\mainI.aspx.cs"},{"SourceFile":"common\\mainI.aspx.designer.cs"},{"SourceFile":"common\\mainIV.aspx.cs"},{"SourceFile":"common\\mainIV.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PGJSX.aspx.cs"},{"SourceFile":"common\\mainMenu_PGJSX.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_DigitalSite.aspx.cs"},{"SourceFile":"common\\mainMenu_DigitalSite.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HJGL.aspx.cs"},{"SourceFile":"common\\mainMenu_HJGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HJGL2.aspx.cs"},{"SourceFile":"common\\mainMenu_HJGL2.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HSSE2.aspx.cs"},{"SourceFile":"common\\mainMenu_HSSE2.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_Party.aspx.cs"},{"SourceFile":"common\\mainMenu_Party.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PDigData.aspx.cs"},{"SourceFile":"common\\mainMenu_PDigData.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PZHGL.aspx.cs"},{"SourceFile":"common\\mainMenu_PZHGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_SYHSE.aspx.cs"},{"SourceFile":"common\\mainMenu_SYHSE.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_SYHSEN.aspx.cs"},{"SourceFile":"common\\mainMenu_SYHSEN.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_TestRun.aspx.cs"},{"SourceFile":"common\\mainMenu_TestRun.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PHTGL.aspx.cs"},{"SourceFile":"common\\mainMenu_PHTGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_JDGL.aspx.cs"},{"SourceFile":"common\\mainMenu_JDGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_CQMS.aspx.cs"},{"SourceFile":"common\\mainMenu_CQMS.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HSSE.aspx.cs"},{"SourceFile":"common\\mainMenu_HSSE.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_Transfer.aspx.cs"},{"SourceFile":"common\\mainMenu_Transfer.aspx.designer.cs"},{"SourceFile":"common\\mainProject0.aspx.cs"},{"SourceFile":"common\\mainProject0.aspx.designer.cs"},{"SourceFile":"common\\mainIII.aspx.cs"},{"SourceFile":"common\\mainIII.aspx.designer.cs"},{"SourceFile":"common\\mainProject1.aspx.cs"},{"SourceFile":"common\\mainProject1.aspx.designer.cs"},{"SourceFile":"common\\main.aspx.cs"},{"SourceFile":"common\\main.aspx.designer.cs"},{"SourceFile":"common\\mainProject.aspx.cs"},{"SourceFile":"common\\mainProject.aspx.designer.cs"},{"SourceFile":"common\\mainProject2.aspx.cs"},{"SourceFile":"common\\mainProject2.aspx.designer.cs"},{"SourceFile":"common\\main_new.aspx.cs"},{"SourceFile":"common\\main_new.aspx.designer.cs"},{"SourceFile":"common\\main_new0.aspx.cs"},{"SourceFile":"common\\main_new0.aspx.designer.cs"},{"SourceFile":"common\\main_new1.aspx.cs"},{"SourceFile":"common\\main_new1.aspx.designer.cs"},{"SourceFile":"common\\themes.aspx.cs"},{"SourceFile":"common\\themes.aspx.designer.cs"},{"SourceFile":"Controls\\DataImportControl.ascx.cs"},{"SourceFile":"Controls\\DataImportControl.ascx.designer.cs"},{"SourceFile":"Controls\\FlowOperateControl.ascx.cs"},{"SourceFile":"Controls\\FlowOperateControl.ascx.designer.cs"},{"SourceFile":"Controls\\QRCodePrint.aspx.cs"},{"SourceFile":"Controls\\QRCodePrint.aspx.designer.cs"},{"SourceFile":"Controls\\SeeQRImage.aspx.cs"},{"SourceFile":"Controls\\SeeQRImage.aspx.designer.cs"},{"SourceFile":"Controls\\ShowQRImage.aspx.cs"},{"SourceFile":"Controls\\ShowQRImage.aspx.designer.cs"},{"SourceFile":"Controls\\UnitProjectTControl.ascx.cs"},{"SourceFile":"Controls\\UnitProjectTControl.ascx.designer.cs"},{"SourceFile":"CQMS\\BaseInfo\\ProjectSysSet.aspx.cs"},{"SourceFile":"CQMS\\BaseInfo\\ProjectSysSet.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckEquipment.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckList.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckList.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\ChecklistEdit.aspx.cs"},{"SourceFile":"CQMS\\Check\\ChecklistEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckListFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckListFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckListView.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckListView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckMonth.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckMonth.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckMonthFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckMonthFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\ConstructSolutionFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\ConstructSolutionFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\Design.aspx.cs"},{"SourceFile":"CQMS\\Check\\Design.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DesignFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\DesignFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DesignView.aspx.cs"},{"SourceFile":"CQMS\\Check\\DesignView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\Draw.aspx.cs"},{"SourceFile":"CQMS\\Check\\Draw.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DrawEdit.aspx.cs"},{"SourceFile":"CQMS\\Check\\DrawEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DrawView.aspx.cs"},{"SourceFile":"CQMS\\Check\\DrawView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipment.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipmentTwo.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipmentTwo.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditCheckMonth.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditCheckMonth.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditDesign.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditDesign.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheckTwo.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheckTwo.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditSportDataCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditSportDataCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditSpotCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditSpotCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditTechnicalContactList.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditTechnicalContactList.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\FileCabinet.aspx.cs"},{"SourceFile":"CQMS\\Check\\FileCabinet.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\FileCabinetEdit.aspx.cs"},{"SourceFile":"CQMS\\Check\\FileCabinetEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheckFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheckFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheckStatistics.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheckStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheckView.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheckView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\ShowWBS.aspx.cs"},{"SourceFile":"CQMS\\Check\\ShowWBS.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckStatistics.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckView.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheckView.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheckView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactList.aspx.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactList.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactListFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactListFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactView.aspx.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\WorkContactFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\WorkContactFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosure.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosure.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistribution.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistribution.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceiving.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceiving.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDoc.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDoc.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrder.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrder.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetails.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetails.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawings.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawings.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApproval.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApproval.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipment.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachine.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachine.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPerson.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPerson.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlan.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlan.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApproval.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApproval.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagement.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PersonItem.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PersonItem.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipe.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipe.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccident.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccident.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawings.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawings.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagement.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipment.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecords.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecords.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardList.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardList.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProject.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProject.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataBase.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataBase.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseProject.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseProject.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataTypeProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataTypeProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit2.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit2.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotList.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotList.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotListEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\PhotoEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\PhotoEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\StartWorkEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\StartWorkEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\WBS2FileEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\WBS2FileEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\WBSFileEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\WBSFileEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheck.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheckEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheckEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointList.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointList.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointListEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ForeignWBSOut.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ForeignWBSOut.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPList.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPList.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProject.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProject.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ShoBreakdownProject.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ShoBreakdownProject.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit1.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit1.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit2.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit2.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\CheckStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\CheckStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\DesignChangeStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\DesignChangeStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\HJGLStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\HJGLStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportPrint.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportPrint.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\NCRStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\NCRStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQuality.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQuality.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQualityEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQualityEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportPrint.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportPrint.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\MonthTargetEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\MonthTargetEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\OutDayEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\OutDayEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\Performance.aspx.cs"},{"SourceFile":"CQMS\\Performance\\Performance.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceAudit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceAudit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceConfig.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceConfig.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceSubmit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceSubmit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\ScoreEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\ScoreEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\TaskContentEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\TaskContentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\WorkPlanEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\WorkPlanEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\CheckManStatistics.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\CheckManStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManage.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManage.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManageEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManageEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagement.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementStatistics.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNotice.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNotice.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNoticeEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNoticeEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTestEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTestEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_New.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_New.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_NewEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_NewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\ShowUnitWork.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\ShowUnitWork.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagement.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummary.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummary.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryDataIn.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\Organizational.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\Organizational.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlan.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlan.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanDataIn.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSys.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSys.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysDataIn.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolution.aspx.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolution.aspx.designer.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolutionView.aspx.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolutionView.aspx.designer.cs"},{"SourceFile":"CQMS\\Solution\\EditConstructSolution.aspx.cs"},{"SourceFile":"CQMS\\Solution\\EditConstructSolution.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\AddWorkContactFinalFile.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\AddWorkContactFinalFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\ContactList.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\ContactList.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\EditWorkContact.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\EditWorkContact.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactFinalFileView.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactFinalFileView.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactView.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactView.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycle.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycle.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSearch.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSearch.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSet.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSet.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleShow.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleShow.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitSet.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitSet.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlPoint.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlPoint.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCrop.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCrop.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCropDataIn.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCropDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideList.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideList.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjects.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjects.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNew.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNew.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNewEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCropping.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCropping.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCroppingEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCroppingEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdown.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdown.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdownProject.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdownProject.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditDivision.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditDivision.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditDivisionProject.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditDivisionProject.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessional.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessional.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessionalEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessionalEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPoint.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPoint.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPointEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPointEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlItemInitSet.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlItemInitSet.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPoint.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPoint.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPointFile.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPointFile.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageInitEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageInitEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet1.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet1.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2In.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2In.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatisc.aspx.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatisc.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatiscItem.aspx.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatiscItem.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\NCRStatisc.aspx.cs"},{"SourceFile":"DataShowLocal\\NCRStatisc.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\NCRStatiscItem.aspx.cs"},{"SourceFile":"DataShowLocal\\NCRStatiscItem.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\QualityInstruments.aspx.cs"},{"SourceFile":"DataShowLocal\\QualityInstruments.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\QualityInstrumentsItem.aspx.cs"},{"SourceFile":"DataShowLocal\\QualityInstrumentsItem.aspx.designer.cs"},{"SourceFile":"DataShow\\Accident.aspx.cs"},{"SourceFile":"DataShow\\Accident.aspx.designer.cs"},{"SourceFile":"DataShow\\Check.aspx.cs"},{"SourceFile":"DataShow\\Check.aspx.designer.cs"},{"SourceFile":"DataShow\\CompanyPerson.aspx.cs"},{"SourceFile":"DataShow\\CompanyPerson.aspx.designer.cs"},{"SourceFile":"DataShow\\ConstructionEquipment.aspx.cs"},{"SourceFile":"DataShow\\ConstructionEquipment.aspx.designer.cs"},{"SourceFile":"DataShow\\EduTrain.aspx.cs"},{"SourceFile":"DataShow\\EduTrain.aspx.designer.cs"},{"SourceFile":"DataShow\\Emergency.aspx.cs"},{"SourceFile":"DataShow\\Emergency.aspx.designer.cs"},{"SourceFile":"DataShow\\Environmental.aspx.cs"},{"SourceFile":"DataShow\\Environmental.aspx.designer.cs"},{"SourceFile":"DataShow\\ProjectSitePerson.aspx.cs"},{"SourceFile":"DataShow\\ProjectSitePerson.aspx.designer.cs"},{"SourceFile":"DataShow\\GJSX.aspx.cs"},{"SourceFile":"DataShow\\GJSX.aspx.designer.cs"},{"SourceFile":"DataShow\\GJSXItem.aspx.cs"},{"SourceFile":"DataShow\\GJSXItem.aspx.designer.cs"},{"SourceFile":"DataShow\\HiddenRectification.aspx.cs"},{"SourceFile":"DataShow\\HiddenRectification.aspx.designer.cs"},{"SourceFile":"DataShow\\HiddenRectificationItem.aspx.cs"},{"SourceFile":"DataShow\\HiddenRectificationItem.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLDefect.aspx.cs"},{"SourceFile":"DataShow\\HJGLDefect.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLWelder.aspx.cs"},{"SourceFile":"DataShow\\HJGLWelder.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLWelding.aspx.cs"},{"SourceFile":"DataShow\\HJGLWelding.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLWeldingItem.aspx.cs"},{"SourceFile":"DataShow\\HJGLWeldingItem.aspx.designer.cs"},{"SourceFile":"DataShow\\InspectionManagement.aspx.cs"},{"SourceFile":"DataShow\\InspectionManagement.aspx.designer.cs"},{"SourceFile":"DataShow\\InspectionManagementItem.aspx.cs"},{"SourceFile":"DataShow\\InspectionManagementItem.aspx.designer.cs"},{"SourceFile":"DataShow\\JDStatistics.aspx.cs"},{"SourceFile":"DataShow\\JDStatistics.aspx.designer.cs"},{"SourceFile":"DataShow\\JDDutyPersonDetail.aspx.cs"},{"SourceFile":"DataShow\\JDDutyPersonDetail.aspx.designer.cs"},{"SourceFile":"DataShow\\JDWeekDetail.aspx.cs"},{"SourceFile":"DataShow\\JDWeekDetail.aspx.designer.cs"},{"SourceFile":"DataShow\\JDMonthDetail.aspx.cs"},{"SourceFile":"DataShow\\JDMonthDetail.aspx.designer.cs"},{"SourceFile":"DataShow\\JD.aspx.cs"},{"SourceFile":"DataShow\\JD.aspx.designer.cs"},{"SourceFile":"DataShow\\LargeEngineering.aspx.cs"},{"SourceFile":"DataShow\\LargeEngineering.aspx.designer.cs"},{"SourceFile":"DataShow\\LargeEngineeringItem.aspx.cs"},{"SourceFile":"DataShow\\LargeEngineeringItem.aspx.designer.cs"},{"SourceFile":"DataShow\\License.aspx.cs"},{"SourceFile":"DataShow\\License.aspx.designer.cs"},{"SourceFile":"DataShow\\Meeting.aspx.cs"},{"SourceFile":"DataShow\\Meeting.aspx.designer.cs"},{"SourceFile":"DataShow\\Person1.aspx.cs"},{"SourceFile":"DataShow\\Person1.aspx.designer.cs"},{"SourceFile":"DataShow\\Person2.aspx.cs"},{"SourceFile":"DataShow\\Person2.aspx.designer.cs"},{"SourceFile":"DataShow\\Person3.aspx.cs"},{"SourceFile":"DataShow\\Person3.aspx.designer.cs"},{"SourceFile":"DataShow\\Project.aspx.cs"},{"SourceFile":"DataShow\\Project.aspx.designer.cs"},{"SourceFile":"DataShow\\ProjectDivision.aspx.cs"},{"SourceFile":"DataShow\\ProjectDivision.aspx.designer.cs"},{"SourceFile":"DataShow\\ProjectPerson.aspx.cs"},{"SourceFile":"DataShow\\ProjectPerson.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityAcceptance.aspx.cs"},{"SourceFile":"DataShow\\QualityAcceptance.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityControlPoint.aspx.cs"},{"SourceFile":"DataShow\\QualityControlPoint.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityInstruments.aspx.cs"},{"SourceFile":"DataShow\\QualityInstruments.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityInstrumentsItem.aspx.cs"},{"SourceFile":"DataShow\\QualityInstrumentsItem.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityPerson.aspx.cs"},{"SourceFile":"DataShow\\QualityPerson.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityProblem.aspx.cs"},{"SourceFile":"DataShow\\QualityProblem.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityProblemItem.aspx.cs"},{"SourceFile":"DataShow\\QualityProblemItem.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityTraining.aspx.cs"},{"SourceFile":"DataShow\\QualityTraining.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityTrainingItem1.aspx.cs"},{"SourceFile":"DataShow\\QualityTrainingItem1.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityTrainingItem2.aspx.cs"},{"SourceFile":"DataShow\\QualityTrainingItem2.aspx.designer.cs"},{"SourceFile":"DataShow\\SafePerson.aspx.cs"},{"SourceFile":"DataShow\\SafePerson.aspx.designer.cs"},{"SourceFile":"DataShow\\SecurityCost.aspx.cs"},{"SourceFile":"DataShow\\SecurityCost.aspx.designer.cs"},{"SourceFile":"DataShow\\SecurityRisk.aspx.cs"},{"SourceFile":"DataShow\\SecurityRisk.aspx.designer.cs"},{"SourceFile":"DataShow\\SecurityRiskItem.aspx.cs"},{"SourceFile":"DataShow\\SecurityRiskItem.aspx.designer.cs"},{"SourceFile":"DataShow\\WeldOneOK.aspx.cs"},{"SourceFile":"DataShow\\WeldOneOK.aspx.designer.cs"},{"SourceFile":"DataShow\\WeldOneOKItem.aspx.cs"},{"SourceFile":"DataShow\\WeldOneOKItem.aspx.designer.cs"},{"SourceFile":"DataShow\\WorkingHours.aspx.cs"},{"SourceFile":"DataShow\\WorkingHours.aspx.designer.cs"},{"SourceFile":"DataShow\\WorkingHoursItem.aspx.cs"},{"SourceFile":"DataShow\\WorkingHoursItem.aspx.designer.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckNotice.aspx.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckNotice.aspx.designer.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectify.aspx.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectify.aspx.designer.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectifyEdit.aspx.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"DigData\\HSEDataCollect.aspx.cs"},{"SourceFile":"DigData\\HSEDataCollect.aspx.designer.cs"},{"SourceFile":"DocManage\\DocManage.aspx.cs"},{"SourceFile":"DocManage\\DocManage.aspx.designer.cs"},{"SourceFile":"DocManage\\DocManageEdit.aspx.cs"},{"SourceFile":"DocManage\\DocManageEdit.aspx.designer.cs"},{"SourceFile":"DocManage\\DocManageView.aspx.cs"},{"SourceFile":"DocManage\\DocManageView.aspx.designer.cs"},{"SourceFile":"Door\\AbsenceDuty.aspx.cs"},{"SourceFile":"Door\\AbsenceDuty.aspx.designer.cs"},{"SourceFile":"Door\\InOutManHoursItem.aspx.cs"},{"SourceFile":"Door\\InOutManHoursItem.aspx.designer.cs"},{"SourceFile":"Door\\InOutRecordChart.aspx.cs"},{"SourceFile":"Door\\InOutRecordChart.aspx.designer.cs"},{"SourceFile":"Door\\InOutRecordItem.aspx.cs"},{"SourceFile":"Door\\InOutRecordItem.aspx.designer.cs"},{"SourceFile":"Door\\InOutManHours.aspx.cs"},{"SourceFile":"Door\\InOutManHours.aspx.designer.cs"},{"SourceFile":"Door\\InOutList.aspx.cs"},{"SourceFile":"Door\\InOutList.aspx.designer.cs"},{"SourceFile":"Door\\InOutRecord.aspx.cs"},{"SourceFile":"Door\\InOutRecord.aspx.designer.cs"},{"SourceFile":"Email_Send\\Email_Pop_Edit.aspx.cs"},{"SourceFile":"Email_Send\\Email_Pop_Edit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Components.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Components.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsIn.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsIn.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Consumables.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Consumables.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Control.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Control.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Defect.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Defect.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Detection.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Detection.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Groove.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Groove.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Material.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Material.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Medium.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Medium.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumIn.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumIn.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClass.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClass.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassIn.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassIn.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Pressure.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Pressure.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClass.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClass.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethod.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethod.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Testing.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Testing.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMedium.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMedium.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Weld.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Weld.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocation.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocation.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethod.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethod.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldView.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\HJGLData.aspx.cs"},{"SourceFile":"HJGL\\FL\\HJGLData.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\HJGLDataEdit.aspx.cs"},{"SourceFile":"HJGL\\FL\\HJGLDataEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\NdtList.aspx.cs"},{"SourceFile":"HJGL\\FL\\NdtList.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\OneOKRate.aspx.cs"},{"SourceFile":"HJGL\\FL\\OneOKRate.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\PressurePackageList.aspx.cs"},{"SourceFile":"HJGL\\FL\\PressurePackageList.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\Quantity.aspx.cs"},{"SourceFile":"HJGL\\FL\\Quantity.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\TailItemList.aspx.cs"},{"SourceFile":"HJGL\\FL\\TailItemList.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\TotalQuantity.aspx.cs"},{"SourceFile":"HJGL\\FL\\TotalQuantity.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardFeedback.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardFeedback.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReport.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReport.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportItem.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportItem.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrust.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrust.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustItemEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessFeedback.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessFeedback.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReport.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReport.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportItem.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportItem.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrust.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrust.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustItemEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumAudit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumComplete.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumComplete.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumEdit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumItemEdit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheckEdit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheckEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\SelectPipeline.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\SelectPipeline.aspx.designer.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatch.aspx.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatch.aspx.designer.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatchEdit.aspx.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatchEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\NDT\\RepairNotice.aspx.cs"},{"SourceFile":"HJGL\\NDT\\RepairNotice.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItem.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItem.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItemEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManage.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManage.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageView.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageView.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\SeeQRImage.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\SeeQRImage.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItem.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItem.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItemEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManage.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManage.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManageEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManageEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\OpenResetPoint.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\OpenResetPoint.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\PointAudit.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\PointAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\PointBatch.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\PointBatch.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\TrustBatch.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\TrustBatch.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheckEdit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheckEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningAudit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningComplete.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningComplete.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningEdit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningItemEdit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\SelectPipeline.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\SelectPipeline.aspx.designer.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\RepairAndExpand.aspx.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\RepairAndExpand.aspx.designer.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\SeeFilm.aspx.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\SeeFilm.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\BItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\BItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit2.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit2.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckView.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckView.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\SelectPipeline.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\SelectPipeline.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageAudit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageComplete.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageComplete.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageCompleteEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageCompleteEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageItemEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\GetWdldingDailyItem.ashx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineList.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineList.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineListIn.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineListIn.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\PreWeldReportAudit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PreWeldReportAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectDailyWeldJoint.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectDailyWeldJoint.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectTaskWeldJoint.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectTaskWeldJoint.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectWPS.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectWPS.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointBatchEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointBatchEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointList.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointList.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReport.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReport.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReportEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReportEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldTask.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldTask.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\DefectStatistics.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\DefectStatistics.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\FirstPassRate.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\FirstPassRate.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCmprehensive.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCmprehensive.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCompreInfo.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCompreInfo.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTMonthlyReport.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTMonthlyReport.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTWeeklyReport.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTWeeklyReport.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkareaAnalyze.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkareaAnalyze.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaQuality.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaQuality.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaShowColumn.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaShowColumn.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderAvgPerformance.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderAvgPerformance.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderPerformance.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderPerformance.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQEdit.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQIn.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQIn.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQList.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQList.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQView.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandle.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandle.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecord.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReport.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReport.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOther.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOther.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\NoFourLetoffEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\NoFourLetoffEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanList.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanList.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummary.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummary.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditCompanyManageRuleTemplate.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditCompanyManageRuleTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditManagerRuleTemplate.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditManagerRuleTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleList.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleList.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\CarManager.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\CarManager.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerEdit.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerView.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerView.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManager.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManager.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerEdit.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerView.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligation.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligation.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayDetailWHEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayDetailWHEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWH.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWH.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHPrint.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHoliday.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHoliday.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailIn.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayPrint.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecial.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecial.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWork.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWork.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailIn.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkPrint.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ContactList.aspx.cs"},{"SourceFile":"HSSE\\Check\\ContactList.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ContactListEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\ContactListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ContactListView.aspx.cs"},{"SourceFile":"HSSE\\Check\\ContactListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HiddenTroubleManager.aspx.cs"},{"SourceFile":"HSSE\\Check\\HiddenTroubleManager.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HSECertificate.aspx.cs"},{"SourceFile":"HSSE\\Check\\HSECertificate.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateView.aspx.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeStatistics.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\OfficeCheck.aspx.cs"},{"SourceFile":"HSSE\\Check\\OfficeCheck.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheck.aspx.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheck.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckView.aspx.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeStatistics.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNotices.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNotices.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRecheck.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRecheck.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRectify.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRectify.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAudit.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAudit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesStatistics.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesView.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ShowCheckItem.aspx.cs"},{"SourceFile":"HSSE\\Check\\ShowCheckItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ShowCompletedDate.aspx.cs"},{"SourceFile":"HSSE\\Check\\ShowCompletedDate.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ViolationPerson.aspx.cs"},{"SourceFile":"HSSE\\Check\\ViolationPerson.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonView.aspx.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedger.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedger.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedgerNew.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedgerNew.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManage.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManage.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageItemEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetail.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetail.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\Expense.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\Expense.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistration.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistration.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistrationEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistrationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManage.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManage.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlan.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlan.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlanEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlanEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistration.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistration.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNew.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNew.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNewEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNewEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistration.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistration.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistrationEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistrationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\TotalPayRegistrationView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\TotalPayRegistrationView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCase.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCase.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTraining.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTraining.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\Plan.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\Plan.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\PlanView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\PlanView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\ShowPerson.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\ShowPerson.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\Task.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\Task.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskRecordView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlan.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlan.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlanView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlanView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecord.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordItem.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordItem.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordPrint.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestStatistics.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTraining.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTraining.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemIn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemIn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingOut.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingOut.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainRecord.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainDB.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainDB.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainFind.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainFind.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecord.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordIn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordIn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTest.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTest.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDB.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDB.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBEdit.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestItemEdit.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordList.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordList.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyList.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyList.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcess.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcess.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcessEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcessEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupply.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupply.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrain.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrain.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReport.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReport.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlan.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlan.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoring.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoring.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringApiView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringApiView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmental.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmental.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileList.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileList.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileList.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileList.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentList.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentList.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFile.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFile.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskList.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfo.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfo.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfoEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfoEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardPrompt.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardPrompt.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardReEvaluator.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardReEvaluator.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardTemplate.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\MajorHazardList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\MajorHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazard.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazard.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectify.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectify.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectifyEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\Response.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\Response.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ResponseItem.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ResponseItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RiskControl.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RiskControl.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspection.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspection.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\SetToolTipTime.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\SetToolTipTime.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ShowEnvironmentalItem.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ShowEnvironmentalItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ShowHazardList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ShowHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationAdd.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationConfirm.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationConfirm.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationList.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationList.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationRectify.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationRectify.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationView.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationView.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\RiskAnalysisChart.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\RiskAnalysisChart.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDuty.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDuty.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDutyEdit.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDutyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitution.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitution.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitutionEdit.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitutionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentIn.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentIn.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOut.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOut.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityIn.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityIn.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentIn.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentIn.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOut.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOut.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationAnalysis\\CheckAnalysis.aspx.cs"},{"SourceFile":"HSSE\\InformationAnalysis\\CheckAnalysis.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentify.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentify.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\CreateLawRegulationIdentify.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\CreateLawRegulationIdentify.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetA.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetA.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetB.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetB.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentify.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentify.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\Notice.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\Notice.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolder.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolder.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivities.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivities.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardList.aspx.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSave.aspx.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSave.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationList.aspx.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationList.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListEdit.aspx.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\ManageRule.aspx.cs"},{"SourceFile":"HSSE\\Law\\ManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulations.aspx.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulations.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsEdit.aspx.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\BreakGround.aspx.cs"},{"SourceFile":"HSSE\\License\\BreakGround.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\BreakGroundView.aspx.cs"},{"SourceFile":"HSSE\\License\\BreakGroundView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\Electricity.aspx.cs"},{"SourceFile":"HSSE\\License\\Electricity.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\ElectricityView.aspx.cs"},{"SourceFile":"HSSE\\License\\ElectricityView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyList.aspx.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyList.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListView.aspx.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\FireWork.aspx.cs"},{"SourceFile":"HSSE\\License\\FireWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\FireWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\FireWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HeightWork.aspx.cs"},{"SourceFile":"HSSE\\License\\HeightWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HeightWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\HeightWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HSETechnical.aspx.cs"},{"SourceFile":"HSSE\\License\\HSETechnical.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalView.aspx.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LicenseManager.aspx.cs"},{"SourceFile":"HSSE\\License\\LicenseManager.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerView.aspx.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LiftingWork.aspx.cs"},{"SourceFile":"HSSE\\License\\LiftingWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LiftingWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\LiftingWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LimitedSpace.aspx.cs"},{"SourceFile":"HSSE\\License\\LimitedSpace.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LimitedSpaceView.aspx.cs"},{"SourceFile":"HSSE\\License\\LimitedSpaceView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\NightWork.aspx.cs"},{"SourceFile":"HSSE\\License\\NightWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\NightWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\NightWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\OpenCircuit.aspx.cs"},{"SourceFile":"HSSE\\License\\OpenCircuit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\OpenCircuitView.aspx.cs"},{"SourceFile":"HSSE\\License\\OpenCircuitView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\RadialWork.aspx.cs"},{"SourceFile":"HSSE\\License\\RadialWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\RadialWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\RadialWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\SecurityLicense.aspx.cs"},{"SourceFile":"HSSE\\License\\SecurityLicense.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\SecurityLicenseEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\SecurityLicenseEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReport.aspx.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReport.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiary.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiary.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiaryView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiaryView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSELogStatistics.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSELogStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELog.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELog.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonth.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonth.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthC.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthC.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCNew.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCNew.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDin.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDin.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDinEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDinEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeek.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeek.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit1.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit1.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit10.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit10.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit2.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit2.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit3.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit3.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit4.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit4.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit6.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit6.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit5.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit5.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit7.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit7.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit8.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit8.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit9.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit9.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCOut.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCOut.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView1.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView1.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView10.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView10.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView2.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView2.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView3.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView3.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView4.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView4.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView5.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView5.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView6.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView6.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView7.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView7.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView8.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView8.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView9.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView9.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonth.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonth.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeek.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeek.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetection.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetection.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionEdit.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionView.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionView.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccident.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccident.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExamination.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExamination.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationEdit.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationView.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationView.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecord.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordView.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomance.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomance.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceEdit.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceView.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceView.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAudit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAudit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditView.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditView.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnitEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnitEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecord.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAudit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAudit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditView.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditView.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Resources\\SignManage.aspx.cs"},{"SourceFile":"HSSE\\Resources\\SignManage.aspx.designer.cs"},{"SourceFile":"HSSE\\Resources\\SignManageEdit.aspx.cs"},{"SourceFile":"HSSE\\Resources\\SignManageEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganization.aspx.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganization.aspx.designer.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganizationEdit.aspx.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganizationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\BlackPersonList.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\BlackPersonList.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReport.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReport.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailView.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportImport.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportImport.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReport.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReport.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonAutoDetail.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonAutoDetail.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfo.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfo.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonList.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonList.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonListEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonOut.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonOut.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonBaseData.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonBaseData.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\WorkPostStatistic.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\WorkPostStatistic.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonStatistic.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonStatistic.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonUnitRefresh.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonUnitRefresh.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\ReadWriteCard.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\ReadWriteCard.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCard.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCard.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCardView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCardView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolution.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolution.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentList.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentList.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEditItem.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEditItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardList.aspx.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ShowIndexToLaw.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ShowIndexToLaw.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplate.aspx.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateView.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemSet.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemSet.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CompanyEnvironmental.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CompanyEnvironmental.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CompanyHazardList.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CompanyHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\Emergency.aspx.cs"},{"SourceFile":"HSSE\\Technique\\Emergency.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EmergencyEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EmergencyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EmergencySelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EmergencySelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\Environmental.aspx.cs"},{"SourceFile":"HSSE\\Technique\\Environmental.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalIn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardList.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListIn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListOut.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListOut.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListTypeEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListTypeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\Rectify.aspx.cs"},{"SourceFile":"HSSE\\Technique\\Rectify.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\RectifyEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\RectifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\RectifyItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\RectifyItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\RectifySelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\RectifySelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\SpecialScheme.aspx.cs"},{"SourceFile":"HSSE\\Technique\\SpecialScheme.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeSelectCloumn.aspx.designer.cs"},{"SourceFile":"indexProject.aspx.cs"},{"SourceFile":"indexProject.aspx.designer.cs"},{"SourceFile":"index.aspx.cs"},{"SourceFile":"index.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanSelect.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanSelect.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekItemEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekItemEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekItem.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekItem.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlan.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlan.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEditNew.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEditNew.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanStatisc.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanStatisc.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionView.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionView.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressShow.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressShow.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressStatistics.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressStatistics.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionChart.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionChart.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityList.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityList.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityListEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityListEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityListView.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityListView.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\TotalCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\TotalCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlan.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlan.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanStatisc.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanStatisc.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\EarnedValueCurve.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\EarnedValueCurve.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\JDReport.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\JDReport.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\PlanAdjust.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\PlanAdjust.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\RectificationMeasureSet.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\RectificationMeasureSet.aspx.designer.cs"},{"SourceFile":"JDGL\\Progress\\WbsManager.aspx.cs"},{"SourceFile":"JDGL\\Progress\\WbsManager.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSCompleteAudit.aspx.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSCompleteAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSReport.aspx.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSReport.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSPlan\\SeeDetailHistory.aspx.cs"},{"SourceFile":"JDGL\\WBSPlan\\SeeDetailHistory.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanAudit.aspx.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanSet.aspx.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanSet.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSWeights\\WeightsAudit.aspx.cs"},{"SourceFile":"JDGL\\WBSWeights\\WeightsAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailHistoryShow.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailHistoryShow.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlInitEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlInitEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailHistoryShow.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailHistoryShow.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekItemDetailEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekItemDetailEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigType.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigType.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeView.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeView.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialType.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialType.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeView.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeView.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\MilePost.aspx.cs"},{"SourceFile":"JDGL\\WBS\\MilePost.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\MilePostEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\MilePostEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSIn.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSIn.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSOut.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSOut.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSet.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSet.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAudit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAuditEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAuditEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy2.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy2.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInput.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInput.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEditAll.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEditAll.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputIn.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputIn.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadStatistics.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadStatistics.aspx.designer.cs"},{"SourceFile":"Login.aspx.cs"},{"SourceFile":"Login.aspx.designer.cs"},{"SourceFile":"Notice\\IssuedNotice.aspx.cs"},{"SourceFile":"Notice\\IssuedNotice.aspx.designer.cs"},{"SourceFile":"Notice\\NoIssuedNotice.aspx.cs"},{"SourceFile":"Notice\\NoIssuedNotice.aspx.designer.cs"},{"SourceFile":"Notice\\NoticeEdit.aspx.cs"},{"SourceFile":"Notice\\NoticeEdit.aspx.designer.cs"},{"SourceFile":"Notice\\NoticeView.aspx.cs"},{"SourceFile":"Notice\\NoticeView.aspx.designer.cs"},{"SourceFile":"Notice\\NoticeView2.aspx.cs"},{"SourceFile":"Notice\\NoticeView2.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckContentEdit1.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckContentEdit1.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckInfo.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckInfo.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNotice.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNotice.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNoticeEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNoticeEdit.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckReport.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckReport.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckTeamEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckTeamEdit.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\RectifyEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\RectifyEdit.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluation.aspx.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluation.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluationEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluationEdit.aspx.designer.cs"},{"SourceFile":"Opinion\\OpinionCollection.aspx.cs"},{"SourceFile":"Opinion\\OpinionCollection.aspx.designer.cs"},{"SourceFile":"Opinion\\OpinionCollectionEdit.aspx.cs"},{"SourceFile":"Opinion\\OpinionCollectionEdit.aspx.designer.cs"},{"SourceFile":"Party\\BasicInformation.aspx.cs"},{"SourceFile":"Party\\BasicInformation.aspx.designer.cs"},{"SourceFile":"Party\\CommentPartyer.aspx.cs"},{"SourceFile":"Party\\CommentPartyer.aspx.designer.cs"},{"SourceFile":"Party\\CommentPartyerEdit.aspx.cs"},{"SourceFile":"Party\\CommentPartyerEdit.aspx.designer.cs"},{"SourceFile":"Party\\DoingThingsForMasses.aspx.cs"},{"SourceFile":"Party\\DoingThingsForMasses.aspx.designer.cs"},{"SourceFile":"Party\\DoingThingsForMassesEdit.aspx.cs"},{"SourceFile":"Party\\DoingThingsForMassesEdit.aspx.designer.cs"},{"SourceFile":"Party\\EmployeeConversationRecord.aspx.cs"},{"SourceFile":"Party\\EmployeeConversationRecord.aspx.designer.cs"},{"SourceFile":"Party\\EmployeeConversationRecordEdit.aspx.cs"},{"SourceFile":"Party\\EmployeeConversationRecordEdit.aspx.designer.cs"},{"SourceFile":"Party\\FocusLearn.aspx.cs"},{"SourceFile":"Party\\FocusLearn.aspx.designer.cs"},{"SourceFile":"Party\\FocusLearnEdit.aspx.cs"},{"SourceFile":"Party\\FocusLearnEdit.aspx.designer.cs"},{"SourceFile":"Party\\LastWorkSummary.aspx.cs"},{"SourceFile":"Party\\LastWorkSummary.aspx.designer.cs"},{"SourceFile":"Party\\LastWorkSummaryEdit.aspx.cs"},{"SourceFile":"Party\\LastWorkSummaryEdit.aspx.designer.cs"},{"SourceFile":"Party\\NewsPropagandaWork.aspx.cs"},{"SourceFile":"Party\\NewsPropagandaWork.aspx.designer.cs"},{"SourceFile":"Party\\NewsPropagandaWorkEdit.aspx.cs"},{"SourceFile":"Party\\NewsPropagandaWorkEdit.aspx.designer.cs"},{"SourceFile":"Party\\OrganizingLife.aspx.cs"},{"SourceFile":"Party\\OrganizingLife.aspx.designer.cs"},{"SourceFile":"Party\\OrganizingLifeEdit.aspx.cs"},{"SourceFile":"Party\\OrganizingLifeEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyCommittee.aspx.cs"},{"SourceFile":"Party\\PartyCommittee.aspx.designer.cs"},{"SourceFile":"Party\\PartyCommitteeEdit.aspx.cs"},{"SourceFile":"Party\\PartyCommitteeEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyCongress.aspx.cs"},{"SourceFile":"Party\\PartyCongress.aspx.designer.cs"},{"SourceFile":"Party\\PartyCongressEdit.aspx.cs"},{"SourceFile":"Party\\PartyCongressEdit.aspx.designer.cs"},{"SourceFile":"Party\\Partyer.aspx.cs"},{"SourceFile":"Party\\Partyer.aspx.designer.cs"},{"SourceFile":"Party\\PartyerEdit.aspx.cs"},{"SourceFile":"Party\\PartyerEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyHistoryStudy.aspx.cs"},{"SourceFile":"Party\\PartyHistoryStudy.aspx.designer.cs"},{"SourceFile":"Party\\PartyHistoryStudyEdit.aspx.cs"},{"SourceFile":"Party\\PartyHistoryStudyEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyLecture.aspx.cs"},{"SourceFile":"Party\\PartyLecture.aspx.designer.cs"},{"SourceFile":"Party\\PartyLectureEdit.aspx.cs"},{"SourceFile":"Party\\PartyLectureEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyMeeting.aspx.cs"},{"SourceFile":"Party\\PartyMeeting.aspx.designer.cs"},{"SourceFile":"Party\\PartyMeetingEdit.aspx.cs"},{"SourceFile":"Party\\PartyMeetingEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyMoneyUse.aspx.cs"},{"SourceFile":"Party\\PartyMoneyUse.aspx.designer.cs"},{"SourceFile":"Party\\PartyMoneyUseEdit.aspx.cs"},{"SourceFile":"Party\\PartyMoneyUseEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyPioneerDemonstration.aspx.cs"},{"SourceFile":"Party\\PartyPioneerDemonstration.aspx.designer.cs"},{"SourceFile":"Party\\PartyPioneerDemonstrationEdit.aspx.cs"},{"SourceFile":"Party\\PartyPioneerDemonstrationEdit.aspx.designer.cs"},{"SourceFile":"Party\\ThemePartyDay.aspx.cs"},{"SourceFile":"Party\\ThemePartyDay.aspx.designer.cs"},{"SourceFile":"Party\\ThemePartyDayEdit.aspx.cs"},{"SourceFile":"Party\\ThemePartyDayEdit.aspx.designer.cs"},{"SourceFile":"Party\\TwoOneGoodSelection.aspx.cs"},{"SourceFile":"Party\\TwoOneGoodSelection.aspx.designer.cs"},{"SourceFile":"Party\\TwoOneGoodSelectionEdit.aspx.cs"},{"SourceFile":"Party\\TwoOneGoodSelectionEdit.aspx.designer.cs"},{"SourceFile":"Party\\WorkPlan.aspx.cs"},{"SourceFile":"Party\\WorkPlan.aspx.designer.cs"},{"SourceFile":"Party\\WorkPlanEdit.aspx.cs"},{"SourceFile":"Party\\WorkPlanEdit.aspx.designer.cs"},{"SourceFile":"Personal\\BusinessTrip.aspx.cs"},{"SourceFile":"Personal\\BusinessTrip.aspx.designer.cs"},{"SourceFile":"Personal\\BusinessTripEdit.aspx.cs"},{"SourceFile":"Personal\\BusinessTripEdit.aspx.designer.cs"},{"SourceFile":"Personal\\PersonMeeting.aspx.cs"},{"SourceFile":"Personal\\PersonMeeting.aspx.designer.cs"},{"SourceFile":"Personal\\PersonMeetingEdit.aspx.cs"},{"SourceFile":"Personal\\PersonMeetingEdit.aspx.designer.cs"},{"SourceFile":"Personal\\FileSearch.aspx.cs"},{"SourceFile":"Personal\\FileSearch.aspx.designer.cs"},{"SourceFile":"Personal\\PersonCheckInfo.aspx.cs"},{"SourceFile":"Personal\\PersonCheckInfo.aspx.designer.cs"},{"SourceFile":"Personal\\PersonDuty.aspx.cs"},{"SourceFile":"Personal\\PersonDuty.aspx.designer.cs"},{"SourceFile":"Personal\\ShowTestRunPerformanceStandard.aspx.cs"},{"SourceFile":"Personal\\ShowTestRunPerformanceStandard.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunMonthSummary.aspx.cs"},{"SourceFile":"Personal\\TestRunMonthSummary.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunMonthSummaryEdit.aspx.cs"},{"SourceFile":"Personal\\TestRunMonthSummaryEdit.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunPerformance.aspx.cs"},{"SourceFile":"Personal\\TestRunPerformance.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunPerformanceEdit.aspx.cs"},{"SourceFile":"Personal\\TestRunPerformanceEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonCheck.aspx.cs"},{"SourceFile":"Person\\PersonCheck.aspx.designer.cs"},{"SourceFile":"Person\\PersonChecking.aspx.cs"},{"SourceFile":"Person\\PersonChecking.aspx.designer.cs"},{"SourceFile":"Person\\PersonCheckingView.aspx.cs"},{"SourceFile":"Person\\PersonCheckingView.aspx.designer.cs"},{"SourceFile":"Person\\PersonDuty.aspx.cs"},{"SourceFile":"Person\\PersonDuty.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyAdd.aspx.cs"},{"SourceFile":"Person\\PersonDutyAdd.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyEdit.aspx.cs"},{"SourceFile":"Person\\PersonDutyEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyTemplate.aspx.cs"},{"SourceFile":"Person\\PersonDutyTemplate.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyView.aspx.cs"},{"SourceFile":"Person\\PersonDutyView.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlan.aspx.cs"},{"SourceFile":"Person\\PersonPlan.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlanChart.aspx.cs"},{"SourceFile":"Person\\PersonPlanChart.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlanEdit.aspx.cs"},{"SourceFile":"Person\\PersonPlanEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlanIn.aspx.cs"},{"SourceFile":"Person\\PersonPlanIn.aspx.designer.cs"},{"SourceFile":"Person\\PersonSet.aspx.cs"},{"SourceFile":"Person\\PersonSet.aspx.designer.cs"},{"SourceFile":"Person\\PersonSetEdit.aspx.cs"},{"SourceFile":"Person\\PersonSetEdit.aspx.designer.cs"},{"SourceFile":"Personal\\PersonTotal.aspx.cs"},{"SourceFile":"Personal\\PersonTotal.aspx.designer.cs"},{"SourceFile":"Personal\\PersonTotalEdit.aspx.cs"},{"SourceFile":"Personal\\PersonTotalEdit.aspx.designer.cs"},{"SourceFile":"Personal\\PersonTotalView.aspx.cs"},{"SourceFile":"Personal\\PersonTotalView.aspx.designer.cs"},{"SourceFile":"Person\\PersonTotal.aspx.cs"},{"SourceFile":"Person\\PersonTotal.aspx.designer.cs"},{"SourceFile":"Person\\PersonTotalEdit.aspx.cs"},{"SourceFile":"Person\\PersonTotalEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonTotalView.aspx.cs"},{"SourceFile":"Person\\PersonTotalView.aspx.designer.cs"},{"SourceFile":"Person\\PersonTraining.aspx.cs"},{"SourceFile":"Person\\PersonTraining.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingAdd.aspx.cs"},{"SourceFile":"Person\\PersonTrainingAdd.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingEdit.aspx.cs"},{"SourceFile":"Person\\PersonTrainingEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingTaskItem.aspx.cs"},{"SourceFile":"Person\\PersonTrainingTaskItem.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingView.aspx.cs"},{"SourceFile":"Person\\PersonTrainingView.aspx.designer.cs"},{"SourceFile":"Person\\Shunt.aspx.cs"},{"SourceFile":"Person\\Shunt.aspx.designer.cs"},{"SourceFile":"Person\\ShuntDetailEdit.aspx.cs"},{"SourceFile":"Person\\ShuntDetailEdit.aspx.designer.cs"},{"SourceFile":"Person\\ShuntEdit.aspx.cs"},{"SourceFile":"Person\\ShuntEdit.aspx.designer.cs"},{"SourceFile":"Person\\ShuntList.aspx.cs"},{"SourceFile":"Person\\ShuntList.aspx.designer.cs"},{"SourceFile":"Person\\ShuntView.aspx.cs"},{"SourceFile":"Person\\ShuntView.aspx.designer.cs"},{"SourceFile":"Person\\PersonIn.aspx.cs"},{"SourceFile":"Person\\PersonIn.aspx.designer.cs"},{"SourceFile":"ProjectData\\Installation.aspx.cs"},{"SourceFile":"ProjectData\\Installation.aspx.designer.cs"},{"SourceFile":"ProjectData\\InstallationSave.aspx.cs"},{"SourceFile":"ProjectData\\InstallationSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\MainItem.aspx.cs"},{"SourceFile":"ProjectData\\MainItem.aspx.designer.cs"},{"SourceFile":"ProjectData\\MainItemEdit.aspx.cs"},{"SourceFile":"ProjectData\\MainItemEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\MainItemView.aspx.cs"},{"SourceFile":"ProjectData\\MainItemView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectInformation.aspx.cs"},{"SourceFile":"ProjectData\\ProjectInformation.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectList.aspx.cs"},{"SourceFile":"ProjectData\\ProjectList.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectMonitorList.aspx.cs"},{"SourceFile":"ProjectData\\ProjectMonitorList.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSet.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSet.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSetMap.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSetMap.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSetSave.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSetSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSetView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSetView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectShutdown.aspx.cs"},{"SourceFile":"ProjectData\\ProjectShutdown.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectShutdownEdit.aspx.cs"},{"SourceFile":"ProjectData\\ProjectShutdownEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectShutdownView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectShutdownView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSysSet.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSysSet.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnit.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnit.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnitSave.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnitSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnitSelect.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnitSelect.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnitView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnitView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUser.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUser.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserContact.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserContact.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserSave.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserSelect.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserSelect.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ShowMainItem.aspx.cs"},{"SourceFile":"ProjectData\\ShowMainItem.aspx.designer.cs"},{"SourceFile":"ProjectData\\TeamGroup.aspx.cs"},{"SourceFile":"ProjectData\\TeamGroup.aspx.designer.cs"},{"SourceFile":"ProjectData\\TeamGroupEdit.aspx.cs"},{"SourceFile":"ProjectData\\TeamGroupEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\TeamGroupView.aspx.cs"},{"SourceFile":"ProjectData\\TeamGroupView.aspx.designer.cs"},{"SourceFile":"ProjectData\\UnitWork.aspx.cs"},{"SourceFile":"ProjectData\\UnitWork.aspx.designer.cs"},{"SourceFile":"ProjectData\\UnitWorkEdit.aspx.cs"},{"SourceFile":"ProjectData\\UnitWorkEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\UnitWorkView.aspx.cs"},{"SourceFile":"ProjectData\\UnitWorkView.aspx.designer.cs"},{"SourceFile":"ProjectItems.aspx.cs"},{"SourceFile":"ProjectItems.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXFind.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXFind.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXInfoCount.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXInfoCount.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXList.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXList.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXListEdit.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXListEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXDetailEdit.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXDetailEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLog.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLog.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlan.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlan.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReport.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReport.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\Picture.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\Picture.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManager.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManager.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandover.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandover.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverView.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMap.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMap.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapEdit.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapView.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapView.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageData.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageData.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageDataSave.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageDataSave.aspx.designer.cs"},{"SourceFile":"ReportPrint\\PrintDesigner.aspx.cs"},{"SourceFile":"ReportPrint\\PrintDesigner.aspx.designer.cs"},{"SourceFile":"Personal\\RunLog.aspx.cs"},{"SourceFile":"Personal\\RunLog.aspx.designer.cs"},{"SourceFile":"Personal\\PersonalSet.aspx.cs"},{"SourceFile":"Personal\\PersonalSet.aspx.designer.cs"},{"SourceFile":"Personal\\PersonalInfo.aspx.cs"},{"SourceFile":"Personal\\PersonalInfo.aspx.designer.cs"},{"SourceFile":"Captcha\\captcha.ashx.cs"},{"SourceFile":"Captcha\\CaptchaImage.cs"},{"SourceFile":"common\\loading.aspx.cs"},{"SourceFile":"common\\loading.aspx.designer.cs"},{"SourceFile":"common\\ShowUpFile.aspx.cs"},{"SourceFile":"common\\ShowUpFile.aspx.designer.cs"},{"SourceFile":"common\\main0.aspx.cs"},{"SourceFile":"common\\main0.aspx.designer.cs"},{"SourceFile":"common\\source.aspx.cs"},{"SourceFile":"common\\source.aspx.designer.cs"},{"SourceFile":"common\\source_file.aspx.cs"},{"SourceFile":"common\\source_file.aspx.designer.cs"},{"SourceFile":"config\\ajax.aspx.cs"},{"SourceFile":"config\\ajax.aspx.designer.cs"},{"SourceFile":"config\\enable_gzip_iis6.aspx.cs"},{"SourceFile":"config\\enable_gzip_iis6.aspx.designer.cs"},{"SourceFile":"config\\icons.aspx.cs"},{"SourceFile":"config\\icons.aspx.designer.cs"},{"SourceFile":"config\\icons_font.aspx.cs"},{"SourceFile":"config\\icons_font.aspx.designer.cs"},{"SourceFile":"config\\install_toolbox.aspx.cs"},{"SourceFile":"config\\install_toolbox.aspx.designer.cs"},{"SourceFile":"config\\modify_webconfig.aspx.cs"},{"SourceFile":"config\\modify_webconfig.aspx.designer.cs"},{"SourceFile":"Controls\\ChartControl.ascx.cs"},{"SourceFile":"Controls\\ChartControl.ascx.designer.cs"},{"SourceFile":"Controls\\ClientJs\\ClientJs.ascx.cs"},{"SourceFile":"Controls\\ClientJs\\ClientJs.ascx.designer.cs"},{"SourceFile":"Controls\\GridNavgator.ascx.cs"},{"SourceFile":"Controls\\GridNavgator.ascx.designer.cs"},{"SourceFile":"Global.asax.cs"},{"SourceFile":"LogOff.aspx.cs"},{"SourceFile":"LogOff.aspx.designer.cs"},{"SourceFile":"common\\PageBase.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"ReportPrint\\CalculateChinaEx.aspx.cs"},{"SourceFile":"ReportPrint\\CalculateChinaEx.aspx.designer.cs"},{"SourceFile":"ReportPrint\\ExPrintSet.aspx.cs"},{"SourceFile":"ReportPrint\\ExPrintSet.aspx.designer.cs"},{"SourceFile":"ReportPrint\\ExReportPrint.aspx.cs"},{"SourceFile":"ReportPrint\\ExReportPrint.aspx.designer.cs"},{"SourceFile":"ReportPrint\\PrintDesigner2.aspx.cs"},{"SourceFile":"ReportPrint\\PrintDesigner2.aspx.designer.cs"},{"SourceFile":"ReportPrint\\ReadExReportFile.aspx.cs"},{"SourceFile":"ReportPrint\\ReadExReportFile.aspx.designer.cs"},{"SourceFile":"ReportPrint\\SaveTabFile.aspx.cs"},{"SourceFile":"ReportPrint\\SaveTabFile.aspx.designer.cs"},{"SourceFile":"res\\umeditor\\net\\imageUp.ashx.cs"},{"SourceFile":"res\\umeditor\\net\\Uploader.cs"},{"SourceFile":"SelectProject.aspx.cs"},{"SourceFile":"SelectProject.aspx.designer.cs"},{"SourceFile":"ServiceProxy.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefing.aspx.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefing.aspx.designer.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefingEdit.aspx.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefingEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\CustomQuery.aspx.cs"},{"SourceFile":"SysManage\\CustomQuery.aspx.designer.cs"},{"SourceFile":"SysManage\\Depart.aspx.cs"},{"SourceFile":"SysManage\\Depart.aspx.designer.cs"},{"SourceFile":"SysManage\\HttpLog.aspx.cs"},{"SourceFile":"SysManage\\HttpLog.aspx.designer.cs"},{"SourceFile":"SysManage\\MenuFlowOperateEdit.aspx.cs"},{"SourceFile":"SysManage\\MenuFlowOperateEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\ParticipateProject.aspx.cs"},{"SourceFile":"SysManage\\ParticipateProject.aspx.designer.cs"},{"SourceFile":"SysManage\\ProjectToDo.aspx.cs"},{"SourceFile":"SysManage\\ProjectToDo.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleItem.aspx.cs"},{"SourceFile":"SysManage\\RoleItem.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleItemEdit.aspx.cs"},{"SourceFile":"SysManage\\RoleItemEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleList.aspx.cs"},{"SourceFile":"SysManage\\RoleList.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleListEdit.aspx.cs"},{"SourceFile":"SysManage\\RoleListEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\RolePower.aspx.cs"},{"SourceFile":"SysManage\\RolePower.aspx.designer.cs"},{"SourceFile":"SysManage\\SysConstSet.aspx.cs"},{"SourceFile":"SysManage\\SysConstSet.aspx.designer.cs"},{"SourceFile":"SysManage\\Unit.aspx.cs"},{"SourceFile":"SysManage\\Unit.aspx.designer.cs"},{"SourceFile":"SysManage\\UnitEdit.aspx.cs"},{"SourceFile":"SysManage\\UnitEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\UnitIn.aspx.cs"},{"SourceFile":"SysManage\\UnitIn.aspx.designer.cs"},{"SourceFile":"SysManage\\UpdatePassword.aspx.cs"},{"SourceFile":"SysManage\\UpdatePassword.aspx.designer.cs"},{"SourceFile":"SysManage\\UpdatePasswordEdit.aspx.cs"},{"SourceFile":"SysManage\\UpdatePasswordEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\UserIn.aspx.cs"},{"SourceFile":"SysManage\\UserIn.aspx.designer.cs"},{"SourceFile":"SysManage\\UserList.aspx.cs"},{"SourceFile":"SysManage\\UserList.aspx.designer.cs"},{"SourceFile":"SysManage\\UserListEdit.aspx.cs"},{"SourceFile":"SysManage\\UserListEdit.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestPlan.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestPlan.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanEdit.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanEdit.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanView.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanView.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestRanking.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestRanking.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestRecord.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestRecord.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\IFLogList.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\IFLogList.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceEdit.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceEdit.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceSet.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceSet.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTask.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTask.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTaskEdit.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTaskEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRun.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRun.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRunEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRun.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRun.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRunEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirmEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirmEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirmEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirmEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandle.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandleEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandleEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirmEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirmEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectInstrument.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectInstrument.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectProperty.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectProperty.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTechnology.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTechnology.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SetWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SetWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementation.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementation.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementationList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementationList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubSysWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubSysWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SysPipingDeviceImport.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SysPipingDeviceImport.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUpload.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUpload.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUploadList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUploadList.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuy.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuy.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuyEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuyEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModel.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModel.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelDataIn.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelDataIn.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTrace.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTrace.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTraceEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTraceEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\ShowGoodsModel.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\ShowGoodsModel.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazard.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazard.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazardEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazardEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicense.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicense.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicenseEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicenseEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasure.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasure.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasureEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasureEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMap.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMap.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMapEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMapEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\TestRunLicenseTypeEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\TestRunLicenseTypeEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudy.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudy.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudyEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudyEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverData.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverData.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataTypeEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataTypeEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\Duty.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\Duty.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DutyEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DutyEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlan.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemAdd.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemAdd.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemSelect.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemSelect.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverProgress.aspx.cs"},{"SourceFile":"TestRun\\DriverProgress.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverProgressEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverProgressEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunComplete.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunComplete.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunCompleteEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunCompleteEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewView.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPush.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPush.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPushView.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPushView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportView.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRun.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRun.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContact.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContact.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContactEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContactEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunView.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverScheme.aspx.cs"},{"SourceFile":"TestRun\\DriverScheme.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSchemeChart.aspx.cs"},{"SourceFile":"TestRun\\DriverSchemeChart.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSchemeEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSchemeEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSchemeView.aspx.cs"},{"SourceFile":"TestRun\\DriverSchemeView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSub.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSub.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContact.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContact.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorIn.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorIn.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorList.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorList.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetContactorEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetContactorEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetProgressEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetProgressEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\FeedingTestRun.aspx.cs"},{"SourceFile":"TestRun\\FeedingTestRun.aspx.designer.cs"},{"SourceFile":"TestRun\\FeedingTestRunEdit.aspx.cs"},{"SourceFile":"TestRun\\FeedingTestRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\FeedingRunApplication.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\FeedingRunApplication.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SelectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SelectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTermEdit.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\Feedback.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\Feedback.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiate.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiate.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiateEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummary.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryView.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeeting.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeeting.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingView.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeeting.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeeting.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingView.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeeting.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeeting.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingView.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlan.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContact.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContact.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContactEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContactEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContent.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContent.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContentEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContentEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContract.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContract.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContractEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContractEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlan.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecords.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecords.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecordsEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecordsEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySamp.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySamp.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySampEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySampEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecord.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecord.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecordEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecordEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReport.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementList.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementList.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecord.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecord.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecordEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecordEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReport.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\Produce\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\Produce\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\FourDecisionSchedule.aspx.cs"},{"SourceFile":"TestRun\\Report\\FourDecisionSchedule.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\PreRunSchedule.aspx.cs"},{"SourceFile":"TestRun\\Report\\PreRunSchedule.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\ScheduleSetUp.aspx.cs"},{"SourceFile":"TestRun\\Report\\ScheduleSetUp.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\TestRunSchedule.aspx.cs"},{"SourceFile":"TestRun\\Report\\TestRunSchedule.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRun.aspx.cs"},{"SourceFile":"TestRun\\TestRun.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRun.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRun.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRunEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SelectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SelectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SetWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SetWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementation.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementation.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementationList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementationList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTermEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubSysWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubSysWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUpload.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUpload.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUploadList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUploadList.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\Instrumentation.aspx.cs"},{"SourceFile":"Transfer\\Chart\\Instrumentation.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFrom.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFrom.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChart.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChart.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChartNew.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChartNew.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromProgress.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromProgress.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromSort.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromSort.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\Systemstatus.aspx.cs"},{"SourceFile":"Transfer\\Chart\\Systemstatus.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusChart.aspx.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusChart.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusEdit.aspx.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\SystemStatusSummary.aspx.cs"},{"SourceFile":"Transfer\\Chart\\SystemStatusSummary.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\TransferChart.aspx.cs"},{"SourceFile":"Transfer\\Chart\\TransferChart.aspx.designer.cs"},{"SourceFile":"Transfer\\CivilStructure.aspx.cs"},{"SourceFile":"Transfer\\CivilStructure.aspx.designer.cs"},{"SourceFile":"Transfer\\CivilStructureDataIn.aspx.cs"},{"SourceFile":"Transfer\\CivilStructureDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\CivilStructureEdit.aspx.cs"},{"SourceFile":"Transfer\\CivilStructureEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Electrical.aspx.cs"},{"SourceFile":"Transfer\\Electrical.aspx.designer.cs"},{"SourceFile":"Transfer\\ElectricalDataIn.aspx.cs"},{"SourceFile":"Transfer\\ElectricalDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\ElectricalEdit.aspx.cs"},{"SourceFile":"Transfer\\ElectricalEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Firefighting.aspx.cs"},{"SourceFile":"Transfer\\Firefighting.aspx.designer.cs"},{"SourceFile":"Transfer\\FirefightingDataIn.aspx.cs"},{"SourceFile":"Transfer\\FirefightingDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\FirefightingEdit.aspx.cs"},{"SourceFile":"Transfer\\FirefightingEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\HVAC.aspx.cs"},{"SourceFile":"Transfer\\HVAC.aspx.designer.cs"},{"SourceFile":"Transfer\\HVACDataIn.aspx.cs"},{"SourceFile":"Transfer\\HVACDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\Instrumentation.aspx.cs"},{"SourceFile":"Transfer\\Instrumentation.aspx.designer.cs"},{"SourceFile":"Transfer\\InstrumentationDataIn.aspx.cs"},{"SourceFile":"Transfer\\InstrumentationDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\InstrumentationEdit.aspx.cs"},{"SourceFile":"Transfer\\InstrumentationEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\LHCSystemList.aspx.cs"},{"SourceFile":"Transfer\\LHCSystemList.aspx.designer.cs"},{"SourceFile":"Transfer\\LHCSystemListDataIn.aspx.cs"},{"SourceFile":"Transfer\\LHCSystemListDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\LHCSystemListEdit.aspx.cs"},{"SourceFile":"Transfer\\LHCSystemListEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Piping.aspx.cs"},{"SourceFile":"Transfer\\Piping.aspx.designer.cs"},{"SourceFile":"Transfer\\PipingDataIn.aspx.cs"},{"SourceFile":"Transfer\\PipingDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PipingEdit.aspx.cs"},{"SourceFile":"Transfer\\PipingEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Plumbing.aspx.cs"},{"SourceFile":"Transfer\\Plumbing.aspx.designer.cs"},{"SourceFile":"Transfer\\PlumbingDataIn.aspx.cs"},{"SourceFile":"Transfer\\PlumbingDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PlumbingEdit.aspx.cs"},{"SourceFile":"Transfer\\PlumbingEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\ProjectSetup.aspx.cs"},{"SourceFile":"Transfer\\ProjectSetup.aspx.designer.cs"},{"SourceFile":"Transfer\\ProjectSetupDataIn.aspx.cs"},{"SourceFile":"Transfer\\ProjectSetupDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PunchlistFrom.aspx.cs"},{"SourceFile":"Transfer\\PunchlistFrom.aspx.designer.cs"},{"SourceFile":"Transfer\\PunchlistFromDataIn.aspx.cs"},{"SourceFile":"Transfer\\PunchlistFromDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PunchlistFromEdit.aspx.cs"},{"SourceFile":"Transfer\\PunchlistFromEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\RotatingEquipment.aspx.cs"},{"SourceFile":"Transfer\\RotatingEquipment.aspx.designer.cs"},{"SourceFile":"Transfer\\RotatingEquipmentDataIn.aspx.cs"},{"SourceFile":"Transfer\\RotatingEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\RotatingEquipmentEdit.aspx.cs"},{"SourceFile":"Transfer\\RotatingEquipmentEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\StaticEquipment.aspx.cs"},{"SourceFile":"Transfer\\StaticEquipment.aspx.designer.cs"},{"SourceFile":"Transfer\\StaticEquipmentDataIn.aspx.cs"},{"SourceFile":"Transfer\\StaticEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\StaticEquipmentEdit.aspx.cs"},{"SourceFile":"Transfer\\StaticEquipmentEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Telecom.aspx.cs"},{"SourceFile":"Transfer\\Telecom.aspx.designer.cs"},{"SourceFile":"Transfer\\TelecomDataIn.aspx.cs"},{"SourceFile":"Transfer\\TelecomDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\TelecomEdit.aspx.cs"},{"SourceFile":"Transfer\\TelecomEdit.aspx.designer.cs"},{"SourceFile":"Video\\Video.aspx.cs"},{"SourceFile":"Video\\Video.aspx.designer.cs"},{"SourceFile":"WorkBench.aspx.cs"},{"SourceFile":"WorkBench.aspx.designer.cs"},{"SourceFile":"Work\\ToDoList.aspx.cs"},{"SourceFile":"Work\\ToDoList.aspx.designer.cs"},{"SourceFile":"ZHDD\\ZHDD.aspx.cs"},{"SourceFile":"ZHDD\\ZHDD.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataStatistics\\CheckStatistics.aspx.cs"},{"SourceFile":"ZHGL\\DataStatistics\\CheckStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataStatistics\\MeetStatistics.aspx.cs"},{"SourceFile":"ZHGL\\DataStatistics\\MeetStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataStatistics\\RectifyNoticesStatistics.aspx.cs"},{"SourceFile":"ZHGL\\DataStatistics\\RectifyNoticesStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMS.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMS.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMSEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMSEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGL.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGL.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGLEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGLEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMS.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMS.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMSEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMSEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGL.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGL.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGLEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGLEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_Data.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_Data.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_DataEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_DataEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordList.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordList.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListEdit.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListView.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyList.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyList.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListEdit.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListView.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\ServerEmergencySupply.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\ServerEmergencySupply.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlan.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlan.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoring.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoring.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmental.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmental.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalView.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManage.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManage.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageEdit.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageItemEdit.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageItemEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEOrganize.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEOrganize.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitution.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitution.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitutionEdit.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitutionEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetA.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetA.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAEdit.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemEdit.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemView.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemView.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetB.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetB.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\Picture.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\Picture.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureEdit.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureView.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedger.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedger.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedgerAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedgerAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseHiddenDanger.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseHiddenDanger.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseResource.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseResource.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseSafeAccident.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseSafeAccident.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseWorkTimeCost.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseWorkTimeCost.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReportAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReportAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReportAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReportAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQuality.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQuality.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQualityEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQualityEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ReportAuditSee.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ReportAuditSee.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ReportSubmit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ReportSubmit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefing.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefing.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefingEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefingEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluation.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluation.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluationAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluationAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InspectionSummary\\InspectionSummary.aspx.cs"},{"SourceFile":"ZHGL\\InspectionSummary\\InspectionSummary.aspx.designer.cs"},{"SourceFile":"ZHGL\\ManagementReport\\ReportRemind.aspx.cs"},{"SourceFile":"ZHGL\\ManagementReport\\ReportRemind.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeeting.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeeting.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingEdit.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingView.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeeting.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeeting.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingEdit.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingView.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingView.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetection.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetection.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionEdit.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionView.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionView.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccident.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccident.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExamination.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExamination.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationEdit.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationView.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Performance\\PerformanceAllData.aspx.cs"},{"SourceFile":"ZHGL\\Performance\\PerformanceAllData.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPerson.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPerson.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonEdit.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonIn.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonView.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPerson.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPerson.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonEdit.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonIn.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonView.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\ProjectPerson.aspx.cs"},{"SourceFile":"ZHGL\\Person\\ProjectPerson.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysis.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysis.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysisEdit.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysisEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentData.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentData.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReport.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportView.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportView.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatistics.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsEdit.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsView.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsView.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\OnPost.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\OnPost.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePost.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePost.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePostIn.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePostIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroRecord.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroRecord.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroSet.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroSet.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\BasicData.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\BasicData.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReport.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReportView.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReportView.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoTemplate.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoTemplate.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckNotice.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckNotice.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectify.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectify.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectifyEdit.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\SubUnitReport.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\SubUnitReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReport.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowFileUpload.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowFileUpload.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowRectifyItem.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowRectifyItem.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SubUnitCheckRectifyEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SubUnitCheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectify.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectify.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectifyEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReport.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReport.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandard.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandard.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandardEdit.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandardEdit.aspx.designer.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"}],"References":[{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Apache.NMS.ActiveMQ.1.8.0\\lib\\net40\\Apache.NMS.ActiveMQ.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\FakesAssemblies\\Apache.NMS.Fakes.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\Aspose.Words.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\AxInterop.SYNCARDOCXLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\BLL\\bin\\Debug\\BLL.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Portable.BouncyCastle.1.8.9\\lib\\net40\\BouncyCastle.Crypto.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\FineUIPro.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\SharpZipLib.1.3.2\\lib\\net45\\ICSharpCode.SharpZipLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\Interop.WIA.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Microsoft.Office.Interop.Word.15.0.4797.1004\\lib\\net20\\Microsoft.Office.Interop.Word.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\Microsoft.QualityTools.Testing.Fakes.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\Model\\bin\\Debug\\Model.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Newtonsoft.Json.13.0.1\\lib\\net45\\Newtonsoft.Json.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.OOXML.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.OpenXml4Net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.OpenXmlFormats.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\RestSharp.106.15.0\\lib\\net452\\RestSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\SgManager.AI\\bin\\Debug\\SgManager.AI.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Configuration.ConfigurationManager.6.0.1\\lib\\net461\\System.Configuration.ConfigurationManager.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.OracleClient.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.DirectoryServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.EnterpriseServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.IO.Compression.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.IO.Compression.FileSystem.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Management.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Runtime.Caching.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Runtime.Serialization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Security.AccessControl.6.0.0\\lib\\net461\\System.Security.AccessControl.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Security.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Security.Permissions.6.0.0\\lib\\net461\\System.Security.Permissions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Security.Principal.Windows.5.0.0\\lib\\net461\\System.Security.Principal.Windows.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.ServiceModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.ServiceProcess.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Transactions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.ApplicationServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.DynamicData.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.Entity.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.Extensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.Services.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\ThoughtWorks.QRCode.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\FakesAssemblies\\ThoughtWorks.QRCode.Fakes.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\WindowsBase.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\bin\\FineUIPro.Web.dll","OutputItemRelativePath":"FineUIPro.Web.dll"},{"OutputItemFullPath":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\bin\\FineUIPro.Web.pdb","OutputItemRelativePath":"FineUIPro.Web.pdb"}],"CopyToOutputEntries":[]}
\ No newline at end of file
+{"RootPath":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web","ProjectFileName":"FineUIPro.Web.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"App_GlobalResources\\Lan.en-US1.designer.cs"},{"SourceFile":"App_GlobalResources\\Lan.zh-CN1.designer.cs"},{"SourceFile":"App_GlobalResources\\Lan1.designer.cs"},{"SourceFile":"AttachFile\\fileupload.ashx.cs"},{"SourceFile":"AttachFile\\Look.aspx.cs"},{"SourceFile":"AttachFile\\Look.aspx.designer.cs"},{"SourceFile":"AttachFile\\OnlineEditing.aspx.cs"},{"SourceFile":"AttachFile\\OnlineEditing.aspx.designer.cs"},{"SourceFile":"AttachFile\\OnlineEditingPrivate.aspx.cs"},{"SourceFile":"AttachFile\\OnlineEditingPrivate.aspx.designer.cs"},{"SourceFile":"AttachFile\\player.aspx.cs"},{"SourceFile":"AttachFile\\player.aspx.designer.cs"},{"SourceFile":"AttachFile\\uploader.aspx.cs"},{"SourceFile":"AttachFile\\uploader.aspx.designer.cs"},{"SourceFile":"AttachFile\\webuploader.aspx.cs"},{"SourceFile":"AttachFile\\webuploader.aspx.designer.cs"},{"SourceFile":"BaseInfo\\AccidentType.aspx.cs"},{"SourceFile":"BaseInfo\\AccidentType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\BaseFactory.aspx.cs"},{"SourceFile":"BaseInfo\\BaseFactory.aspx.designer.cs"},{"SourceFile":"BaseInfo\\BaseFactoryEdit.aspx.cs"},{"SourceFile":"BaseInfo\\BaseFactoryEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\Certificate.aspx.cs"},{"SourceFile":"BaseInfo\\Certificate.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CNProfessional.aspx.cs"},{"SourceFile":"BaseInfo\\CNProfessional.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CNProfessionalEdit.aspx.cs"},{"SourceFile":"BaseInfo\\CNProfessionalEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CNProfessionalView.aspx.cs"},{"SourceFile":"BaseInfo\\CNProfessionalView.aspx.designer.cs"},{"SourceFile":"BaseInfo\\CostType.aspx.cs"},{"SourceFile":"BaseInfo\\CostType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DesignProfessional.aspx.cs"},{"SourceFile":"BaseInfo\\DesignProfessional.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalEdit.aspx.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalView.aspx.cs"},{"SourceFile":"BaseInfo\\DesignProfessionalView.aspx.designer.cs"},{"SourceFile":"BaseInfo\\DocType.aspx.cs"},{"SourceFile":"BaseInfo\\DocType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\EmergencyType.aspx.cs"},{"SourceFile":"BaseInfo\\EmergencyType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\GoodsCategory.aspx.cs"},{"SourceFile":"BaseInfo\\GoodsCategory.aspx.designer.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypes.aspx.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypes.aspx.designer.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypesEdit.aspx.cs"},{"SourceFile":"BaseInfo\\HazardRegisterTypesEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\HSSEStandardListType.aspx.cs"},{"SourceFile":"BaseInfo\\HSSEStandardListType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\LawsRegulationsType.aspx.cs"},{"SourceFile":"BaseInfo\\LawsRegulationsType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\LicenseType.aspx.cs"},{"SourceFile":"BaseInfo\\LicenseType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\ManageRuleType.aspx.cs"},{"SourceFile":"BaseInfo\\ManageRuleType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\PictureType.aspx.cs"},{"SourceFile":"BaseInfo\\PictureType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\Position.aspx.cs"},{"SourceFile":"BaseInfo\\Position.aspx.designer.cs"},{"SourceFile":"BaseInfo\\PostTitle.aspx.cs"},{"SourceFile":"BaseInfo\\PostTitle.aspx.designer.cs"},{"SourceFile":"BaseInfo\\PracticeCertificate.aspx.cs"},{"SourceFile":"BaseInfo\\PracticeCertificate.aspx.designer.cs"},{"SourceFile":"BaseInfo\\ProjectType.aspx.cs"},{"SourceFile":"BaseInfo\\ProjectType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QualityQuestionType.aspx.cs"},{"SourceFile":"BaseInfo\\QualityQuestionType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeEdit.aspx.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeView.aspx.cs"},{"SourceFile":"BaseInfo\\QualityQuestionTypeView.aspx.designer.cs"},{"SourceFile":"BaseInfo\\GJSXType.aspx.cs"},{"SourceFile":"BaseInfo\\GJSXType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\QuestionType.aspx.cs"},{"SourceFile":"BaseInfo\\QuestionType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RectificationMeasure.aspx.cs"},{"SourceFile":"BaseInfo\\RectificationMeasure.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RectificationMeasureEdit.aspx.cs"},{"SourceFile":"BaseInfo\\RectificationMeasureEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RiskLevel.aspx.cs"},{"SourceFile":"BaseInfo\\RiskLevel.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RiskLevelEdit.aspx.cs"},{"SourceFile":"BaseInfo\\RiskLevelEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\RulesRegulationsType.aspx.cs"},{"SourceFile":"BaseInfo\\RulesRegulationsType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SafetyMeasures.aspx.cs"},{"SourceFile":"BaseInfo\\SafetyMeasures.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SafetyMeasuresEdit.aspx.cs"},{"SourceFile":"BaseInfo\\SafetyMeasuresEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SolutionTempleteType.aspx.cs"},{"SourceFile":"BaseInfo\\SolutionTempleteType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SpecialEquipment.aspx.cs"},{"SourceFile":"BaseInfo\\SpecialEquipment.aspx.designer.cs"},{"SourceFile":"BaseInfo\\SpecialSchemeType.aspx.cs"},{"SourceFile":"BaseInfo\\SpecialSchemeType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TrainLevel.aspx.cs"},{"SourceFile":"BaseInfo\\TrainLevel.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TrainType.aspx.cs"},{"SourceFile":"BaseInfo\\TrainType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TrainTypeEdit.aspx.cs"},{"SourceFile":"BaseInfo\\TrainTypeEdit.aspx.designer.cs"},{"SourceFile":"BaseInfo\\TransferMajor.aspx.cs"},{"SourceFile":"BaseInfo\\TransferMajor.aspx.designer.cs"},{"SourceFile":"BaseInfo\\UnitType.aspx.cs"},{"SourceFile":"BaseInfo\\UnitType.aspx.designer.cs"},{"SourceFile":"BaseInfo\\WorkPost.aspx.cs"},{"SourceFile":"BaseInfo\\WorkPost.aspx.designer.cs"},{"SourceFile":"BaseInfo\\WorkStage.aspx.cs"},{"SourceFile":"BaseInfo\\WorkStage.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoExam.aspx.cs"},{"SourceFile":"BoSheng\\BoExam.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoPersonEdit.aspx.cs"},{"SourceFile":"BoSheng\\BoPersonEdit.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoPersonTrainRecord.aspx.cs"},{"SourceFile":"BoSheng\\BoPersonTrainRecord.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoTrainPerson.aspx.cs"},{"SourceFile":"BoSheng\\BoTrainPerson.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoTrain.aspx.cs"},{"SourceFile":"BoSheng\\BoTrain.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoPerson.aspx.cs"},{"SourceFile":"BoSheng\\BoPerson.aspx.designer.cs"},{"SourceFile":"BoSheng\\BoUnit.aspx.cs"},{"SourceFile":"BoSheng\\BoUnit.aspx.designer.cs"},{"SourceFile":"CLGL\\ArrivalDetailList.aspx.cs"},{"SourceFile":"CLGL\\ArrivalDetailList.aspx.designer.cs"},{"SourceFile":"CLGL\\CheckOutDetailList.aspx.cs"},{"SourceFile":"CLGL\\CheckOutDetailList.aspx.designer.cs"},{"SourceFile":"CLGL\\ContractList.aspx.cs"},{"SourceFile":"CLGL\\ContractList.aspx.designer.cs"},{"SourceFile":"CLGL\\ContractListSum.aspx.cs"},{"SourceFile":"CLGL\\ContractListSum.aspx.designer.cs"},{"SourceFile":"CLGL\\ContractQuantitySheet.aspx.cs"},{"SourceFile":"CLGL\\ContractQuantitySheet.aspx.designer.cs"},{"SourceFile":"CLGL\\GoodsShelves.aspx.cs"},{"SourceFile":"CLGL\\GoodsShelves.aspx.designer.cs"},{"SourceFile":"CLGL\\Material.aspx.cs"},{"SourceFile":"CLGL\\Material.aspx.designer.cs"},{"SourceFile":"CLGL\\MaterialRecord.aspx.cs"},{"SourceFile":"CLGL\\MaterialRecord.aspx.designer.cs"},{"SourceFile":"CLGL\\MTODetail.aspx.cs"},{"SourceFile":"CLGL\\MTODetail.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineMaterialCodeList.aspx.cs"},{"SourceFile":"CLGL\\PipelineMaterialCodeList.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineMaterialList.aspx.cs"},{"SourceFile":"CLGL\\PipelineMaterialList.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineMaterialSumList.aspx.cs"},{"SourceFile":"CLGL\\PipelineMaterialSumList.aspx.designer.cs"},{"SourceFile":"CLGL\\PipelineSupplierList.aspx.cs"},{"SourceFile":"CLGL\\PipelineSupplierList.aspx.designer.cs"},{"SourceFile":"CLGL\\PurchaseRequisition.aspx.cs"},{"SourceFile":"CLGL\\PurchaseRequisition.aspx.designer.cs"},{"SourceFile":"CLGL\\RequestDetailList.aspx.cs"},{"SourceFile":"CLGL\\RequestDetailList.aspx.designer.cs"},{"SourceFile":"CLGL\\SubUnit.aspx.cs"},{"SourceFile":"CLGL\\SubUnit.aspx.designer.cs"},{"SourceFile":"CLGL\\Supplier.aspx.cs"},{"SourceFile":"CLGL\\Supplier.aspx.designer.cs"},{"SourceFile":"common\\main2.aspx.cs"},{"SourceFile":"common\\main2.aspx.designer.cs"},{"SourceFile":"common\\mainI.aspx.cs"},{"SourceFile":"common\\mainI.aspx.designer.cs"},{"SourceFile":"common\\mainIV.aspx.cs"},{"SourceFile":"common\\mainIV.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PGJSX.aspx.cs"},{"SourceFile":"common\\mainMenu_PGJSX.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_DigitalSite.aspx.cs"},{"SourceFile":"common\\mainMenu_DigitalSite.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HJGL.aspx.cs"},{"SourceFile":"common\\mainMenu_HJGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HJGL2.aspx.cs"},{"SourceFile":"common\\mainMenu_HJGL2.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HSSE2.aspx.cs"},{"SourceFile":"common\\mainMenu_HSSE2.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_Party.aspx.cs"},{"SourceFile":"common\\mainMenu_Party.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PDigData.aspx.cs"},{"SourceFile":"common\\mainMenu_PDigData.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PZHGL.aspx.cs"},{"SourceFile":"common\\mainMenu_PZHGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_SYHSE.aspx.cs"},{"SourceFile":"common\\mainMenu_SYHSE.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_SYHSEN.aspx.cs"},{"SourceFile":"common\\mainMenu_SYHSEN.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_TestRun.aspx.cs"},{"SourceFile":"common\\mainMenu_TestRun.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_PHTGL.aspx.cs"},{"SourceFile":"common\\mainMenu_PHTGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_JDGL.aspx.cs"},{"SourceFile":"common\\mainMenu_JDGL.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_CQMS.aspx.cs"},{"SourceFile":"common\\mainMenu_CQMS.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_HSSE.aspx.cs"},{"SourceFile":"common\\mainMenu_HSSE.aspx.designer.cs"},{"SourceFile":"common\\mainMenu_Transfer.aspx.cs"},{"SourceFile":"common\\mainMenu_Transfer.aspx.designer.cs"},{"SourceFile":"common\\mainProject0.aspx.cs"},{"SourceFile":"common\\mainProject0.aspx.designer.cs"},{"SourceFile":"common\\mainIII.aspx.cs"},{"SourceFile":"common\\mainIII.aspx.designer.cs"},{"SourceFile":"common\\mainProject1.aspx.cs"},{"SourceFile":"common\\mainProject1.aspx.designer.cs"},{"SourceFile":"common\\main.aspx.cs"},{"SourceFile":"common\\main.aspx.designer.cs"},{"SourceFile":"common\\mainProject.aspx.cs"},{"SourceFile":"common\\mainProject.aspx.designer.cs"},{"SourceFile":"common\\mainProject2.aspx.cs"},{"SourceFile":"common\\mainProject2.aspx.designer.cs"},{"SourceFile":"common\\main_new.aspx.cs"},{"SourceFile":"common\\main_new.aspx.designer.cs"},{"SourceFile":"common\\main_new0.aspx.cs"},{"SourceFile":"common\\main_new0.aspx.designer.cs"},{"SourceFile":"common\\main_new1.aspx.cs"},{"SourceFile":"common\\main_new1.aspx.designer.cs"},{"SourceFile":"common\\themes.aspx.cs"},{"SourceFile":"common\\themes.aspx.designer.cs"},{"SourceFile":"Controls\\DataImportControl.ascx.cs"},{"SourceFile":"Controls\\DataImportControl.ascx.designer.cs"},{"SourceFile":"Controls\\FlowOperateControl.ascx.cs"},{"SourceFile":"Controls\\FlowOperateControl.ascx.designer.cs"},{"SourceFile":"Controls\\QRCodePrint.aspx.cs"},{"SourceFile":"Controls\\QRCodePrint.aspx.designer.cs"},{"SourceFile":"Controls\\SeeQRImage.aspx.cs"},{"SourceFile":"Controls\\SeeQRImage.aspx.designer.cs"},{"SourceFile":"Controls\\ShowQRImage.aspx.cs"},{"SourceFile":"Controls\\ShowQRImage.aspx.designer.cs"},{"SourceFile":"Controls\\UnitProjectTControl.ascx.cs"},{"SourceFile":"Controls\\UnitProjectTControl.ascx.designer.cs"},{"SourceFile":"CQMS\\BaseInfo\\ProjectSysSet.aspx.cs"},{"SourceFile":"CQMS\\BaseInfo\\ProjectSysSet.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckEquipment.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckList.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckList.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\ChecklistEdit.aspx.cs"},{"SourceFile":"CQMS\\Check\\ChecklistEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckListFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckListFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckListView.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckListView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckMonth.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckMonth.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\CheckMonthFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\CheckMonthFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\ConstructSolutionFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\ConstructSolutionFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\Design.aspx.cs"},{"SourceFile":"CQMS\\Check\\Design.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DesignFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\DesignFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DesignView.aspx.cs"},{"SourceFile":"CQMS\\Check\\DesignView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\Draw.aspx.cs"},{"SourceFile":"CQMS\\Check\\Draw.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DrawEdit.aspx.cs"},{"SourceFile":"CQMS\\Check\\DrawEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\DrawView.aspx.cs"},{"SourceFile":"CQMS\\Check\\DrawView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipment.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipmentTwo.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditCheckEquipmentTwo.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditCheckMonth.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditCheckMonth.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditDesign.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditDesign.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheckTwo.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditJointCheckTwo.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditSportDataCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditSportDataCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditSpotCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditSpotCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\EditTechnicalContactList.aspx.cs"},{"SourceFile":"CQMS\\Check\\EditTechnicalContactList.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\FileCabinet.aspx.cs"},{"SourceFile":"CQMS\\Check\\FileCabinet.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\FileCabinetEdit.aspx.cs"},{"SourceFile":"CQMS\\Check\\FileCabinetEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheckFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheckFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheckStatistics.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheckStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\JointCheckView.aspx.cs"},{"SourceFile":"CQMS\\Check\\JointCheckView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\ShowWBS.aspx.cs"},{"SourceFile":"CQMS\\Check\\ShowWBS.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckStatistics.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckView.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotCheckView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheck.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheckView.aspx.cs"},{"SourceFile":"CQMS\\Check\\SpotDataCheckView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactList.aspx.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactList.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactListFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactListFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactView.aspx.cs"},{"SourceFile":"CQMS\\Check\\TechnicalContactView.aspx.designer.cs"},{"SourceFile":"CQMS\\Check\\WorkContactFile.aspx.cs"},{"SourceFile":"CQMS\\Check\\WorkContactFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosure.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosure.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ConTechnologyDisclosureEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistribution.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistribution.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataDistributionEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceiving.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceiving.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDoc.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDoc.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingDocEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DataReceivingEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrder.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrder.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignChangeOrderEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetails.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetails.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDetailsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawings.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawings.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\DesignDrawingsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApproval.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApproval.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\GeneralPlanApprovalEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipment.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionEquipmentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachine.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachine.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionMachineEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPerson.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPerson.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionPersonEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlan.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlan.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\InspectionTestPlanEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApproval.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApproval.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\MajorPlanApprovalEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagement.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\NCRManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PersonItem.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PersonItem.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipe.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipe.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\PressurePipeEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccident.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccident.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\QualityAccidentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawings.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawings.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\ReviewDrawingsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagement.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SiteVisaManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipment.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipment.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentApprove.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentApprove.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\SpecialEquipmentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecords.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecords.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataIn.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNew.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNew.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNewEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsDataInNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsEdit.aspx.cs"},{"SourceFile":"CQMS\\Comprehensive\\TrainingRecordsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardList.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardList.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProject.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProject.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\ConstructionStandardListProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataBase.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataBase.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseProject.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataBaseProject.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\DataTypeProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\DataTypeProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit2.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\FileEdit2.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotList.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotList.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotListEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\InspectionLotListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\PhotoEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\PhotoEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\StartWorkEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\StartWorkEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\WBS2FileEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\WBS2FileEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\DataBase\\WBSFileEdit.aspx.cs"},{"SourceFile":"CQMS\\DataBase\\WBSFileEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheck.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheck.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheckEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointCheckEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointList.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointList.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointListEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ControlPointListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ForeignWBSOut.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ForeignWBSOut.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPList.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPList.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProject.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProject.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ITPListProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Foreign\\ShoBreakdownProject.aspx.cs"},{"SourceFile":"CQMS\\Foreign\\ShoBreakdownProject.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit1.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit1.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit2.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\MonthReportNewEdit2.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReportNew\\WeekReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\CheckStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\CheckStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\DesignChangeStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\DesignChangeStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\HJGLStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\HJGLStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportPrint.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\MonthReportPrint.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\NCRStatisc.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\NCRStatisc.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QualityWorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQuality.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQuality.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQualityEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\QuarterlyProjectQualityEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReport.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReport.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportEdit.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportPrint.aspx.cs"},{"SourceFile":"CQMS\\ManageReport\\WeekReportPrint.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\MonthTargetEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\MonthTargetEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\OutDayEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\OutDayEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\Performance.aspx.cs"},{"SourceFile":"CQMS\\Performance\\Performance.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceAudit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceAudit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceConfig.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceConfig.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceSubmit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\PerformanceSubmit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\ScoreEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\ScoreEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\TaskContentEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\TaskContentEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Performance\\WorkPlanEdit.aspx.cs"},{"SourceFile":"CQMS\\Performance\\WorkPlanEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\CheckManStatistics.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\CheckManStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManage.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManage.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManageEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\HotProessManageEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagement.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementStatistics.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionManagementStatistics.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNotice.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNotice.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNoticeEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\InspectionNoticeEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTestEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTestEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_New.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_New.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_NewEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\NondestructiveTest_NewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\ShowUnitWork.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\ShowUnitWork.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagement.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagement.aspx.designer.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagementEdit.aspx.cs"},{"SourceFile":"CQMS\\ProcessControl\\TestPackageManagementEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityActivity\\QCManage\\QCGroupRegistration.aspx.cs"},{"SourceFile":"CQMS\\QualityActivity\\QCManage\\QCGroupRegistrationEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityActivity\\QCManage\\QCGroupRegistrationEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityActivity\\QCManage\\QCGroupRegistrationView.aspx.cs"},{"SourceFile":"CQMS\\QualityActivity\\QCManage\\QCGroupRegistrationView.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummary.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummary.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryDataIn.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ConExperienceSummaryEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\Organizational.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\Organizational.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlan.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlan.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanDataIn.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\ProjectQualityPlanEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSys.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSys.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysDataIn.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysEdit.aspx.cs"},{"SourceFile":"CQMS\\QualityPlanning\\QualityManagementSysEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolution.aspx.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolution.aspx.designer.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolutionView.aspx.cs"},{"SourceFile":"CQMS\\Solution\\ConstructSolutionView.aspx.designer.cs"},{"SourceFile":"CQMS\\Solution\\EditConstructSolution.aspx.cs"},{"SourceFile":"CQMS\\Solution\\EditConstructSolution.aspx.designer.cs"},{"SourceFile":"CQMS\\Technique\\Rectify.aspx.cs"},{"SourceFile":"CQMS\\Technique\\Rectify.aspx.designer.cs"},{"SourceFile":"CQMS\\Technique\\RectifyEdit.aspx.cs"},{"SourceFile":"CQMS\\Technique\\RectifyEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Technique\\RectifyItemEdit.aspx.cs"},{"SourceFile":"CQMS\\Technique\\RectifyItemEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\Technique\\RectifySelectCloumn.aspx.cs"},{"SourceFile":"CQMS\\Technique\\RectifySelectCloumn.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\AddWorkContactFinalFile.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\AddWorkContactFinalFile.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\ContactList.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\ContactList.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\EditWorkContact.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\EditWorkContact.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactFinalFileView.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactFinalFileView.aspx.designer.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactView.aspx.cs"},{"SourceFile":"CQMS\\Unqualified\\WorkContactView.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycle.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycle.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSearch.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSearch.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSet.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleSet.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleShow.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemAndCycleShow.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitSet.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemInitSet.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlItemProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ControlPoint.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ControlPoint.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCrop.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCrop.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCropDataIn.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideAndCropDataIn.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideList.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionDivideList.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjects.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjects.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNew.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNew.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNewEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\DivisionSubProjectsNewEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCropping.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCropping.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCroppingEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\Control\\PointCroppingEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdown.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdown.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdownProject.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditBreakdownProject.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditDivision.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditDivision.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\EditDivisionProject.aspx.cs"},{"SourceFile":"CQMS\\WBS\\EditDivisionProject.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessional.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessional.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessionalEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignCNProfessionalEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPoint.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPoint.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPointEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ForeignControlPointEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlItemInitSet.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlItemInitSet.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPoint.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPoint.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPointFile.aspx.cs"},{"SourceFile":"CQMS\\WBS\\ProjectControlPointFile.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageInitEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageInitEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageProjectEdit.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageProjectEdit.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet1.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet1.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2.aspx.designer.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2In.aspx.cs"},{"SourceFile":"CQMS\\WBS\\WorkPackageSet2In.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatisc.aspx.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatisc.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatiscItem.aspx.cs"},{"SourceFile":"DataShowLocal\\InspectionManagementStatiscItem.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\NCRStatisc.aspx.cs"},{"SourceFile":"DataShowLocal\\NCRStatisc.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\NCRStatiscItem.aspx.cs"},{"SourceFile":"DataShowLocal\\NCRStatiscItem.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\QualityInstruments.aspx.cs"},{"SourceFile":"DataShowLocal\\QualityInstruments.aspx.designer.cs"},{"SourceFile":"DataShowLocal\\QualityInstrumentsItem.aspx.cs"},{"SourceFile":"DataShowLocal\\QualityInstrumentsItem.aspx.designer.cs"},{"SourceFile":"DataShow\\Accident.aspx.cs"},{"SourceFile":"DataShow\\Accident.aspx.designer.cs"},{"SourceFile":"DataShow\\Check.aspx.cs"},{"SourceFile":"DataShow\\Check.aspx.designer.cs"},{"SourceFile":"DataShow\\CompanyPerson.aspx.cs"},{"SourceFile":"DataShow\\CompanyPerson.aspx.designer.cs"},{"SourceFile":"DataShow\\ConstructionEquipment.aspx.cs"},{"SourceFile":"DataShow\\ConstructionEquipment.aspx.designer.cs"},{"SourceFile":"DataShow\\EduTrain.aspx.cs"},{"SourceFile":"DataShow\\EduTrain.aspx.designer.cs"},{"SourceFile":"DataShow\\Emergency.aspx.cs"},{"SourceFile":"DataShow\\Emergency.aspx.designer.cs"},{"SourceFile":"DataShow\\Environmental.aspx.cs"},{"SourceFile":"DataShow\\Environmental.aspx.designer.cs"},{"SourceFile":"DataShow\\ProjectSitePerson.aspx.cs"},{"SourceFile":"DataShow\\ProjectSitePerson.aspx.designer.cs"},{"SourceFile":"DataShow\\GJSX.aspx.cs"},{"SourceFile":"DataShow\\GJSX.aspx.designer.cs"},{"SourceFile":"DataShow\\GJSXItem.aspx.cs"},{"SourceFile":"DataShow\\GJSXItem.aspx.designer.cs"},{"SourceFile":"DataShow\\HiddenRectification.aspx.cs"},{"SourceFile":"DataShow\\HiddenRectification.aspx.designer.cs"},{"SourceFile":"DataShow\\HiddenRectificationItem.aspx.cs"},{"SourceFile":"DataShow\\HiddenRectificationItem.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLDefect.aspx.cs"},{"SourceFile":"DataShow\\HJGLDefect.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLWelder.aspx.cs"},{"SourceFile":"DataShow\\HJGLWelder.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLWelding.aspx.cs"},{"SourceFile":"DataShow\\HJGLWelding.aspx.designer.cs"},{"SourceFile":"DataShow\\HJGLWeldingItem.aspx.cs"},{"SourceFile":"DataShow\\HJGLWeldingItem.aspx.designer.cs"},{"SourceFile":"DataShow\\InspectionManagement.aspx.cs"},{"SourceFile":"DataShow\\InspectionManagement.aspx.designer.cs"},{"SourceFile":"DataShow\\InspectionManagementItem.aspx.cs"},{"SourceFile":"DataShow\\InspectionManagementItem.aspx.designer.cs"},{"SourceFile":"DataShow\\JDStatistics.aspx.cs"},{"SourceFile":"DataShow\\JDStatistics.aspx.designer.cs"},{"SourceFile":"DataShow\\JDDutyPersonDetail.aspx.cs"},{"SourceFile":"DataShow\\JDDutyPersonDetail.aspx.designer.cs"},{"SourceFile":"DataShow\\JDWeekDetail.aspx.cs"},{"SourceFile":"DataShow\\JDWeekDetail.aspx.designer.cs"},{"SourceFile":"DataShow\\JDMonthDetail.aspx.cs"},{"SourceFile":"DataShow\\JDMonthDetail.aspx.designer.cs"},{"SourceFile":"DataShow\\JD.aspx.cs"},{"SourceFile":"DataShow\\JD.aspx.designer.cs"},{"SourceFile":"DataShow\\LargeEngineering.aspx.cs"},{"SourceFile":"DataShow\\LargeEngineering.aspx.designer.cs"},{"SourceFile":"DataShow\\LargeEngineeringItem.aspx.cs"},{"SourceFile":"DataShow\\LargeEngineeringItem.aspx.designer.cs"},{"SourceFile":"DataShow\\License.aspx.cs"},{"SourceFile":"DataShow\\License.aspx.designer.cs"},{"SourceFile":"DataShow\\Meeting.aspx.cs"},{"SourceFile":"DataShow\\Meeting.aspx.designer.cs"},{"SourceFile":"DataShow\\Person1.aspx.cs"},{"SourceFile":"DataShow\\Person1.aspx.designer.cs"},{"SourceFile":"DataShow\\Person2.aspx.cs"},{"SourceFile":"DataShow\\Person2.aspx.designer.cs"},{"SourceFile":"DataShow\\Person3.aspx.cs"},{"SourceFile":"DataShow\\Person3.aspx.designer.cs"},{"SourceFile":"DataShow\\Project.aspx.cs"},{"SourceFile":"DataShow\\Project.aspx.designer.cs"},{"SourceFile":"DataShow\\ProjectDivision.aspx.cs"},{"SourceFile":"DataShow\\ProjectDivision.aspx.designer.cs"},{"SourceFile":"DataShow\\ProjectPerson.aspx.cs"},{"SourceFile":"DataShow\\ProjectPerson.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityAcceptance.aspx.cs"},{"SourceFile":"DataShow\\QualityAcceptance.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityControlPoint.aspx.cs"},{"SourceFile":"DataShow\\QualityControlPoint.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityInstruments.aspx.cs"},{"SourceFile":"DataShow\\QualityInstruments.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityInstrumentsItem.aspx.cs"},{"SourceFile":"DataShow\\QualityInstrumentsItem.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityPerson.aspx.cs"},{"SourceFile":"DataShow\\QualityPerson.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityProblem.aspx.cs"},{"SourceFile":"DataShow\\QualityProblem.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityProblemItem.aspx.cs"},{"SourceFile":"DataShow\\QualityProblemItem.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityTraining.aspx.cs"},{"SourceFile":"DataShow\\QualityTraining.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityTrainingItem1.aspx.cs"},{"SourceFile":"DataShow\\QualityTrainingItem1.aspx.designer.cs"},{"SourceFile":"DataShow\\QualityTrainingItem2.aspx.cs"},{"SourceFile":"DataShow\\QualityTrainingItem2.aspx.designer.cs"},{"SourceFile":"DataShow\\SafePerson.aspx.cs"},{"SourceFile":"DataShow\\SafePerson.aspx.designer.cs"},{"SourceFile":"DataShow\\SecurityCost.aspx.cs"},{"SourceFile":"DataShow\\SecurityCost.aspx.designer.cs"},{"SourceFile":"DataShow\\SecurityRisk.aspx.cs"},{"SourceFile":"DataShow\\SecurityRisk.aspx.designer.cs"},{"SourceFile":"DataShow\\SecurityRiskItem.aspx.cs"},{"SourceFile":"DataShow\\SecurityRiskItem.aspx.designer.cs"},{"SourceFile":"DataShow\\WeldOneOK.aspx.cs"},{"SourceFile":"DataShow\\WeldOneOK.aspx.designer.cs"},{"SourceFile":"DataShow\\WeldOneOKItem.aspx.cs"},{"SourceFile":"DataShow\\WeldOneOKItem.aspx.designer.cs"},{"SourceFile":"DataShow\\WorkingHours.aspx.cs"},{"SourceFile":"DataShow\\WorkingHours.aspx.designer.cs"},{"SourceFile":"DataShow\\WorkingHoursItem.aspx.cs"},{"SourceFile":"DataShow\\WorkingHoursItem.aspx.designer.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckNotice.aspx.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckNotice.aspx.designer.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectify.aspx.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectify.aspx.designer.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectifyEdit.aspx.cs"},{"SourceFile":"DCGL\\ServerCheck\\CheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"DigData\\HSEDataCollect.aspx.cs"},{"SourceFile":"DigData\\HSEDataCollect.aspx.designer.cs"},{"SourceFile":"DocManage\\DocManage.aspx.cs"},{"SourceFile":"DocManage\\DocManage.aspx.designer.cs"},{"SourceFile":"DocManage\\DocManageEdit.aspx.cs"},{"SourceFile":"DocManage\\DocManageEdit.aspx.designer.cs"},{"SourceFile":"DocManage\\DocManageView.aspx.cs"},{"SourceFile":"DocManage\\DocManageView.aspx.designer.cs"},{"SourceFile":"Door\\AbsenceDuty.aspx.cs"},{"SourceFile":"Door\\AbsenceDuty.aspx.designer.cs"},{"SourceFile":"Door\\InOutManHoursItem.aspx.cs"},{"SourceFile":"Door\\InOutManHoursItem.aspx.designer.cs"},{"SourceFile":"Door\\InOutRecordChart.aspx.cs"},{"SourceFile":"Door\\InOutRecordChart.aspx.designer.cs"},{"SourceFile":"Door\\InOutRecordItem.aspx.cs"},{"SourceFile":"Door\\InOutRecordItem.aspx.designer.cs"},{"SourceFile":"Door\\InOutManHours.aspx.cs"},{"SourceFile":"Door\\InOutManHours.aspx.designer.cs"},{"SourceFile":"Door\\InOutList.aspx.cs"},{"SourceFile":"Door\\InOutList.aspx.designer.cs"},{"SourceFile":"Door\\InOutRecord.aspx.cs"},{"SourceFile":"Door\\InOutRecord.aspx.designer.cs"},{"SourceFile":"Email_Send\\Email_Pop_Edit.aspx.cs"},{"SourceFile":"Email_Send\\Email_Pop_Edit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Components.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Components.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsIn.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsIn.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ComponentsView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Consumables.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Consumables.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ConsumablesView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Control.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Control.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\ControlView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Defect.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Defect.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DefectView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Detection.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Detection.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\DetectionView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Groove.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Groove.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\GrooveView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Material.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Material.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MaterialView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Medium.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Medium.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumIn.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumIn.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\MediumView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClass.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClass.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassIn.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassIn.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PipingClassView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Pressure.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Pressure.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClass.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClass.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressurePipingClassView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PressureView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethod.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethod.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\PurgeMethodView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Testing.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Testing.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestingView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMedium.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMedium.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\TestMediumView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\Weld.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\Weld.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocation.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocation.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingLocationView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethod.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethod.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodEdit.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldingMethodView.aspx.designer.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldView.aspx.cs"},{"SourceFile":"HJGL\\BaseInfo\\WeldView.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\HJGLData.aspx.cs"},{"SourceFile":"HJGL\\FL\\HJGLData.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\HJGLDataEdit.aspx.cs"},{"SourceFile":"HJGL\\FL\\HJGLDataEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\NdtList.aspx.cs"},{"SourceFile":"HJGL\\FL\\NdtList.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\OneOKRate.aspx.cs"},{"SourceFile":"HJGL\\FL\\OneOKRate.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\PressurePackageList.aspx.cs"},{"SourceFile":"HJGL\\FL\\PressurePackageList.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\Quantity.aspx.cs"},{"SourceFile":"HJGL\\FL\\Quantity.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\TailItemList.aspx.cs"},{"SourceFile":"HJGL\\FL\\TailItemList.aspx.designer.cs"},{"SourceFile":"HJGL\\FL\\TotalQuantity.aspx.cs"},{"SourceFile":"HJGL\\FL\\TotalQuantity.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardFeedback.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardFeedback.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReport.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReport.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportItem.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardReportItem.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrust.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrust.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustItemEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HardTrustItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessFeedback.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessFeedback.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReport.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReport.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportItem.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessReportItem.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrust.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrust.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustItemEdit.aspx.cs"},{"SourceFile":"HJGL\\HotProcessHard\\HotProessTrustItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumAudit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumComplete.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumComplete.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumEdit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumItemEdit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LeakVacuumItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheckEdit.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\LV_ItemEndCheckEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\LeakVacuum\\SelectPipeline.aspx.cs"},{"SourceFile":"HJGL\\LeakVacuum\\SelectPipeline.aspx.designer.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatch.aspx.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatch.aspx.designer.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatchEdit.aspx.cs"},{"SourceFile":"HJGL\\NDT\\NDTBatchEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\NDT\\RepairNotice.aspx.cs"},{"SourceFile":"HJGL\\NDT\\RepairNotice.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItem.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItem.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItemEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManage.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManage.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageView.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\CheckerManageView.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\SeeQRImage.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\SeeQRImage.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItem.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItem.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItemEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManage.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManage.aspx.designer.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManageEdit.aspx.cs"},{"SourceFile":"HJGL\\PersonManage\\WelderManageEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\OpenResetPoint.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\OpenResetPoint.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\PointAudit.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\PointAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\PointBatch.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\PointBatch.aspx.designer.cs"},{"SourceFile":"HJGL\\PointTrust\\TrustBatch.aspx.cs"},{"SourceFile":"HJGL\\PointTrust\\TrustBatch.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheckEdit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PC_ItemEndCheckEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningAudit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningComplete.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningComplete.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningEdit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningItemEdit.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\PurgingCleaningItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\SelectPipeline.aspx.cs"},{"SourceFile":"HJGL\\PurgingCleaning\\SelectPipeline.aspx.designer.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\RepairAndExpand.aspx.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\RepairAndExpand.aspx.designer.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\SeeFilm.aspx.cs"},{"SourceFile":"HJGL\\RepairAndExpand\\SeeFilm.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\BItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\BItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheck.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheck.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit2.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckEdit2.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckView.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\ItemEndCheckView.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\SelectPipeline.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\SelectPipeline.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageAudit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageComplete.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageComplete.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageCompleteEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageCompleteEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageItemEdit.aspx.cs"},{"SourceFile":"HJGL\\TestPackage\\TestPackageItemEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\GetWdldingDailyItem.ashx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineList.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineList.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineListIn.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PipelineListIn.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\PreWeldReportAudit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\PreWeldReportAudit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectDailyWeldJoint.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectDailyWeldJoint.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectTaskWeldJoint.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectTaskWeldJoint.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectWPS.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\SelectWPS.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointBatchEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointBatchEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointList.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldJointList.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReport.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReport.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReportEdit.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldReportEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldTask.aspx.cs"},{"SourceFile":"HJGL\\WeldingManage\\WeldTask.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\DefectStatistics.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\DefectStatistics.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\FirstPassRate.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\FirstPassRate.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCmprehensive.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCmprehensive.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCompreInfo.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\IsoCompreInfo.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTMonthlyReport.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTMonthlyReport.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTWeeklyReport.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\NDTWeeklyReport.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkareaAnalyze.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkareaAnalyze.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaQuality.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaQuality.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaShowColumn.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\UnitWorkAreaShowColumn.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderAvgPerformance.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderAvgPerformance.aspx.designer.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderPerformance.aspx.cs"},{"SourceFile":"HJGL\\WeldingReport\\WelderPerformance.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQEdit.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQEdit.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQIn.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQIn.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQList.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQList.aspx.designer.cs"},{"SourceFile":"HJGL\\WPQ\\WPQView.aspx.cs"},{"SourceFile":"HJGL\\WPQ\\WPQView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandle.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandle.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentHandleView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecord.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentPersonRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReport.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReport.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOther.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOther.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportOtherView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportView.aspx.cs"},{"SourceFile":"HSSE\\Accident\\AccidentReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\Accident\\NoFourLetoffEdit.aspx.cs"},{"SourceFile":"HSSE\\Accident\\NoFourLetoffEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanList.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanList.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanListView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummary.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummary.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ActionPlanSummaryView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\CompanyManageRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditCompanyManageRuleTemplate.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditCompanyManageRuleTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditManagerRuleTemplate.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\EditManagerRuleTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleList.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleList.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ManagerRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\ProjectManageRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRule.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleView.aspx.cs"},{"SourceFile":"HSSE\\ActionPlan\\SubManageRuleView.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\CarManager.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\CarManager.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerEdit.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerView.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\CarManagerView.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManager.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManager.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerEdit.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerView.aspx.cs"},{"SourceFile":"HSSE\\Administrative\\DriverManagerView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligation.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligation.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckColligationView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayDetailWHEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayDetailWHEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWH.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWH.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHPrint.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckDayWHView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHoliday.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHoliday.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailIn.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayDetailIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayPrint.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckHolidayView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecial.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecial.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckSpecialView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWork.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWork.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailIn.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkDetailIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkPrint.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkView.aspx.cs"},{"SourceFile":"HSSE\\Check\\CheckWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ContactList.aspx.cs"},{"SourceFile":"HSSE\\Check\\ContactList.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ContactListEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\ContactListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ContactListView.aspx.cs"},{"SourceFile":"HSSE\\Check\\ContactListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HiddenTroubleManager.aspx.cs"},{"SourceFile":"HSSE\\Check\\HiddenTroubleManager.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HSECertificate.aspx.cs"},{"SourceFile":"HSSE\\Check\\HSECertificate.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateView.aspx.cs"},{"SourceFile":"HSSE\\Check\\HSECertificateView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeStatistics.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\IncentiveNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\OfficeCheck.aspx.cs"},{"SourceFile":"HSSE\\Check\\OfficeCheck.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\PauseNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheck.aspx.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheck.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckView.aspx.cs"},{"SourceFile":"HSSE\\Check\\ProjectLeaderCheckView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeStatistics.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\PunishNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNotices.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNotices.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRecheck.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRecheck.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRectify.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesRectify.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAudit.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAudit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAdd.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesStatistics.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesView.aspx.cs"},{"SourceFile":"HSSE\\Check\\RectifyNoticesView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ShowCheckItem.aspx.cs"},{"SourceFile":"HSSE\\Check\\ShowCheckItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ShowCompletedDate.aspx.cs"},{"SourceFile":"HSSE\\Check\\ShowCompletedDate.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNotice.aspx.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNotice.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeView.aspx.cs"},{"SourceFile":"HSSE\\Check\\SupervisionNoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ViolationPerson.aspx.cs"},{"SourceFile":"HSSE\\Check\\ViolationPerson.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonEdit.aspx.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonView.aspx.cs"},{"SourceFile":"HSSE\\Check\\ViolationPersonView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedger.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedger.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedgerNew.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostLedgerNew.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManage.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManage.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageItemEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostManageView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetail.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetail.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\CostSmallDetailView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\Expense.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\Expense.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\ExpenseView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistration.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistration.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistrationEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\FeeRegistrationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManage.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManage.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\GoodsManageView.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlan.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlan.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlanEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\MeasuresPlanEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistration.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistration.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNew.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNew.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNewEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\PayRegistrationNewEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistration.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistration.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistrationEdit.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\SubPayRegistrationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\CostGoods\\TotalPayRegistrationView.aspx.cs"},{"SourceFile":"HSSE\\CostGoods\\TotalPayRegistrationView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCase.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCase.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseItemSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\AccidentCaseSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTraining.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTraining.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\CompanyTrainingSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\Plan.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\Plan.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\PlanView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\PlanView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\ShowPerson.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\ShowPerson.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\Task.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\Task.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskRecordView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TaskView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlan.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlan.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlanView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestPlanView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecord.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordItem.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordItem.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordPrint.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordPrint.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestStatistics.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTraining.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTraining.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemIn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemIn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingOut.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingOut.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainingSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainRecord.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TestTrainRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainDB.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainDB.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainFind.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainFind.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingItemSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingItemSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingSave.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainingSave.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecord.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordIn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordIn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTest.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTest.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDB.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDB.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBEdit.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestDBSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestItemEdit.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestView.aspx.cs"},{"SourceFile":"HSSE\\EduTrain\\TrainTestView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordList.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordList.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\DrillRecordListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyList.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyList.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcess.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcess.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcessEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyProcessEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupply.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupply.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencySupplyView.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrain.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrain.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainEdit.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainView.aspx.cs"},{"SourceFile":"HSSE\\Emergency\\EmergencyTeamAndTrainView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReport.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReport.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EIAReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlan.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlan.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalEmergencyPlanView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoring.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoring.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringApiView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringApiView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\EnvironmentalMonitoringView.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmental.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmental.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalEdit.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalView.aspx.cs"},{"SourceFile":"HSSE\\Environmental\\UnexpectedEnvironmentalView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileList.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileList.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\FinalFileListView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileList.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileList.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\HSEFinalFileListView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentList.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentList.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OtherDocumentListView.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFile.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFile.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileEdit.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileView.aspx.cs"},{"SourceFile":"HSSE\\FinalFileManage\\OwnerFinalFileView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskList.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\EnvironmentalRiskListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfo.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfo.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfoEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardInfoEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardPrompt.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardPrompt.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardReEvaluator.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardReEvaluator.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\HazardTemplate.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\HazardTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\MajorHazardList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\MajorHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazard.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazard.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\OtherHazardView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectify.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectify.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectifyEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ProjectSuperviseCheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\Response.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\Response.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ResponseItem.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ResponseItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RiskControl.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RiskControl.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspection.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspection.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionEdit.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionView.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\RoutingInspectionView.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\SetToolTipTime.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\SetToolTipTime.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ShowEnvironmentalItem.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ShowEnvironmentalItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Hazard\\ShowHazardList.aspx.cs"},{"SourceFile":"HSSE\\Hazard\\ShowHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationAdd.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationAdd.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationConfirm.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationConfirm.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationList.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationList.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationRectify.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationRectify.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationView.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\HiddenRectificationView.aspx.designer.cs"},{"SourceFile":"HSSE\\HiddenInspection\\RiskAnalysisChart.aspx.cs"},{"SourceFile":"HSSE\\HiddenInspection\\RiskAnalysisChart.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDuty.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDuty.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDutyEdit.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\HSSEMainDutyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitution.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitution.aspx.designer.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitutionEdit.aspx.cs"},{"SourceFile":"HSSE\\HSSESystem\\SafetyInstitutionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentIn.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentIn.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentInView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOut.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOut.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentOutView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityIn.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityIn.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\EquipmentQualityInView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentIn.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentIn.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentInView.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOut.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOut.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutView.aspx.cs"},{"SourceFile":"HSSE\\InApproveManager\\GeneralEquipmentOutView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationAnalysis\\CheckAnalysis.aspx.cs"},{"SourceFile":"HSSE\\InformationAnalysis\\CheckAnalysis.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\AccidentCauseReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentify.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentify.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ConstructionStandardIdentifyView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\CreateLawRegulationIdentify.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\CreateLawRegulationIdentify.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillConductedQuarterlyReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\DrillPlanHalfYearReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\EPSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetA.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetA.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetAItemView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetB.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\FileCabinetB.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentify.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentify.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\LawRegulationIdentifyView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\MillionsMonthlyReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\Notice.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\Notice.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\NoticeView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolder.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolder.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\ProjectFolderItemView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivities.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivities.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\PromotionalActivitiesView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportView.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\SafetyQuarterlyReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReport.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReport.aspx.designer.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReportEdit.aspx.cs"},{"SourceFile":"HSSE\\InformationProject\\WorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardList.aspx.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSave.aspx.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSave.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\HSSEStandardListSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationList.aspx.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationList.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListEdit.aspx.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\LawRegulationListSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\ManageRule.aspx.cs"},{"SourceFile":"HSSE\\Law\\ManageRule.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleEdit.aspx.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\ManageRuleSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulations.aspx.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulations.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsEdit.aspx.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Law\\RulesRegulationsSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\BreakGround.aspx.cs"},{"SourceFile":"HSSE\\License\\BreakGround.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\BreakGroundView.aspx.cs"},{"SourceFile":"HSSE\\License\\BreakGroundView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\Electricity.aspx.cs"},{"SourceFile":"HSSE\\License\\Electricity.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\ElectricityView.aspx.cs"},{"SourceFile":"HSSE\\License\\ElectricityView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyList.aspx.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyList.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListView.aspx.cs"},{"SourceFile":"HSSE\\License\\EquipmentSafetyListView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\FireWork.aspx.cs"},{"SourceFile":"HSSE\\License\\FireWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\FireWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\FireWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HeightWork.aspx.cs"},{"SourceFile":"HSSE\\License\\HeightWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HeightWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\HeightWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HSETechnical.aspx.cs"},{"SourceFile":"HSSE\\License\\HSETechnical.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalView.aspx.cs"},{"SourceFile":"HSSE\\License\\HSETechnicalView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LicenseManager.aspx.cs"},{"SourceFile":"HSSE\\License\\LicenseManager.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerView.aspx.cs"},{"SourceFile":"HSSE\\License\\LicenseManagerView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LiftingWork.aspx.cs"},{"SourceFile":"HSSE\\License\\LiftingWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LiftingWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\LiftingWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LimitedSpace.aspx.cs"},{"SourceFile":"HSSE\\License\\LimitedSpace.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\LimitedSpaceView.aspx.cs"},{"SourceFile":"HSSE\\License\\LimitedSpaceView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\NightWork.aspx.cs"},{"SourceFile":"HSSE\\License\\NightWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\NightWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\NightWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\OpenCircuit.aspx.cs"},{"SourceFile":"HSSE\\License\\OpenCircuit.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\OpenCircuitView.aspx.cs"},{"SourceFile":"HSSE\\License\\OpenCircuitView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\RadialWork.aspx.cs"},{"SourceFile":"HSSE\\License\\RadialWork.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\RadialWorkView.aspx.cs"},{"SourceFile":"HSSE\\License\\RadialWorkView.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\SecurityLicense.aspx.cs"},{"SourceFile":"HSSE\\License\\SecurityLicense.aspx.designer.cs"},{"SourceFile":"HSSE\\License\\SecurityLicenseEdit.aspx.cs"},{"SourceFile":"HSSE\\License\\SecurityLicenseEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReport.aspx.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReport.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\CompletionReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiary.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiary.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiaryView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSEDiaryView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSELogStatistics.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSELogStatistics.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELog.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELog.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonth.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonth.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogMonthView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\HSSELogView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthC.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthC.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCNew.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonthCNew.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDin.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDin.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDinEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerMonth_SeDinEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeek.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeek.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\ManagerWeekView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit1.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit1.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit10.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit10.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit2.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit2.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit3.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit3.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit4.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit4.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit6.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit6.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit5.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit5.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit7.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit7.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit8.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit8.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit9.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCEdit9.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCOut.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCOut.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView1.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView1.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView10.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView10.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView2.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView2.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView3.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView3.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView4.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView4.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView5.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView5.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView6.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView6.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView7.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView7.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView8.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView8.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView9.aspx.cs"},{"SourceFile":"HSSE\\Manager\\MonthReportCView9.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonth.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonth.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerMonthView.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeek.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeek.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekEdit.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekView.aspx.cs"},{"SourceFile":"HSSE\\Manager\\SubManagerWeekView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\AttendMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\ClassMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\MonthMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SafetyLeaderGroupMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\SpecialMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeeting.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeeting.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingEdit.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingView.aspx.cs"},{"SourceFile":"HSSE\\Meeting\\WeekMeetingView.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetection.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetection.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionEdit.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionView.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\HazardDetectionView.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccident.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccident.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExamination.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExamination.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationEdit.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationView.aspx.cs"},{"SourceFile":"HSSE\\OccupationHealth\\PhysicalExaminationView.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecord.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordView.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PerfomanceRecordView.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomance.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomance.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceEdit.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceView.aspx.cs"},{"SourceFile":"HSSE\\Perfomance\\PersonPerfomanceView.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentPersonQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAudit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAudit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditView.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityAuditView.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\EquipmentQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\GeneralEquipmentQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnitEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\InUnitEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\PersonQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecord.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecord.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecordEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\ProjectRecordEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SafePersonQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQuality.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQuality.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAudit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAudit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditView.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityAuditView.aspx.designer.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityEdit.aspx.cs"},{"SourceFile":"HSSE\\QualityAudit\\SubUnitQualityEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Resources\\SignManage.aspx.cs"},{"SourceFile":"HSSE\\Resources\\SignManage.aspx.designer.cs"},{"SourceFile":"HSSE\\Resources\\SignManageEdit.aspx.cs"},{"SourceFile":"HSSE\\Resources\\SignManageEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganization.aspx.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganization.aspx.designer.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganizationEdit.aspx.cs"},{"SourceFile":"HSSE\\SecuritySystem\\SafetyOrganizationEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\BlackPersonList.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\BlackPersonList.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReport.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReport.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailView.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportImport.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportImport.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\DayReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReport.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReport.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\MonthReportView.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonAutoDetail.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonAutoDetail.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfo.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfo.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoIn.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonInfoIn.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonList.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonList.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonListEdit.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonOut.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonOut.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonBaseData.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonBaseData.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\WorkPostStatistic.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\WorkPostStatistic.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonStatistic.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonStatistic.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonUnitRefresh.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\PersonUnitRefresh.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\ReadWriteCard.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\ReadWriteCard.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCard.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCard.aspx.designer.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCardView.aspx.cs"},{"SourceFile":"HSSE\\SitePerson\\SendCardView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolution.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolution.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ConstructSolutionView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentList.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentList.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEditItem.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListEditItem.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ExpertArgumentListView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardList.aspx.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\LargerHazardView.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\ShowIndexToLaw.aspx.cs"},{"SourceFile":"HSSE\\Solution\\ShowIndexToLaw.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplate.aspx.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplate.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateEdit.aspx.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateView.aspx.cs"},{"SourceFile":"HSSE\\Solution\\SolutionTemplateView.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemDetailEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemDetailEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemSet.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CheckItemSet.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CompanyEnvironmental.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CompanyEnvironmental.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\CompanyHazardList.aspx.cs"},{"SourceFile":"HSSE\\Technique\\CompanyHazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\Emergency.aspx.cs"},{"SourceFile":"HSSE\\Technique\\Emergency.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EmergencyEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EmergencyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EmergencySelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EmergencySelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\Environmental.aspx.cs"},{"SourceFile":"HSSE\\Technique\\Environmental.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalIn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\EnvironmentalSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardList.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardList.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListIn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListIn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListOut.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListOut.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\HazardListTypeEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\HazardListTypeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\Rectify.aspx.cs"},{"SourceFile":"HSSE\\Technique\\Rectify.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\RectifyEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\RectifyEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\RectifyItemEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\RectifyItemEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\RectifySelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\RectifySelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\SpecialScheme.aspx.cs"},{"SourceFile":"HSSE\\Technique\\SpecialScheme.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeEdit.aspx.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeSelectCloumn.aspx.cs"},{"SourceFile":"HSSE\\Technique\\SpecialSchemeSelectCloumn.aspx.designer.cs"},{"SourceFile":"HSSE\\TowerCrane\\TowerCrane.aspx.cs"},{"SourceFile":"HSSE\\TowerCrane\\TowerCrane.aspx.designer.cs"},{"SourceFile":"HSSE\\TowerCrane\\TowerCraneEdit.aspx.cs"},{"SourceFile":"HSSE\\TowerCrane\\TowerCraneEdit.aspx.designer.cs"},{"SourceFile":"HSSE\\TowerCrane\\TowerCraneState.aspx.cs"},{"SourceFile":"HSSE\\TowerCrane\\TowerCraneState.aspx.designer.cs"},{"SourceFile":"indexProject.aspx.cs"},{"SourceFile":"indexProject.aspx.designer.cs"},{"SourceFile":"index.aspx.cs"},{"SourceFile":"index.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\ElectricalCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\EquipmentCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\LowTankCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\MeterCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanSelect.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanSelect.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekItemEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekItemEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekItem.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekItem.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlan.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlan.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEditNew.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEditNew.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanStatisc.aspx.cs"},{"SourceFile":"JDGL\\Check\\MonthPlanStatisc.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\PipelineCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionView.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressCompletionView.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressShow.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressShow.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\ProgressStatistics.aspx.cs"},{"SourceFile":"JDGL\\Check\\ProgressStatistics.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionChart.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionChart.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityList.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityList.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityListEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityListEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\QuantityListView.aspx.cs"},{"SourceFile":"JDGL\\Check\\QuantityListView.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\SteelStructureCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\TotalCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\TotalCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletion.aspx.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletion.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\UndergroundPipeCompletionIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlan.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlan.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanEdit.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanIn.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanIn.aspx.designer.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanStatisc.aspx.cs"},{"SourceFile":"JDGL\\Check\\WeekPlanStatisc.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\EarnedValueCurve.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\EarnedValueCurve.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\JDReport.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\JDReport.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\PlanAdjust.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\PlanAdjust.aspx.designer.cs"},{"SourceFile":"JDGL\\CostAnalysis\\RectificationMeasureSet.aspx.cs"},{"SourceFile":"JDGL\\CostAnalysis\\RectificationMeasureSet.aspx.designer.cs"},{"SourceFile":"JDGL\\Progress\\WbsManager.aspx.cs"},{"SourceFile":"JDGL\\Progress\\WbsManager.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSCompleteAudit.aspx.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSCompleteAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSReport.aspx.cs"},{"SourceFile":"JDGL\\WBSCompleteAndReal\\WBSReport.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSPlan\\SeeDetailHistory.aspx.cs"},{"SourceFile":"JDGL\\WBSPlan\\SeeDetailHistory.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanAudit.aspx.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanSet.aspx.cs"},{"SourceFile":"JDGL\\WBSPlan\\WBSPlanSet.aspx.designer.cs"},{"SourceFile":"JDGL\\WBSWeights\\WeightsAudit.aspx.cs"},{"SourceFile":"JDGL\\WBSWeights\\WeightsAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailHistoryShow.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlDetailHistoryShow.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlInitEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlInitEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailHistoryShow.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekDetailHistoryShow.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekItemDetailEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\CostControlWeekItemDetailEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigType.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigType.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeView.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialBigTypeView.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialType.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialType.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeView.aspx.cs"},{"SourceFile":"JDGL\\WBS\\EquipmentMaterialTypeView.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\MilePost.aspx.cs"},{"SourceFile":"JDGL\\WBS\\MilePost.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\MilePostEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\MilePostEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSIn.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSIn.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSOut.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSOut.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSet.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSet.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAudit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAudit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAuditEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetAuditEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy2.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetCopy2.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WBSSetEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInput.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInput.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEdit.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEdit.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEditAll.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputEditAll.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputIn.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadInputIn.aspx.designer.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadStatistics.aspx.cs"},{"SourceFile":"JDGL\\WBS\\WorkloadStatistics.aspx.designer.cs"},{"SourceFile":"Login.aspx.cs"},{"SourceFile":"Login.aspx.designer.cs"},{"SourceFile":"Notice\\IssuedNotice.aspx.cs"},{"SourceFile":"Notice\\IssuedNotice.aspx.designer.cs"},{"SourceFile":"Notice\\NoIssuedNotice.aspx.cs"},{"SourceFile":"Notice\\NoIssuedNotice.aspx.designer.cs"},{"SourceFile":"Notice\\NoticeEdit.aspx.cs"},{"SourceFile":"Notice\\NoticeEdit.aspx.designer.cs"},{"SourceFile":"Notice\\NoticeView.aspx.cs"},{"SourceFile":"Notice\\NoticeView.aspx.designer.cs"},{"SourceFile":"Notice\\NoticeView2.aspx.cs"},{"SourceFile":"Notice\\NoticeView2.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckContentEdit1.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckContentEdit1.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckInfo.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckInfo.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNotice.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNotice.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNoticeEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckNoticeEdit.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckReport.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckReport.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckTeamEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\CheckTeamEdit.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\Check\\RectifyEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\Check\\RectifyEdit.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluation.aspx.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluation.aspx.designer.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluationEdit.aspx.cs"},{"SourceFile":"OfficeCheck\\ProjectEvaluation\\ProjectEvaluationEdit.aspx.designer.cs"},{"SourceFile":"Opinion\\OpinionCollection.aspx.cs"},{"SourceFile":"Opinion\\OpinionCollection.aspx.designer.cs"},{"SourceFile":"Opinion\\OpinionCollectionEdit.aspx.cs"},{"SourceFile":"Opinion\\OpinionCollectionEdit.aspx.designer.cs"},{"SourceFile":"Party\\BasicInformation.aspx.cs"},{"SourceFile":"Party\\BasicInformation.aspx.designer.cs"},{"SourceFile":"Party\\CommentPartyer.aspx.cs"},{"SourceFile":"Party\\CommentPartyer.aspx.designer.cs"},{"SourceFile":"Party\\CommentPartyerEdit.aspx.cs"},{"SourceFile":"Party\\CommentPartyerEdit.aspx.designer.cs"},{"SourceFile":"Party\\DoingThingsForMasses.aspx.cs"},{"SourceFile":"Party\\DoingThingsForMasses.aspx.designer.cs"},{"SourceFile":"Party\\DoingThingsForMassesEdit.aspx.cs"},{"SourceFile":"Party\\DoingThingsForMassesEdit.aspx.designer.cs"},{"SourceFile":"Party\\EmployeeConversationRecord.aspx.cs"},{"SourceFile":"Party\\EmployeeConversationRecord.aspx.designer.cs"},{"SourceFile":"Party\\EmployeeConversationRecordEdit.aspx.cs"},{"SourceFile":"Party\\EmployeeConversationRecordEdit.aspx.designer.cs"},{"SourceFile":"Party\\FocusLearn.aspx.cs"},{"SourceFile":"Party\\FocusLearn.aspx.designer.cs"},{"SourceFile":"Party\\FocusLearnEdit.aspx.cs"},{"SourceFile":"Party\\FocusLearnEdit.aspx.designer.cs"},{"SourceFile":"Party\\LastWorkSummary.aspx.cs"},{"SourceFile":"Party\\LastWorkSummary.aspx.designer.cs"},{"SourceFile":"Party\\LastWorkSummaryEdit.aspx.cs"},{"SourceFile":"Party\\LastWorkSummaryEdit.aspx.designer.cs"},{"SourceFile":"Party\\NewsPropagandaWork.aspx.cs"},{"SourceFile":"Party\\NewsPropagandaWork.aspx.designer.cs"},{"SourceFile":"Party\\NewsPropagandaWorkEdit.aspx.cs"},{"SourceFile":"Party\\NewsPropagandaWorkEdit.aspx.designer.cs"},{"SourceFile":"Party\\OrganizingLife.aspx.cs"},{"SourceFile":"Party\\OrganizingLife.aspx.designer.cs"},{"SourceFile":"Party\\OrganizingLifeEdit.aspx.cs"},{"SourceFile":"Party\\OrganizingLifeEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyCommittee.aspx.cs"},{"SourceFile":"Party\\PartyCommittee.aspx.designer.cs"},{"SourceFile":"Party\\PartyCommitteeEdit.aspx.cs"},{"SourceFile":"Party\\PartyCommitteeEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyCongress.aspx.cs"},{"SourceFile":"Party\\PartyCongress.aspx.designer.cs"},{"SourceFile":"Party\\PartyCongressEdit.aspx.cs"},{"SourceFile":"Party\\PartyCongressEdit.aspx.designer.cs"},{"SourceFile":"Party\\Partyer.aspx.cs"},{"SourceFile":"Party\\Partyer.aspx.designer.cs"},{"SourceFile":"Party\\PartyerEdit.aspx.cs"},{"SourceFile":"Party\\PartyerEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyHistoryStudy.aspx.cs"},{"SourceFile":"Party\\PartyHistoryStudy.aspx.designer.cs"},{"SourceFile":"Party\\PartyHistoryStudyEdit.aspx.cs"},{"SourceFile":"Party\\PartyHistoryStudyEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyLecture.aspx.cs"},{"SourceFile":"Party\\PartyLecture.aspx.designer.cs"},{"SourceFile":"Party\\PartyLectureEdit.aspx.cs"},{"SourceFile":"Party\\PartyLectureEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyMeeting.aspx.cs"},{"SourceFile":"Party\\PartyMeeting.aspx.designer.cs"},{"SourceFile":"Party\\PartyMeetingEdit.aspx.cs"},{"SourceFile":"Party\\PartyMeetingEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyMoneyUse.aspx.cs"},{"SourceFile":"Party\\PartyMoneyUse.aspx.designer.cs"},{"SourceFile":"Party\\PartyMoneyUseEdit.aspx.cs"},{"SourceFile":"Party\\PartyMoneyUseEdit.aspx.designer.cs"},{"SourceFile":"Party\\PartyPioneerDemonstration.aspx.cs"},{"SourceFile":"Party\\PartyPioneerDemonstration.aspx.designer.cs"},{"SourceFile":"Party\\PartyPioneerDemonstrationEdit.aspx.cs"},{"SourceFile":"Party\\PartyPioneerDemonstrationEdit.aspx.designer.cs"},{"SourceFile":"Party\\ThemePartyDay.aspx.cs"},{"SourceFile":"Party\\ThemePartyDay.aspx.designer.cs"},{"SourceFile":"Party\\ThemePartyDayEdit.aspx.cs"},{"SourceFile":"Party\\ThemePartyDayEdit.aspx.designer.cs"},{"SourceFile":"Party\\TwoOneGoodSelection.aspx.cs"},{"SourceFile":"Party\\TwoOneGoodSelection.aspx.designer.cs"},{"SourceFile":"Party\\TwoOneGoodSelectionEdit.aspx.cs"},{"SourceFile":"Party\\TwoOneGoodSelectionEdit.aspx.designer.cs"},{"SourceFile":"Party\\WorkPlan.aspx.cs"},{"SourceFile":"Party\\WorkPlan.aspx.designer.cs"},{"SourceFile":"Party\\WorkPlanEdit.aspx.cs"},{"SourceFile":"Party\\WorkPlanEdit.aspx.designer.cs"},{"SourceFile":"Personal\\BusinessTrip.aspx.cs"},{"SourceFile":"Personal\\BusinessTrip.aspx.designer.cs"},{"SourceFile":"Personal\\BusinessTripEdit.aspx.cs"},{"SourceFile":"Personal\\BusinessTripEdit.aspx.designer.cs"},{"SourceFile":"Personal\\PersonMeeting.aspx.cs"},{"SourceFile":"Personal\\PersonMeeting.aspx.designer.cs"},{"SourceFile":"Personal\\PersonMeetingEdit.aspx.cs"},{"SourceFile":"Personal\\PersonMeetingEdit.aspx.designer.cs"},{"SourceFile":"Personal\\FileSearch.aspx.cs"},{"SourceFile":"Personal\\FileSearch.aspx.designer.cs"},{"SourceFile":"Personal\\PersonCheckInfo.aspx.cs"},{"SourceFile":"Personal\\PersonCheckInfo.aspx.designer.cs"},{"SourceFile":"Personal\\PersonDuty.aspx.cs"},{"SourceFile":"Personal\\PersonDuty.aspx.designer.cs"},{"SourceFile":"Personal\\ShowTestRunPerformanceStandard.aspx.cs"},{"SourceFile":"Personal\\ShowTestRunPerformanceStandard.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunMonthSummary.aspx.cs"},{"SourceFile":"Personal\\TestRunMonthSummary.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunMonthSummaryEdit.aspx.cs"},{"SourceFile":"Personal\\TestRunMonthSummaryEdit.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunPerformance.aspx.cs"},{"SourceFile":"Personal\\TestRunPerformance.aspx.designer.cs"},{"SourceFile":"Personal\\TestRunPerformanceEdit.aspx.cs"},{"SourceFile":"Personal\\TestRunPerformanceEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonCheck.aspx.cs"},{"SourceFile":"Person\\PersonCheck.aspx.designer.cs"},{"SourceFile":"Person\\PersonChecking.aspx.cs"},{"SourceFile":"Person\\PersonChecking.aspx.designer.cs"},{"SourceFile":"Person\\PersonCheckingView.aspx.cs"},{"SourceFile":"Person\\PersonCheckingView.aspx.designer.cs"},{"SourceFile":"Person\\PersonDuty.aspx.cs"},{"SourceFile":"Person\\PersonDuty.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyAdd.aspx.cs"},{"SourceFile":"Person\\PersonDutyAdd.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyEdit.aspx.cs"},{"SourceFile":"Person\\PersonDutyEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyTemplate.aspx.cs"},{"SourceFile":"Person\\PersonDutyTemplate.aspx.designer.cs"},{"SourceFile":"Person\\PersonDutyView.aspx.cs"},{"SourceFile":"Person\\PersonDutyView.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlan.aspx.cs"},{"SourceFile":"Person\\PersonPlan.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlanChart.aspx.cs"},{"SourceFile":"Person\\PersonPlanChart.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlanEdit.aspx.cs"},{"SourceFile":"Person\\PersonPlanEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonPlanIn.aspx.cs"},{"SourceFile":"Person\\PersonPlanIn.aspx.designer.cs"},{"SourceFile":"Person\\PersonSet.aspx.cs"},{"SourceFile":"Person\\PersonSet.aspx.designer.cs"},{"SourceFile":"Person\\PersonSetEdit.aspx.cs"},{"SourceFile":"Person\\PersonSetEdit.aspx.designer.cs"},{"SourceFile":"Personal\\PersonTotal.aspx.cs"},{"SourceFile":"Personal\\PersonTotal.aspx.designer.cs"},{"SourceFile":"Personal\\PersonTotalEdit.aspx.cs"},{"SourceFile":"Personal\\PersonTotalEdit.aspx.designer.cs"},{"SourceFile":"Personal\\PersonTotalView.aspx.cs"},{"SourceFile":"Personal\\PersonTotalView.aspx.designer.cs"},{"SourceFile":"Person\\PersonTotal.aspx.cs"},{"SourceFile":"Person\\PersonTotal.aspx.designer.cs"},{"SourceFile":"Person\\PersonTotalEdit.aspx.cs"},{"SourceFile":"Person\\PersonTotalEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonTotalView.aspx.cs"},{"SourceFile":"Person\\PersonTotalView.aspx.designer.cs"},{"SourceFile":"Person\\PersonTraining.aspx.cs"},{"SourceFile":"Person\\PersonTraining.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingAdd.aspx.cs"},{"SourceFile":"Person\\PersonTrainingAdd.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingEdit.aspx.cs"},{"SourceFile":"Person\\PersonTrainingEdit.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingTaskItem.aspx.cs"},{"SourceFile":"Person\\PersonTrainingTaskItem.aspx.designer.cs"},{"SourceFile":"Person\\PersonTrainingView.aspx.cs"},{"SourceFile":"Person\\PersonTrainingView.aspx.designer.cs"},{"SourceFile":"Person\\Shunt.aspx.cs"},{"SourceFile":"Person\\Shunt.aspx.designer.cs"},{"SourceFile":"Person\\ShuntDetailEdit.aspx.cs"},{"SourceFile":"Person\\ShuntDetailEdit.aspx.designer.cs"},{"SourceFile":"Person\\ShuntEdit.aspx.cs"},{"SourceFile":"Person\\ShuntEdit.aspx.designer.cs"},{"SourceFile":"Person\\ShuntList.aspx.cs"},{"SourceFile":"Person\\ShuntList.aspx.designer.cs"},{"SourceFile":"Person\\ShuntView.aspx.cs"},{"SourceFile":"Person\\ShuntView.aspx.designer.cs"},{"SourceFile":"Person\\PersonIn.aspx.cs"},{"SourceFile":"Person\\PersonIn.aspx.designer.cs"},{"SourceFile":"ProjectData\\Installation.aspx.cs"},{"SourceFile":"ProjectData\\Installation.aspx.designer.cs"},{"SourceFile":"ProjectData\\InstallationSave.aspx.cs"},{"SourceFile":"ProjectData\\InstallationSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\MainItem.aspx.cs"},{"SourceFile":"ProjectData\\MainItem.aspx.designer.cs"},{"SourceFile":"ProjectData\\MainItemEdit.aspx.cs"},{"SourceFile":"ProjectData\\MainItemEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\MainItemView.aspx.cs"},{"SourceFile":"ProjectData\\MainItemView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectInformation.aspx.cs"},{"SourceFile":"ProjectData\\ProjectInformation.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectList.aspx.cs"},{"SourceFile":"ProjectData\\ProjectList.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectMonitorList.aspx.cs"},{"SourceFile":"ProjectData\\ProjectMonitorList.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSet.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSet.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSetMap.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSetMap.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSetSave.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSetSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSetView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSetView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectShutdown.aspx.cs"},{"SourceFile":"ProjectData\\ProjectShutdown.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectShutdownEdit.aspx.cs"},{"SourceFile":"ProjectData\\ProjectShutdownEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectShutdownView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectShutdownView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectSysSet.aspx.cs"},{"SourceFile":"ProjectData\\ProjectSysSet.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnit.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnit.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnitSave.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnitSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnitSelect.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnitSelect.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUnitView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUnitView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUser.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUser.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserContact.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserContact.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserSave.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserSave.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserSelect.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserSelect.aspx.designer.cs"},{"SourceFile":"ProjectData\\ProjectUserView.aspx.cs"},{"SourceFile":"ProjectData\\ProjectUserView.aspx.designer.cs"},{"SourceFile":"ProjectData\\ShowMainItem.aspx.cs"},{"SourceFile":"ProjectData\\ShowMainItem.aspx.designer.cs"},{"SourceFile":"ProjectData\\TeamGroup.aspx.cs"},{"SourceFile":"ProjectData\\TeamGroup.aspx.designer.cs"},{"SourceFile":"ProjectData\\TeamGroupEdit.aspx.cs"},{"SourceFile":"ProjectData\\TeamGroupEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\TeamGroupView.aspx.cs"},{"SourceFile":"ProjectData\\TeamGroupView.aspx.designer.cs"},{"SourceFile":"ProjectData\\UnitWork.aspx.cs"},{"SourceFile":"ProjectData\\UnitWork.aspx.designer.cs"},{"SourceFile":"ProjectData\\UnitWorkEdit.aspx.cs"},{"SourceFile":"ProjectData\\UnitWorkEdit.aspx.designer.cs"},{"SourceFile":"ProjectData\\UnitWorkView.aspx.cs"},{"SourceFile":"ProjectData\\UnitWorkView.aspx.designer.cs"},{"SourceFile":"ProjectItems.aspx.cs"},{"SourceFile":"ProjectItems.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXFind.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXFind.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXInfoCount.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXInfoCount.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXList.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXList.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXListEdit.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXListEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXDetailEdit.aspx.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXDetailEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLog.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLog.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionLogView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlan.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlan.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionPlanView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReport.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReport.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ConstructionReportView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\Picture.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\Picture.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\PictureView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManager.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManager.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\ReceiveFileManagerView.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandover.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandover.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverEdit.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverView.aspx.cs"},{"SourceFile":"PZHGL\\InformationProject\\WorkHandoverView.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMap.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMap.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapEdit.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapEdit.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapView.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectMapView.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageData.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageData.aspx.designer.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageDataSave.aspx.cs"},{"SourceFile":"PZHGL\\ProjectData\\ProjectPageDataSave.aspx.designer.cs"},{"SourceFile":"ReportPrint\\PrintDesigner.aspx.cs"},{"SourceFile":"ReportPrint\\PrintDesigner.aspx.designer.cs"},{"SourceFile":"Personal\\RunLog.aspx.cs"},{"SourceFile":"Personal\\RunLog.aspx.designer.cs"},{"SourceFile":"Personal\\PersonalSet.aspx.cs"},{"SourceFile":"Personal\\PersonalSet.aspx.designer.cs"},{"SourceFile":"Personal\\PersonalInfo.aspx.cs"},{"SourceFile":"Personal\\PersonalInfo.aspx.designer.cs"},{"SourceFile":"Captcha\\captcha.ashx.cs"},{"SourceFile":"Captcha\\CaptchaImage.cs"},{"SourceFile":"common\\loading.aspx.cs"},{"SourceFile":"common\\loading.aspx.designer.cs"},{"SourceFile":"common\\ShowUpFile.aspx.cs"},{"SourceFile":"common\\ShowUpFile.aspx.designer.cs"},{"SourceFile":"common\\main0.aspx.cs"},{"SourceFile":"common\\main0.aspx.designer.cs"},{"SourceFile":"common\\source.aspx.cs"},{"SourceFile":"common\\source.aspx.designer.cs"},{"SourceFile":"common\\source_file.aspx.cs"},{"SourceFile":"common\\source_file.aspx.designer.cs"},{"SourceFile":"config\\ajax.aspx.cs"},{"SourceFile":"config\\ajax.aspx.designer.cs"},{"SourceFile":"config\\enable_gzip_iis6.aspx.cs"},{"SourceFile":"config\\enable_gzip_iis6.aspx.designer.cs"},{"SourceFile":"config\\icons.aspx.cs"},{"SourceFile":"config\\icons.aspx.designer.cs"},{"SourceFile":"config\\icons_font.aspx.cs"},{"SourceFile":"config\\icons_font.aspx.designer.cs"},{"SourceFile":"config\\install_toolbox.aspx.cs"},{"SourceFile":"config\\install_toolbox.aspx.designer.cs"},{"SourceFile":"config\\modify_webconfig.aspx.cs"},{"SourceFile":"config\\modify_webconfig.aspx.designer.cs"},{"SourceFile":"Controls\\ChartControl.ascx.cs"},{"SourceFile":"Controls\\ChartControl.ascx.designer.cs"},{"SourceFile":"Controls\\ClientJs\\ClientJs.ascx.cs"},{"SourceFile":"Controls\\ClientJs\\ClientJs.ascx.designer.cs"},{"SourceFile":"Controls\\GridNavgator.ascx.cs"},{"SourceFile":"Controls\\GridNavgator.ascx.designer.cs"},{"SourceFile":"Global.asax.cs"},{"SourceFile":"LogOff.aspx.cs"},{"SourceFile":"LogOff.aspx.designer.cs"},{"SourceFile":"common\\PageBase.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"ReportPrint\\CalculateChinaEx.aspx.cs"},{"SourceFile":"ReportPrint\\CalculateChinaEx.aspx.designer.cs"},{"SourceFile":"ReportPrint\\ExPrintSet.aspx.cs"},{"SourceFile":"ReportPrint\\ExPrintSet.aspx.designer.cs"},{"SourceFile":"ReportPrint\\ExReportPrint.aspx.cs"},{"SourceFile":"ReportPrint\\ExReportPrint.aspx.designer.cs"},{"SourceFile":"ReportPrint\\PrintDesigner2.aspx.cs"},{"SourceFile":"ReportPrint\\PrintDesigner2.aspx.designer.cs"},{"SourceFile":"ReportPrint\\ReadExReportFile.aspx.cs"},{"SourceFile":"ReportPrint\\ReadExReportFile.aspx.designer.cs"},{"SourceFile":"ReportPrint\\SaveTabFile.aspx.cs"},{"SourceFile":"ReportPrint\\SaveTabFile.aspx.designer.cs"},{"SourceFile":"res\\umeditor\\net\\imageUp.ashx.cs"},{"SourceFile":"res\\umeditor\\net\\Uploader.cs"},{"SourceFile":"SelectProject.aspx.cs"},{"SourceFile":"SelectProject.aspx.designer.cs"},{"SourceFile":"ServiceProxy.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefing.aspx.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefing.aspx.designer.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefingEdit.aspx.cs"},{"SourceFile":"SHIYE\\InformationProject\\SafetyBriefingEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\CustomQuery.aspx.cs"},{"SourceFile":"SysManage\\CustomQuery.aspx.designer.cs"},{"SourceFile":"SysManage\\Depart.aspx.cs"},{"SourceFile":"SysManage\\Depart.aspx.designer.cs"},{"SourceFile":"SysManage\\HttpLog.aspx.cs"},{"SourceFile":"SysManage\\HttpLog.aspx.designer.cs"},{"SourceFile":"SysManage\\MenuFlowOperateEdit.aspx.cs"},{"SourceFile":"SysManage\\MenuFlowOperateEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\ParticipateProject.aspx.cs"},{"SourceFile":"SysManage\\ParticipateProject.aspx.designer.cs"},{"SourceFile":"SysManage\\ProjectToDo.aspx.cs"},{"SourceFile":"SysManage\\ProjectToDo.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleItem.aspx.cs"},{"SourceFile":"SysManage\\RoleItem.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleItemEdit.aspx.cs"},{"SourceFile":"SysManage\\RoleItemEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleList.aspx.cs"},{"SourceFile":"SysManage\\RoleList.aspx.designer.cs"},{"SourceFile":"SysManage\\RoleListEdit.aspx.cs"},{"SourceFile":"SysManage\\RoleListEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\RolePower.aspx.cs"},{"SourceFile":"SysManage\\RolePower.aspx.designer.cs"},{"SourceFile":"SysManage\\SysConstSet.aspx.cs"},{"SourceFile":"SysManage\\SysConstSet.aspx.designer.cs"},{"SourceFile":"SysManage\\Unit.aspx.cs"},{"SourceFile":"SysManage\\Unit.aspx.designer.cs"},{"SourceFile":"SysManage\\UnitEdit.aspx.cs"},{"SourceFile":"SysManage\\UnitEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\UnitIn.aspx.cs"},{"SourceFile":"SysManage\\UnitIn.aspx.designer.cs"},{"SourceFile":"SysManage\\UpdatePassword.aspx.cs"},{"SourceFile":"SysManage\\UpdatePassword.aspx.designer.cs"},{"SourceFile":"SysManage\\UpdatePasswordEdit.aspx.cs"},{"SourceFile":"SysManage\\UpdatePasswordEdit.aspx.designer.cs"},{"SourceFile":"SysManage\\UserIn.aspx.cs"},{"SourceFile":"SysManage\\UserIn.aspx.designer.cs"},{"SourceFile":"SysManage\\UserList.aspx.cs"},{"SourceFile":"SysManage\\UserList.aspx.designer.cs"},{"SourceFile":"SysManage\\UserListEdit.aspx.cs"},{"SourceFile":"SysManage\\UserListEdit.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestPlan.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestPlan.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanEdit.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanEdit.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanView.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestPlanView.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestRanking.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestRanking.aspx.designer.cs"},{"SourceFile":"PersonManage\\Test\\TestRecord.aspx.cs"},{"SourceFile":"PersonManage\\Test\\TestRecord.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\IFLogList.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\IFLogList.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceEdit.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceEdit.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceSet.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceSet.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTask.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTask.aspx.designer.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTaskEdit.aspx.cs"},{"SourceFile":"TaskScheduling\\InterFace\\InterFaceTaskEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRun.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRun.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRunEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\BeforeTestRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRun.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRun.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRunEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\DeviceRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirmEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionOtherConfirmEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirmEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerConfirmEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandle.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandleEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionProposerHandleEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirmEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\FourDecisionResponsibilityConfirmEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectInstrument.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectInstrument.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectProperty.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectProperty.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTechnology.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SelectTechnology.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SetWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SetWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementation.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementation.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementationList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SiteImplementationList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubSysWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubSysWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionEdit.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubThreeChecksFourDecisionList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SysPipingDeviceImport.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\SysPipingDeviceImport.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUpload.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUpload.aspx.designer.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUploadList.aspx.cs"},{"SourceFile":"TestRun\\BeforeTestRun\\TestRunRecordUploadList.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuy.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuy.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuyEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsBuyEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModel.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModel.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelDataIn.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelDataIn.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsModelEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\GoodsPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTrace.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTrace.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTraceEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\MaterialTraceEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverGoods\\ShowGoodsModel.aspx.cs"},{"SourceFile":"TestRun\\DriverGoods\\ShowGoodsModel.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazard.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazard.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazardEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseHazardEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicense.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicense.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicenseEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseLicenseEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasure.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasure.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasureEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\HseMeasureEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMap.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMap.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMapEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\RoadMapEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverHse\\TestRunLicenseTypeEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverHse\\TestRunLicenseTypeEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudy.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudy.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudyEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\ConStudyEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverData.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverData.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataTypeEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverDataTypeEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPersonPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DriverPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\Duty.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\Duty.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DutyEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\DutyEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlan.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemAdd.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemAdd.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemSelect.aspx.cs"},{"SourceFile":"TestRun\\DriverPrepare\\SchemePlanItemSelect.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverProgress.aspx.cs"},{"SourceFile":"TestRun\\DriverProgress.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverProgressEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverProgressEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunComplete.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunComplete.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunCompleteEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\DriverRunCompleteEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\FeedTestRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\LinkedTestRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewView.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportNewView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPush.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPush.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPushView.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportPushView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportView.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\MonthReportView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\PropertyReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReport.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReport.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReportEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverReport\\WeekReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRun.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRun.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContact.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContact.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContactEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunContactEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunView.aspx.cs"},{"SourceFile":"TestRun\\DriverRun\\DriverRunView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverScheme.aspx.cs"},{"SourceFile":"TestRun\\DriverScheme.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSchemeChart.aspx.cs"},{"SourceFile":"TestRun\\DriverSchemeChart.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSchemeEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSchemeEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSchemeView.aspx.cs"},{"SourceFile":"TestRun\\DriverSchemeView.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSub.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSub.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContact.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContact.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorIn.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorIn.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorList.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubContactorList.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlan.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetContactorEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetContactorEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetProgressEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubSetProgressEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\CompleteSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\MonthSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\PersonalSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummary.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\DriverSummary\\SpecialSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\FeedingTestRun.aspx.cs"},{"SourceFile":"TestRun\\FeedingTestRun.aspx.designer.cs"},{"SourceFile":"TestRun\\FeedingTestRunEdit.aspx.cs"},{"SourceFile":"TestRun\\FeedingTestRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\FeedingRunApplication.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\FeedingRunApplication.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SelectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SelectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTermEdit.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SubInspectTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\Feeding\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\Feedback.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\Feedback.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiate.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiate.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiateEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingInitiateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummary.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummary.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\MeetingSummaryView.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeeting.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeeting.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\ScheduleMeetingView.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeeting.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeeting.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\SpecialMeetingView.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeeting.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeeting.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingEdit.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingView.aspx.cs"},{"SourceFile":"TestRun\\Meeting\\WeekMeetingView.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlan.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\PersonTrainPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContact.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContact.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContactEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContactEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContent.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContent.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContentEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContentEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContract.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContract.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContractEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainContractEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlan.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlan.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlanEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainPlanEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecords.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecords.aspx.designer.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecordsEdit.aspx.cs"},{"SourceFile":"TestRun\\PersonTrain\\TrainRecordsEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySamp.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySamp.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySampEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\AnalySampEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunOthersCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunPumpCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecord.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecord.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecordEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunRecordEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReport.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceProperty\\PropertyRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementList.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\RunningLogManagementList.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunOthersCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheck.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheck.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheckEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunPumpCheckEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecord.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecord.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecordEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunRecordEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReport.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReport.aspx.designer.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReportEdit.aspx.cs"},{"SourceFile":"TestRun\\ProduceTestRun\\TestRunReportEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\Produce\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\Produce\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\Produce\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\FourDecisionSchedule.aspx.cs"},{"SourceFile":"TestRun\\Report\\FourDecisionSchedule.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\PreRunSchedule.aspx.cs"},{"SourceFile":"TestRun\\Report\\PreRunSchedule.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\ScheduleSetUp.aspx.cs"},{"SourceFile":"TestRun\\Report\\ScheduleSetUp.aspx.designer.cs"},{"SourceFile":"TestRun\\Report\\TestRunSchedule.aspx.cs"},{"SourceFile":"TestRun\\Report\\TestRunSchedule.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRun.aspx.cs"},{"SourceFile":"TestRun\\TestRun.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRun.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRun.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRunEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\DeviceRunEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplate.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplate.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplateEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectTemplateEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPass.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPass.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPassList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutAllPassList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutConfirm.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutConfirm.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\InspectWanderAboutList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SelectTailTermList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SelectTailTermList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SetWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SetWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementation.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementation.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementationList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SiteImplementationList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTerm.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTerm.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTermEdit.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubInspectTermEdit.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubSysWorkPackage.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubSysWorkPackage.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubWorkInspect.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\SubWorkInspect.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApprove.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApprove.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApproveList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermApproveList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandle.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandle.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandleList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TailTermHandleList.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUpload.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUpload.aspx.designer.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUploadList.aspx.cs"},{"SourceFile":"TestRun\\TestRunManage\\TestRunRecordUploadList.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\Instrumentation.aspx.cs"},{"SourceFile":"Transfer\\Chart\\Instrumentation.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFrom.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFrom.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChart.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChart.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChartNew.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromChartNew.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromProgress.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromProgress.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromSort.aspx.cs"},{"SourceFile":"Transfer\\Chart\\PunchlistFromSort.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\Systemstatus.aspx.cs"},{"SourceFile":"Transfer\\Chart\\Systemstatus.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusChart.aspx.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusChart.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusEdit.aspx.cs"},{"SourceFile":"Transfer\\Chart\\SystemstatusEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\SystemStatusSummary.aspx.cs"},{"SourceFile":"Transfer\\Chart\\SystemStatusSummary.aspx.designer.cs"},{"SourceFile":"Transfer\\Chart\\TransferChart.aspx.cs"},{"SourceFile":"Transfer\\Chart\\TransferChart.aspx.designer.cs"},{"SourceFile":"Transfer\\CivilStructure.aspx.cs"},{"SourceFile":"Transfer\\CivilStructure.aspx.designer.cs"},{"SourceFile":"Transfer\\CivilStructureDataIn.aspx.cs"},{"SourceFile":"Transfer\\CivilStructureDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\CivilStructureEdit.aspx.cs"},{"SourceFile":"Transfer\\CivilStructureEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Electrical.aspx.cs"},{"SourceFile":"Transfer\\Electrical.aspx.designer.cs"},{"SourceFile":"Transfer\\ElectricalDataIn.aspx.cs"},{"SourceFile":"Transfer\\ElectricalDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\ElectricalEdit.aspx.cs"},{"SourceFile":"Transfer\\ElectricalEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Firefighting.aspx.cs"},{"SourceFile":"Transfer\\Firefighting.aspx.designer.cs"},{"SourceFile":"Transfer\\FirefightingDataIn.aspx.cs"},{"SourceFile":"Transfer\\FirefightingDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\FirefightingEdit.aspx.cs"},{"SourceFile":"Transfer\\FirefightingEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\HVAC.aspx.cs"},{"SourceFile":"Transfer\\HVAC.aspx.designer.cs"},{"SourceFile":"Transfer\\HVACDataIn.aspx.cs"},{"SourceFile":"Transfer\\HVACDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\Instrumentation.aspx.cs"},{"SourceFile":"Transfer\\Instrumentation.aspx.designer.cs"},{"SourceFile":"Transfer\\InstrumentationDataIn.aspx.cs"},{"SourceFile":"Transfer\\InstrumentationDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\InstrumentationEdit.aspx.cs"},{"SourceFile":"Transfer\\InstrumentationEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\LHCSystemList.aspx.cs"},{"SourceFile":"Transfer\\LHCSystemList.aspx.designer.cs"},{"SourceFile":"Transfer\\LHCSystemListDataIn.aspx.cs"},{"SourceFile":"Transfer\\LHCSystemListDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\LHCSystemListEdit.aspx.cs"},{"SourceFile":"Transfer\\LHCSystemListEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Piping.aspx.cs"},{"SourceFile":"Transfer\\Piping.aspx.designer.cs"},{"SourceFile":"Transfer\\PipingDataIn.aspx.cs"},{"SourceFile":"Transfer\\PipingDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PipingEdit.aspx.cs"},{"SourceFile":"Transfer\\PipingEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Plumbing.aspx.cs"},{"SourceFile":"Transfer\\Plumbing.aspx.designer.cs"},{"SourceFile":"Transfer\\PlumbingDataIn.aspx.cs"},{"SourceFile":"Transfer\\PlumbingDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PlumbingEdit.aspx.cs"},{"SourceFile":"Transfer\\PlumbingEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\ProjectSetup.aspx.cs"},{"SourceFile":"Transfer\\ProjectSetup.aspx.designer.cs"},{"SourceFile":"Transfer\\ProjectSetupDataIn.aspx.cs"},{"SourceFile":"Transfer\\ProjectSetupDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PunchlistFrom.aspx.cs"},{"SourceFile":"Transfer\\PunchlistFrom.aspx.designer.cs"},{"SourceFile":"Transfer\\PunchlistFromDataIn.aspx.cs"},{"SourceFile":"Transfer\\PunchlistFromDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\PunchlistFromEdit.aspx.cs"},{"SourceFile":"Transfer\\PunchlistFromEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\RotatingEquipment.aspx.cs"},{"SourceFile":"Transfer\\RotatingEquipment.aspx.designer.cs"},{"SourceFile":"Transfer\\RotatingEquipmentDataIn.aspx.cs"},{"SourceFile":"Transfer\\RotatingEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\RotatingEquipmentEdit.aspx.cs"},{"SourceFile":"Transfer\\RotatingEquipmentEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\StaticEquipment.aspx.cs"},{"SourceFile":"Transfer\\StaticEquipment.aspx.designer.cs"},{"SourceFile":"Transfer\\StaticEquipmentDataIn.aspx.cs"},{"SourceFile":"Transfer\\StaticEquipmentDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\StaticEquipmentEdit.aspx.cs"},{"SourceFile":"Transfer\\StaticEquipmentEdit.aspx.designer.cs"},{"SourceFile":"Transfer\\Telecom.aspx.cs"},{"SourceFile":"Transfer\\Telecom.aspx.designer.cs"},{"SourceFile":"Transfer\\TelecomDataIn.aspx.cs"},{"SourceFile":"Transfer\\TelecomDataIn.aspx.designer.cs"},{"SourceFile":"Transfer\\TelecomEdit.aspx.cs"},{"SourceFile":"Transfer\\TelecomEdit.aspx.designer.cs"},{"SourceFile":"Video\\Video.aspx.cs"},{"SourceFile":"Video\\Video.aspx.designer.cs"},{"SourceFile":"WorkBench.aspx.cs"},{"SourceFile":"WorkBench.aspx.designer.cs"},{"SourceFile":"Work\\ToDoList.aspx.cs"},{"SourceFile":"Work\\ToDoList.aspx.designer.cs"},{"SourceFile":"ZHDD\\ZHDD.aspx.cs"},{"SourceFile":"ZHDD\\ZHDD.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\AccidentCauseReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillConductedQuarterlyReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\DrillPlanHalfYearReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\MillionsMonthlyReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBar.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBar.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBarIn.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportBarIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportImport.aspx.cs"},{"SourceFile":"ZHGL\\DataIn\\SafetyQuarterlyReportImport.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataStatistics\\CheckStatistics.aspx.cs"},{"SourceFile":"ZHGL\\DataStatistics\\CheckStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataStatistics\\MeetStatistics.aspx.cs"},{"SourceFile":"ZHGL\\DataStatistics\\MeetStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataStatistics\\RectifyNoticesStatistics.aspx.cs"},{"SourceFile":"ZHGL\\DataStatistics\\RectifyNoticesStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMS.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMS.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMSEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSData_CQMSEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGL.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGL.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGLEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLData_HJGLEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEData_HSSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMS.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMS.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMSEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_CQMSData_CQMSEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGL.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGL.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGLEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HJGLData_HJGLEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_HSSEData_HSSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectDataSync\\Project_SYHSEData_SYHSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_Data.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_Data.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_DataEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_DataEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSE.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSE.aspx.designer.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSEEdit.aspx.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEData_SYHSEEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordList.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordList.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListEdit.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListView.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\DrillRecordListView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyList.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyList.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListEdit.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListView.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\EmergencyListView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Emergency\\ServerEmergencySupply.aspx.cs"},{"SourceFile":"ZHGL\\Emergency\\ServerEmergencySupply.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ArchitectureReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ChemicalReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EIAReportView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnergyReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlan.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlan.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalEmergencyPlanView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoring.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoring.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\EnvironmentalMonitoringView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\OperationReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectArchitectureReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectChemicalReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectEnergyReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReport.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\ProjectOperationReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmental.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmental.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalEdit.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalView.aspx.cs"},{"SourceFile":"ZHGL\\Environmental\\UnexpectedEnvironmentalView.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManage.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManage.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageEdit.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageItemEdit.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEManageItemEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEOrganize.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\HSSEOrganize.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitution.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitution.aspx.designer.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitutionEdit.aspx.cs"},{"SourceFile":"ZHGL\\HSSESystem\\SafetyInstitutionEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetA.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetA.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAEdit.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemEdit.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemView.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetAItemView.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetB.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\FileCabinetB.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\Picture.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\Picture.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureEdit.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureView.aspx.cs"},{"SourceFile":"ZHGL\\InformationProject\\PictureView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AccidentCauseReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedger.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedger.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedgerAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ActionWorkLedgerAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseHiddenDanger.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseHiddenDanger.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseResource.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseResource.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseSafeAccident.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseSafeAccident.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseWorkTimeCost.aspx.cs"},{"SourceFile":"ZHGL\\Information\\AnalyseWorkTimeCost.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReportAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillConductedQuarterlyReportAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReportAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\DrillPlanHalfYearReportAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\EPSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReportSave.aspx.cs"},{"SourceFile":"ZHGL\\Information\\MillionsMonthlyReportSave.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QualityWorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQuality.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQuality.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQualityEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\QuarterlyProjectQualityEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ReportAuditSee.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ReportAuditSee.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\ReportSubmit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\ReportSubmit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefing.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefing.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefingEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyBriefingEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluation.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluation.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluationAdd.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyProductionEvaluationAdd.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\SafetyQuarterlyReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Information\\WorkSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\InspectionSummary\\InspectionSummary.aspx.cs"},{"SourceFile":"ZHGL\\InspectionSummary\\InspectionSummary.aspx.designer.cs"},{"SourceFile":"ZHGL\\ManagementReport\\ReportRemind.aspx.cs"},{"SourceFile":"ZHGL\\ManagementReport\\ReportRemind.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeeting.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeeting.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingEdit.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingView.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySafetyMeetingView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeeting.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeeting.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingEdit.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingView.aspx.cs"},{"SourceFile":"ZHGL\\Meeting\\CompanySpecialMeetingView.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetection.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetection.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionEdit.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionView.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\HazardDetectionView.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccident.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccident.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\OccupationalDiseaseAccidentView.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExamination.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExamination.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationEdit.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationView.aspx.cs"},{"SourceFile":"ZHGL\\OccupationHealth\\PhysicalExaminationView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Performance\\PerformanceAllData.aspx.cs"},{"SourceFile":"ZHGL\\Performance\\PerformanceAllData.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPerson.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPerson.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonEdit.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonIn.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonView.aspx.cs"},{"SourceFile":"ZHGL\\Person\\BranchPersonView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPerson.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPerson.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonEdit.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonIn.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonView.aspx.cs"},{"SourceFile":"ZHGL\\Person\\CompanyPersonView.aspx.designer.cs"},{"SourceFile":"ZHGL\\Person\\ProjectPerson.aspx.cs"},{"SourceFile":"ZHGL\\Person\\ProjectPerson.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysis.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysis.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysisEdit.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentAnalysisEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentData.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentData.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReport.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportView.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentReportView.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatistics.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatistics.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsEdit.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsView.aspx.cs"},{"SourceFile":"ZHGL\\ProjectAccident\\AccidentStatisticsView.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\OnPost.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\OnPost.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePost.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePost.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePostIn.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\LeavePostIn.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroRecord.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroRecord.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroSet.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\SynchroSet.aspx.designer.cs"},{"SourceFile":"ZHGL\\RealName\\BasicData.aspx.cs"},{"SourceFile":"ZHGL\\RealName\\BasicData.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReport.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReportView.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoReportView.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoTemplate.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckInfoTemplate.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckNotice.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckNotice.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectify.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectify.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectifyEdit.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\CheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\SubUnitReport.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\SubUnitReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReport.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\ServerCheck\\UpCheckReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowFileUpload.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowFileUpload.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowRectifyItem.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\ShowRectifyItem.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SubUnitCheckRectifyEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SubUnitCheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectify.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectify.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectifyEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckRectifyEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReport.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReportFinalizeEdit.aspx.cs"},{"SourceFile":"ZHGL\\Supervise\\SuperviseCheckReportFinalizeEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReport.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunMonthSummaryReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReport.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReport.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReportEdit.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceMonthReportEdit.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandard.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandard.aspx.designer.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandardEdit.aspx.cs"},{"SourceFile":"ZHGL\\TestRunPerformance\\TestRunPerformanceStandardEdit.aspx.designer.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"}],"References":[{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Apache.NMS.ActiveMQ.1.8.0\\lib\\net40\\Apache.NMS.ActiveMQ.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\FakesAssemblies\\Apache.NMS.Fakes.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\Aspose.Words.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\AxInterop.SYNCARDOCXLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\BLL\\bin\\Debug\\BLL.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Portable.BouncyCastle.1.8.9\\lib\\net40\\BouncyCastle.Crypto.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\FineUIPro.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\SharpZipLib.1.3.2\\lib\\net45\\ICSharpCode.SharpZipLib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\Interop.WIA.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Microsoft.Office.Interop.Word.15.0.4797.1004\\lib\\net20\\Microsoft.Office.Interop.Word.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\Microsoft.QualityTools.Testing.Fakes.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\Model\\bin\\Debug\\Model.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\Newtonsoft.Json.13.0.1\\lib\\net45\\Newtonsoft.Json.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.OOXML.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.OpenXml4Net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\NPOI.2.5.5\\lib\\net45\\NPOI.OpenXmlFormats.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\RestSharp.106.15.0\\lib\\net452\\RestSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\SgManager.AI\\bin\\Debug\\SgManager.AI.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Configuration.ConfigurationManager.6.0.1\\lib\\net461\\System.Configuration.ConfigurationManager.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Configuration.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.OracleClient.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.DirectoryServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.EnterpriseServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.IO.Compression.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.IO.Compression.FileSystem.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Management.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Runtime.Caching.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Runtime.Serialization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Security.AccessControl.6.0.0\\lib\\net461\\System.Security.AccessControl.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Security.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Security.Permissions.6.0.0\\lib\\net461\\System.Security.Permissions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\packages\\System.Security.Principal.Windows.5.0.0\\lib\\net461\\System.Security.Principal.Windows.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.ServiceModel.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.ServiceProcess.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Transactions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.ApplicationServices.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.DynamicData.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.Entity.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.Extensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.Services.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro\\Reference BLL\\ThoughtWorks.QRCode.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\FakesAssemblies\\ThoughtWorks.QRCode.Fakes.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\WindowsBase.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\bin\\FineUIPro.Web.dll","OutputItemRelativePath":"FineUIPro.Web.dll"},{"OutputItemFullPath":"G:\\公司项目\\五环\\SGGL\\FineUIPro.Web\\bin\\FineUIPro.Web.pdb","OutputItemRelativePath":"FineUIPro.Web.pdb"}],"CopyToOutputEntries":[]}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Check/CheckList.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Check/CheckList.aspx.cs
index 2634937c..29cf4ba5 100644
--- a/SGGL/FineUIPro.Web/CQMS/Check/CheckList.aspx.cs
+++ b/SGGL/FineUIPro.Web/CQMS/Check/CheckList.aspx.cs
@@ -464,9 +464,34 @@ namespace FineUIPro.Web.CQMS.Check
string codes = Grid1.SelectedRowID.Split(',')[0];
var checks = BLL.CheckControlService.GetCheckControl(codes);
- BLL.CheckControlApproveService.DeleteCheckControlApprovesByCheckControlCode(codes);
- BLL.CheckControlService.DeleteCheckControl(codes);
- BLL.LogService.AddSys_Log(this.CurrUser, checks.DocCode, codes, BLL.Const.CheckListMenuId, "删除质量巡检记录");
+ if (checks != null)
+ {
+ if (checks.IsUpdate == true)
+ {
+ var returndata = Project_CQMSDataService.DeleteProjectQualityProblemData(codes);
+ if (returndata.code == 1)
+ {
+ BLL.CheckControlApproveService.DeleteCheckControlApprovesByCheckControlCode(codes);
+ BLL.CheckControlService.DeleteCheckControl(codes);
+ //Project_CQMSDataService.StatisticalData(this.CurrUser.LoginProjectId, Project_CQMSDataService.CQMSDateType.QualityProblem);
+ BLL.LogService.AddSys_Log(this.CurrUser, checks.DocCode, codes, BLL.Const.CheckListMenuId, "删除质量巡检记录");
+
+ }
+ else
+ {
+ Alert.ShowInTop("记录已上报集团,集团删除失败,无法删除本地数据!", MessageBoxIcon.Warning);
+ return;
+ }
+ }
+ else
+ {
+ BLL.CheckControlApproveService.DeleteCheckControlApprovesByCheckControlCode(codes);
+ BLL.CheckControlService.DeleteCheckControl(codes);
+ //Project_CQMSDataService.StatisticalData(this.CurrUser.LoginProjectId, Project_CQMSDataService.CQMSDateType.QualityProblem);
+ BLL.LogService.AddSys_Log(this.CurrUser, checks.DocCode, codes, BLL.Const.CheckListMenuId, "删除质量巡检记录");
+ }
+
+ }
Grid1.DataBind();
BindGrid();
Alert.ShowInTop("删除数据成功!", MessageBoxIcon.Success);
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx
new file mode 100644
index 00000000..0b8702f0
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx
@@ -0,0 +1,137 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QualityAssurance.aspx.cs" Inherits="FineUIPro.Web.CQMS.Comprehensive.QualityAssurance" %>
+<%@ Register Src="~/Controls/UnitProjectTControl.ascx" TagName="UnitProjectTControl" TagPrefix="uc1" %>
+
+
+
+
+
+
+ 特设质保体系
+
+
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx.cs
new file mode 100644
index 00000000..f5120d03
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx.cs
@@ -0,0 +1,286 @@
+using BLL;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Data.SqlClient;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace FineUIPro.Web.CQMS.Comprehensive
+{
+ public partial class QualityAssurance : PageBase
+ {
+ #region 项目主键
+ ///
+ /// 项目主键
+ ///
+ public string ProjectId
+ {
+ get
+ {
+ return (string)ViewState["ProjectId"];
+ }
+ set
+ {
+ ViewState["ProjectId"] = value;
+ }
+ }
+ #endregion
+
+ #region 加载
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ Funs.DropDownPageSize(this.ddlPageSize);
+ //活动类型
+ this.ProjectId = this.CurrUser.LoginProjectId;
+ if (!string.IsNullOrEmpty(Request.Params["projectId"]) && Request.Params["projectId"] != this.CurrUser.LoginProjectId)
+ {
+ this.ProjectId = Request.Params["projectId"];
+ }
+
+ this.ucTree.UnitId = this.CurrUser.UnitId;
+ this.ucTree.ProjectId = this.ProjectId;
+
+ if (this.CurrUser != null && this.CurrUser.PageSize.HasValue)
+ {
+ Grid1.PageSize = this.CurrUser.PageSize.Value;
+ }
+ this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
+ //类别
+ this.drpType.DataValueField = "Value";
+ this.drpType.DataTextField = "Text";
+ this.drpType.DataSource = BLL.DropListService.drpQualityAssuranceTypeList();
+ this.drpType.DataBind();
+ Funs.FineUIPleaseSelect(this.drpType);
+ // 绑定表格
+ this.BindGrid();
+ if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
+ {
+ this.panelLeftRegion.Hidden = true;
+ // this.Grid1.Columns[0].Hidden = true;
+ ////权限按钮方法
+ this.GetButtonPower();
+ }
+ }
+ }
+ protected void changeTree(object sender, EventArgs e)
+ {
+ this.ProjectId = this.ucTree.ProjectId;
+ this.BindGrid();
+
+ this.GetButtonPower();
+ if (string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
+ {
+ this.btnNew.Hidden = true;
+ this.btnMenuEdit.Hidden = true;
+ this.btnMenuDelete.Hidden = true;
+ }
+ }
+
+ ///
+ /// 绑定数据
+ ///
+ private void BindGrid()
+ {
+ if (!string.IsNullOrEmpty(this.ProjectId) || !string.IsNullOrEmpty(ucTree.UnitId))
+ {
+ string strSql = @"SELECT C.QualityAssuranceId,
+ C.ProjectId,
+ C.QualityAssuranceCode,
+ C.QualityAssuranceName,
+ C.QualityAssuranceType,
+ C.ContentTexts,
+ C.CompileMan,
+ C.CompileDate,
+ U.UserName AS CompileManName
+ FROM Comprehensive_QualityAssurance C
+ LEFT JOIN Sys_User U ON U.UserId = C.CompileMan where 1=1";
+ List listStr = new List();
+ if (!string.IsNullOrEmpty(this.ProjectId))
+ {
+ strSql += " AND C.ProjectId = @projectId";
+ listStr.Add(new SqlParameter("@projectId", this.ProjectId));
+ }
+ if (!string.IsNullOrEmpty(this.txtCode.Text.Trim()))
+ {
+ strSql += " AND C.QualityAssuranceCode LIKE @code";
+ listStr.Add(new SqlParameter("@code", this.txtCode.Text.Trim()));
+ }
+ if (!string.IsNullOrEmpty(this.txtName.Text.Trim()))
+ {
+ strSql += " AND C.QualityAssuranceName LIKE @name";
+ listStr.Add(new SqlParameter("@name", this.txtName.Text.Trim()));
+ }
+ if (this.drpType.SelectedValue != BLL.Const._Null)
+ {
+ strSql += " AND C.QualityAssuranceType = @type";
+ listStr.Add(new SqlParameter("@type", this.drpType.SelectedValue));
+ }
+ SqlParameter[] parameter = listStr.ToArray();
+ DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
+
+ Grid1.RecordCount = tb.Rows.Count;
+ var table = this.GetPagedDataTable(Grid1, tb);
+ Grid1.DataSource = table;
+ Grid1.DataBind();
+ }
+ }
+
+ #region 分页 排序
+ ///
+ /// 改变索引事件
+ ///
+ ///
+ ///
+ protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
+ {
+ BindGrid();
+ }
+
+ ///
+ /// 分页下拉选择事件
+ ///
+ ///
+ ///
+ protected void ddlPageSize_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ this.Grid1.PageSize = Convert.ToInt32(this.ddlPageSize.SelectedValue);
+ BindGrid();
+ }
+
+ ///
+ /// 排序
+ ///
+ ///
+ ///
+ protected void Grid1_Sort(object sender, FineUIPro.GridSortEventArgs e)
+ {
+ this.BindGrid();
+ }
+ #endregion
+ #endregion
+
+ #region 查询
+ ///
+ /// 查询
+ ///
+ ///
+ ///
+ protected void TextBox_TextChanged(object sender, EventArgs e)
+ {
+ this.BindGrid();
+ }
+ #endregion
+
+ #region 编辑
+ ///
+ /// 双击事件
+ ///
+ ///
+ ///
+ protected void Grid1_RowDoubleClick(object sender, GridRowClickEventArgs e)
+ {
+ this.EditData();
+ }
+ protected void btnNew_OnClick(object sender, EventArgs e)
+ {
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("QualityAssuranceEdit.aspx")));
+ }
+
+ ///
+ /// 右键编辑事件
+ ///
+ ///
+ ///
+ protected void btnMenuEdit_Click(object sender, EventArgs e)
+ {
+ this.EditData();
+ }
+
+ ///
+ /// 编辑数据方法
+ ///
+ private void EditData()
+ {
+ if (Grid1.SelectedRowIndexArray.Length == 0)
+ {
+ Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
+ return;
+ }
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("QualityAssuranceEdit.aspx?qualityAssuranceId={0}", Grid1.SelectedRowID, "编辑 - ")));
+ }
+ #endregion
+
+ #region 删除
+ ///
+ /// 右键删除事件
+ ///
+ ///
+ ///
+ protected void btnMenuDelete_Click(object sender, EventArgs e)
+ {
+ if (Grid1.SelectedRowIndexArray.Length > 0)
+ {
+ foreach (int rowIndex in Grid1.SelectedRowIndexArray)
+ {
+ string rowID = Grid1.DataKeys[rowIndex][0].ToString();
+ var getV = BLL.QualityAssuranceService.GetQualityAssuranceById(rowID);
+ if (getV != null)
+ {
+ BLL.LogService.AddSys_Log(this.CurrUser, getV.QualityAssuranceCode, getV.QualityAssuranceId, Const.CQMS_QualityAssuranceMenuId, BLL.Const.BtnDelete);
+ BLL.QualityAssuranceService.DeleteQualityAssuranceById(rowID);
+ }
+ }
+ this.BindGrid();
+ ShowNotify("删除数据成功!", MessageBoxIcon.Success);
+ }
+ }
+ #endregion
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ if (Request.Params["value"] == "0")
+ {
+ return;
+ }
+ if (string.IsNullOrEmpty(this.CurrUser.LoginProjectId) && !string.IsNullOrEmpty(this.ProjectId))
+ {
+ this.btnNew.Hidden = true;
+ this.btnMenuDelete.Hidden = true;
+ return;
+ }
+ var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CQMS_QualityAssuranceMenuId);
+ if (buttonList.Count() > 0)
+ {
+ if (buttonList.Contains(BLL.Const.BtnAdd))
+ {
+ this.btnNew.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnModify))
+ {
+ this.btnMenuEdit.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnDelete))
+ {
+ this.btnMenuDelete.Hidden = false;
+ }
+ }
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx.designer.cs
new file mode 100644
index 00000000..f32e882b
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssurance.aspx.designer.cs
@@ -0,0 +1,224 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.Comprehensive
+{
+
+
+ public partial class QualityAssurance
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// panelLeftRegion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel panelLeftRegion;
+
+ ///
+ /// ContentPanel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ContentPanel ContentPanel1;
+
+ ///
+ /// ucTree 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Web.Controls.UnitProjectTControl ucTree;
+
+ ///
+ /// panelCenterRegion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel panelCenterRegion;
+
+ ///
+ /// Grid1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Grid Grid1;
+
+ ///
+ /// Toolbar2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar2;
+
+ ///
+ /// txtCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCode;
+
+ ///
+ /// txtName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtName;
+
+ ///
+ /// drpType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpType;
+
+ ///
+ /// ToolbarFill1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarFill ToolbarFill1;
+
+ ///
+ /// btnNew 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnNew;
+
+ ///
+ /// lblNumber 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label lblNumber;
+
+ ///
+ /// ToolbarSeparator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
+
+ ///
+ /// ToolbarText1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarText ToolbarText1;
+
+ ///
+ /// ddlPageSize 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList ddlPageSize;
+
+ ///
+ /// Window1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window Window1;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+
+ ///
+ /// Menu1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Menu Menu1;
+
+ ///
+ /// btnMenuEdit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuEdit;
+
+ ///
+ /// btnMenuDelete 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuDelete;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx
new file mode 100644
index 00000000..9247bcfc
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx
@@ -0,0 +1,72 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QualityAssuranceEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Comprehensive.QualityAssuranceEdit" ValidateRequest="false" %>
+
+
+
+
+
+
+ 编辑特设质保体系
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx.cs
new file mode 100644
index 00000000..395fc430
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx.cs
@@ -0,0 +1,201 @@
+using BLL;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace FineUIPro.Web.CQMS.Comprehensive
+{
+ public partial class QualityAssuranceEdit : PageBase
+ {
+ #region 定义项
+ ///
+ /// 主键
+ ///
+ public string QualityAssuranceId
+ {
+ get
+ {
+ return (string)ViewState["QualityAssuranceId"];
+ }
+ set
+ {
+ ViewState["QualityAssuranceId"] = value;
+ }
+ }
+ ///
+ /// 项目主键
+ ///
+ public string ProjectId
+ {
+ get
+ {
+ return (string)ViewState["ProjectId"];
+ }
+ set
+ {
+ ViewState["ProjectId"] = value;
+ }
+ }
+
+ ///
+ /// 主键
+ ///
+ //public string UnitId
+ //{
+ // get
+ // {
+ // return (string)ViewState["UnitId"];
+ // }
+ // set
+ // {
+ // ViewState["UnitId"] = value;
+ // }
+ //}
+ #endregion
+
+ #region 加载
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.ProjectId = this.CurrUser.LoginProjectId;
+ //this.UnitId = Request.Params["UnitId"];
+ this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
+ this.InitDropDownList();
+
+ this.QualityAssuranceId = Request.Params["QualityAssuranceId"];
+ if (!string.IsNullOrEmpty(this.QualityAssuranceId))
+ {
+ var getData = BLL.QualityAssuranceService.GetQualityAssuranceById(this.QualityAssuranceId);
+ if (getData != null)
+ {
+ this.ProjectId = getData.ProjectId;
+ //this.UnitId = getData.UnitId;
+ if (this.ProjectId != this.CurrUser.LoginProjectId)
+ {
+ this.InitDropDownList();
+ }
+ this.txtCode.Text = getData.QualityAssuranceCode;
+ this.txtName.Text = getData.QualityAssuranceName;
+ if (!string.IsNullOrEmpty(getData.QualityAssuranceType))
+ {
+ this.drpType.SelectedValue = getData.QualityAssuranceType;
+ }
+ this.txtContents.Text = HttpUtility.HtmlDecode(getData.ContentTexts);
+ if (!string.IsNullOrEmpty(getData.CompileMan))
+ {
+ this.drpCompileMan.SelectedValue = getData.CompileMan;
+ }
+ this.txtCompileDate.Text = getData.CompileDate.HasValue ? string.Format("{0:yyyy-MM-dd}", getData.CompileDate) : "";
+ }
+ }
+ else
+ {
+ this.drpCompileMan.SelectedValue = this.CurrUser.UserId;
+ this.txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
+ //var codeTemplateRule = BLL.ProjectData_CodeTemplateRuleService.GetProjectData_CodeTemplateRuleByMenuIdProjectId(BLL.Const.ProjectThemeActivitiesMenuId, this.ProjectId);
+ //if (codeTemplateRule != null)
+ //{
+ // this.txtContents.Text = HttpUtility.HtmlDecode(codeTemplateRule.Template);
+ //}
+ }
+ }
+ }
+ #endregion
+
+ ///
+ /// 初始化下拉框
+ ///
+ private void InitDropDownList()
+ {
+ //类别
+ this.drpType.DataValueField = "Value";
+ this.drpType.DataTextField= "Text";
+ this.drpType.DataSource= BLL.DropListService.drpQualityAssuranceTypeList();
+ this.drpType.DataBind();
+ Funs.FineUIPleaseSelect(this.drpType);
+
+ UserService.InitUserDropDownList(this.drpCompileMan, this.ProjectId, true);
+ this.drpCompileMan.SelectedValue = this.CurrUser.UserId;
+ }
+
+ #region 保存
+ ///
+ /// 保存按钮
+ ///
+ ///
+ ///
+ protected void btnSave_Click(object sender, EventArgs e)
+ {
+ if (this.drpType.SelectedValue==BLL.Const._Null)
+ {
+ Alert.ShowInTop("请选择类别", MessageBoxIcon.Warning);
+ return;
+ }
+ this.SaveData(BLL.Const.BtnSave);
+ PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
+ }
+
+ ///
+ /// 保存数据
+ ///
+ ///
+ private void SaveData(string type)
+ {
+ Model.Comprehensive_QualityAssurance newData = new Model.Comprehensive_QualityAssurance
+ {
+ ProjectId = this.ProjectId,
+ QualityAssuranceCode = this.txtCode.Text.Trim(),
+ QualityAssuranceName = this.txtName.Text.Trim(),
+ CompileDate = Funs.GetNewDateTime(this.txtCompileDate.Text.Trim()),
+ };
+ if (this.drpType.SelectedValue != BLL.Const._Null)
+ {
+ newData.QualityAssuranceType = this.drpType.SelectedValue;
+ }
+ if (this.drpCompileMan.SelectedValue != BLL.Const._Null)
+ {
+ newData.CompileMan = this.drpCompileMan.SelectedValue;
+ }
+ newData.ContentTexts = HttpUtility.HtmlEncode(this.txtContents.Text);
+ if (!string.IsNullOrEmpty(this.QualityAssuranceId))
+ {
+ newData.QualityAssuranceId = this.QualityAssuranceId;
+ BLL.QualityAssuranceService.UpdateQualityAssurance(newData);
+ BLL.LogService.AddSys_Log(this.CurrUser, newData.QualityAssuranceCode, newData.QualityAssuranceId, BLL.Const.CQMS_QualityAssuranceMenuId, BLL.Const.BtnModify);
+ }
+ else
+ {
+ this.QualityAssuranceId = SQLHelper.GetNewID(typeof(Model.Comprehensive_QualityAssurance));
+ newData.QualityAssuranceId = this.QualityAssuranceId;
+ BLL.QualityAssuranceService.AddQualityAssurance(newData);
+ BLL.LogService.AddSys_Log(this.CurrUser, newData.QualityAssuranceCode, newData.QualityAssuranceId, BLL.Const.CQMS_QualityAssuranceMenuId, BLL.Const.BtnAdd);
+ }
+ }
+ #endregion
+
+ #region 附件上传
+ ///
+ /// 上传附件
+ ///
+ ///
+ ///
+ protected void btnAttachUrl_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(this.QualityAssuranceId))
+ {
+ SaveData(BLL.Const.BtnSave);
+ }
+ PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/QualityAssuranceAttachUrl&menuId={1}", QualityAssuranceId, BLL.Const.CQMS_QualityAssuranceMenuId)));
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx.designer.cs
new file mode 100644
index 00000000..4d9a5e0b
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/QualityAssuranceEdit.aspx.designer.cs
@@ -0,0 +1,152 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.Comprehensive
+{
+
+
+ public partial class QualityAssuranceEdit
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form SimpleForm1;
+
+ ///
+ /// txtCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCode;
+
+ ///
+ /// txtName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtName;
+
+ ///
+ /// drpType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpType;
+
+ ///
+ /// drpCompileMan 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpCompileMan;
+
+ ///
+ /// txtCompileDate 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DatePicker txtCompileDate;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Label Label1;
+
+ ///
+ /// txtContents 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HtmlEditor txtContents;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// btnAttachUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnAttachUrl;
+
+ ///
+ /// btnSave 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSave;
+
+ ///
+ /// btnClose 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnClose;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx
new file mode 100644
index 00000000..8fc35f3a
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx
@@ -0,0 +1,163 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QCGroupRegistration.aspx.cs" Inherits="FineUIPro.Web.CQMS.QualityActivity.QCManage.QCGroupRegistration" %>
+
+<%@ Register Src="~/Controls/UnitProjectTControl.ascx" TagName="UnitProjectTControl" TagPrefix="uc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx.cs b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx.cs
new file mode 100644
index 00000000..04604504
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx.cs
@@ -0,0 +1,272 @@
+using BLL;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Data.SqlClient;
+using System.Linq;
+
+namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
+{
+ public partial class QCGroupRegistration : PageBase
+ {
+ ///
+ /// 项目id
+ ///
+ public string ProjectId
+ {
+ get
+ {
+ return (string)ViewState["ProjectId"];
+ }
+ set
+ {
+ ViewState["ProjectId"] = value;
+ }
+ }
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.ProjectId = this.CurrUser.LoginProjectId;
+ if (!string.IsNullOrEmpty(Request.Params["projectId"]) && Request.Params["projectId"] != this.CurrUser.LoginProjectId)
+ {
+ this.ProjectId = Request.Params["projectId"];
+ }
+
+ this.ucTree.UnitId = this.CurrUser.UnitId;
+ this.ucTree.ProjectId = this.ProjectId;
+ // if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId) )
+ // {
+ this.panelLeftRegion.Hidden = true;
+ ////权限按钮方法
+ this.GetButtonPower();
+ // }
+ btnNew.OnClientClick = Window1.GetShowReference("QCGroupRegistrationEdit.aspx") + "return false;";
+ BindGrid();
+ }
+ }
+ ///
+ /// 公司级树加载
+ ///
+ ///
+ ///
+ protected void changeTree(object sender, EventArgs e)
+ {
+ this.ProjectId = this.ucTree.ProjectId;
+ this.GetButtonPower();
+ if (string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
+ {
+ btnNew.Hidden = true;
+ }
+ this.BindGrid();
+ }
+ ///
+ /// 绑定数据
+ ///
+
+ public void BindGrid()
+ {
+ // if (string.IsNullOrEmpty(this.ProjectId))
+ // {
+ // return;
+ // }
+ DataTable tb = ChecklistData();
+ Grid1.RecordCount = tb.Rows.Count;
+ tb = GetFilteredTable(Grid1.FilteredData, tb);
+ var table = this.GetPagedDataTable(Grid1, tb);
+
+ Grid1.DataSource = table;
+ Grid1.DataBind();
+ }
+ protected DataTable ChecklistData()
+ {
+ string strSql =
+ @"select C.*,p.UserName,u.UnitName, (case C.AwardType when '1' then '创优' when '2' then 'QC' end) as AwardTypeName,
+ (case C.AwardLevel when '1' then '鲁班奖'
+ when '2' then '国优奖'
+ when '3' then '省部级'
+ when '4' then '市级'
+ when '5' then '省部级'
+ when '6' then '集团级'
+ when '7' then '企业级' end) as AwardLevelName
+ from [dbo].[QCManage_QCGroupRegistration] C
+ left join Sys_User p on p.UserId=C.CompileMan
+ left join Base_Unit u on u.UnitId = c.UnitId
+ where 1=1 ";
+ List listStr = new List();
+ // strSql += " AND C.ProjectId = @ProjectId";
+ // listStr.Add(new SqlParameter("@ProjectId", this.ProjectId));
+ SqlParameter[] parameter = listStr.ToArray();
+ DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
+ return tb;
+ }
+ ///
+ /// 分页显示条数下拉框
+ ///
+ ///
+ ///
+ protected void ddlPageSize_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ Grid1.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue);
+ BindGrid();
+ }
+ ///
+ /// 窗体关闭
+ ///
+ ///
+ ///
+ protected void Window1_Close(object sender, WindowCloseEventArgs e)
+ {
+ BindGrid();
+ }
+ //右键编辑
+ protected void btnMenuModify_Click(object sender, EventArgs e)
+ {
+ EditData();
+ }
+ //双击编辑
+ protected void Grid1_RowDoubleClick(object sender, GridRowClickEventArgs e)
+ {
+ EditData();
+ }
+ //分页
+ protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
+ {
+ BindGrid();
+ }
+ ///
+ /// 编辑数据方法
+ ///
+ private void EditData()
+ {
+
+ if (Grid1.SelectedRowIndexArray.Length == 0)
+ {
+ Alert.ShowInTop("请至少选择一条记录", MessageBoxIcon.Warning);
+ return;
+ }
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("QCGroupRegistrationEdit.aspx?QCGroupRegistrationId={0}", Grid1.SelectedRowID, "编辑 - ")));
+
+ }
+ //右键查看
+ protected void btnMenuView_Click(object sender, EventArgs e)
+ {
+ if (Grid1.SelectedRowIndexArray.Length == 0)
+ {
+ Alert.ShowInTop("请至少选择一条记录", MessageBoxIcon.Warning);
+ return;
+ }
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("QCGroupRegistrationView.aspx?QCGroupRegistrationId={0}", Grid1.SelectedRowID, "查看 - ")));
+ }
+ //右键删除
+ protected void btnMenuDel_Click(object sender, EventArgs e)
+ {
+ if (Grid1.SelectedRowIndexArray.Length > 0)
+ {
+ foreach (int rowIndex in Grid1.SelectedRowIndexArray)
+ {
+ string rowID = Grid1.DataKeys[rowIndex][0].ToString();
+ var QCGroupRegistration = BLL.QCManage_QCGroupRegistrationService.GetQCGroupRegistrationByQCGroupRegistrationId(rowID);
+
+ if (QCGroupRegistration != null)
+ {
+ if (QCGroupRegistration.IsUpdate == true)
+ {
+ var returndata = Project_CQMSDataService.DeleteQCRegistrationData(rowID);
+ if (returndata.code == 1)
+ {
+ ////删除附件表
+ BLL.CommonService.DeleteAttachFileById(rowID);
+ BLL.QCManage_QCGroupRegistrationService.DeleteQCGroupRegistrationById(rowID);
+ }
+ else
+ {
+ Alert.ShowInTop("记录已上报集团,集团删除失败,无法删除本地数据!", MessageBoxIcon.Warning);
+ return;
+ }
+ }
+ else
+ {
+ ////删除附件表
+ BLL.CommonService.DeleteAttachFileById(rowID);
+ BLL.QCManage_QCGroupRegistrationService.DeleteQCGroupRegistrationById(rowID);
+ }
+ }
+
+ }
+
+ BindGrid();
+ ShowNotify("删除数据成功!", MessageBoxIcon.Success);
+ }
+ }
+ ///
+ /// 搜索
+ ///
+ ///
+ ///
+ protected void btnSearch_Click(object sender, EventArgs e)
+ {
+ BindGrid();
+ }
+ ///
+ /// 重置
+ ///
+ ///
+ ///
+ protected void btnRset_Click(object sender, EventArgs e)
+ {
+ BindGrid();
+ }
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ if (Request.Params["value"] == "0")
+ {
+ return;
+ }
+ var buttonList = BLL.CommonService.GetAllButtonList(this.ProjectId, this.CurrUser.UserId, BLL.Const.ProjectQCGroupRegistrationListMenuId);
+ if (buttonList.Count() > 0)
+ {
+ if (buttonList.Contains(BLL.Const.BtnAdd))
+ {
+ this.btnNew.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnModify))
+ {
+ this.btnMenuModify.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnDelete))
+ {
+ this.btnMenuDel.Hidden = false;
+ }
+ }
+ }
+ #endregion
+
+ protected void Grid1_RowCommand(object sender, GridCommandEventArgs e)
+ {
+ object[] keys = Grid1.DataKeys[e.RowIndex];
+ string fileId = string.Empty;
+ if (keys == null)
+ {
+ return;
+ }
+ else
+ {
+ fileId = keys[0].ToString();
+ }
+ if (e.CommandName.Equals("download"))
+ {
+ string menuId = Const.ProjectQCGroupRegistrationListMenuId;
+ PageContext.RegisterStartupScript(WindowAtt.GetShowReference(
+ String.Format("../../../AttachFile/webuploader.aspx?type=-1&source=1&toKeyId={0}&path=FileUpload/QCGroupRegistration&menuId={1}", fileId, menuId)));
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx.designer.cs
new file mode 100644
index 00000000..c574e3a7
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistration.aspx.designer.cs
@@ -0,0 +1,197 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
+{
+
+
+ public partial class QCGroupRegistration
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// panelLeftRegion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel panelLeftRegion;
+
+ ///
+ /// ContentPanel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ContentPanel ContentPanel1;
+
+ ///
+ /// ucTree 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Web.Controls.UnitProjectTControl ucTree;
+
+ ///
+ /// panelCenterRegion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel panelCenterRegion;
+
+ ///
+ /// Grid1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Grid Grid1;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// btnNew 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnNew;
+
+ ///
+ /// lblPageIndex 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label lblPageIndex;
+
+ ///
+ /// ToolbarSeparator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
+
+ ///
+ /// ToolbarText1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarText ToolbarText1;
+
+ ///
+ /// ddlPageSize 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList ddlPageSize;
+
+ ///
+ /// Window1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window Window1;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+
+ ///
+ /// Menu1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Menu Menu1;
+
+ ///
+ /// btnMenuModify 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuModify;
+
+ ///
+ /// btnMenuView 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuView;
+
+ ///
+ /// btnMenuDel 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuDel;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx
new file mode 100644
index 00000000..96a7eff6
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx
@@ -0,0 +1,130 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QCGroupRegistrationEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.QualityActivity.QCManage.QCGroupRegistrationEdit" %>
+
+
+
+
+
+ QC小组注册
+
+
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx.cs
new file mode 100644
index 00000000..cf07de91
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx.cs
@@ -0,0 +1,189 @@
+using BLL;
+using Newtonsoft.Json.Linq;
+using System;
+using System.Data;
+using System.Data.SqlClient;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web.UI.WebControls;
+using AspNet = System.Web.UI.WebControls;
+
+namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
+{
+ public partial class QCGroupRegistrationEdit : PageBase
+ {
+ ///
+ /// 主键
+ ///
+ public string QCGroupRegistrationId
+ {
+ get
+ {
+ return (string)ViewState["QCGroupRegistrationId"];
+ }
+ set
+ {
+ ViewState["QCGroupRegistrationId"] = value;
+ }
+ }
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ // BLL.UnitService.InitProjectUnitDropDownList(this.drpUnitId, this.CurrUser.LoginProjectId, true);
+ BLL.UnitService.InitAllUnitDownList(this.drpUnitId, true);
+
+ QCGroupRegistrationId = Request.Params["QCGroupRegistrationId"];
+ if (!string.IsNullOrEmpty(QCGroupRegistrationId))
+ {
+ hdId.Text = this.QCGroupRegistrationId;
+ Model.QCManage_QCGroupRegistration QCGroupRegistration = BLL.QCManage_QCGroupRegistrationService.GetQCGroupRegistrationByQCGroupRegistrationId(QCGroupRegistrationId);
+ this.txtCode.Text = QCGroupRegistration.Code;
+ this.txtName.Text = QCGroupRegistration.Name;
+ if (!string.IsNullOrEmpty(QCGroupRegistration.CompileMan))
+ {
+ this.txtCompileMan.Text = UserService.GetUserNameByUserId(QCGroupRegistration.CompileMan);
+ }
+ if (QCGroupRegistration.CompileDate != null)
+ {
+ txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", QCGroupRegistration.CompileDate);
+ }
+ if (!string.IsNullOrEmpty(QCGroupRegistration.UnitId))
+ {
+ this.drpUnitId.SelectedValue = QCGroupRegistration.UnitId;
+ }
+ txtSubjects.Text = QCGroupRegistration.Subjects;
+ txtProcess.Text = QCGroupRegistration.Process;
+ txtAchievement.Text = QCGroupRegistration.Achievement;
+ txtAwardName.Text = QCGroupRegistration.AwardName;
+ if (!string.IsNullOrEmpty(QCGroupRegistration.AwardType))
+ {
+ drpAwardType.SelectedValue = QCGroupRegistration.AwardType;
+ if (QCGroupRegistration.AwardType == "1") {
+ drpAwardLevel.Items.Add(new ListItem("鲁班奖", "1"));
+ drpAwardLevel.Items.Add(new ListItem("国优奖", "2"));
+ drpAwardLevel.Items.Add(new ListItem("省部级", "3"));
+ drpAwardLevel.Items.Add(new ListItem("市级", "4"));
+ }
+ else if (QCGroupRegistration.AwardType == "2") {
+ drpAwardLevel.Items.Add(new ListItem("省部级", "5"));
+ drpAwardLevel.Items.Add(new ListItem("集团级", "6"));
+ drpAwardLevel.Items.Add(new ListItem("企业级", "7"));
+ }
+ }
+ if (!string.IsNullOrEmpty(QCGroupRegistration.AwardLevel))
+ {
+ drpAwardLevel.SelectedValue = QCGroupRegistration.AwardLevel;
+ }
+ txtAwardingUnit.Text = QCGroupRegistration.AwardingUnit;
+ }
+ else
+ {
+ this.txtCompileMan.Text = this.CurrUser.UserName;
+ txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
+ }
+ }
+ }
+
+ protected void Grid1_Sort(object sender, GridSortEventArgs e)
+ {
+
+ }
+
+ protected void WindowAtt_Close(object sender, WindowCloseEventArgs e)
+ {
+
+ }
+
+ protected void imgBtnFile_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(hdId.Text))
+ {
+ hdId.Text = SQLHelper.GetNewID();
+ }
+ PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../../AttachFile/webuploader.aspx?type=1&toKeyId={0}&path=FileUpload/QCGroupRegistration&menuId={1}", hdId.Text, BLL.Const.ProjectQCGroupRegistrationListMenuId)));
+ }
+
+ protected void btnSave_Click(object sender, EventArgs e)
+ {
+ Saveinspection("save");
+ }
+
+ ///
+ /// 保存
+ ///
+ public void Saveinspection(string saveType)
+ {
+ Model.QCManage_QCGroupRegistration QCGroupRegistration = new Model.QCManage_QCGroupRegistration();
+ QCGroupRegistration.ProjectId = this.CurrUser.LoginProjectId;
+ QCGroupRegistration.Code = this.txtCode.Text.Trim();
+ QCGroupRegistration.Name = this.txtName.Text.Trim();
+ QCGroupRegistration.CompileMan = this.CurrUser.UserId;
+ QCGroupRegistration.CompileDate = Funs.GetNewDateTime(this.txtCompileDate.Text.Trim());
+ if (this.drpUnitId.SelectedValue != BLL.Const._Null)
+ {
+ QCGroupRegistration.UnitId = this.drpUnitId.SelectedValue;
+ }
+ QCGroupRegistration.Subjects = txtSubjects.Text.Trim();
+ QCGroupRegistration.Process = txtProcess.Text.Trim();
+ QCGroupRegistration.Achievement = txtAchievement.Text.Trim();
+ QCGroupRegistration.AwardName = txtAwardName.Text.Trim();
+ if (!string.IsNullOrEmpty(this.drpAwardType.SelectedValue))
+ {
+ QCGroupRegistration.AwardType = this.drpAwardType.SelectedValue;
+ }
+ if (!string.IsNullOrEmpty(this.drpAwardLevel.SelectedValue))
+ {
+ QCGroupRegistration.AwardLevel = this.drpAwardLevel.SelectedValue;
+ }
+ QCGroupRegistration.AwardingUnit = txtAwardingUnit.Text.Trim();
+ if (!string.IsNullOrEmpty(this.QCGroupRegistrationId))
+ {
+ QCGroupRegistration.QCGroupRegistrationId = this.QCGroupRegistrationId;
+ QCManage_QCGroupRegistrationService.UpdateQCGroupRegistration(QCGroupRegistration);
+ LogService.AddSys_Log(CurrUser, QCGroupRegistration.Code, QCGroupRegistration.QCGroupRegistrationId, Const.ProjectQCGroupRegistrationListMenuId, "修改QC小组注册");
+ }
+ else
+ {
+ if (string.IsNullOrEmpty(hdId.Text))
+ {
+ QCGroupRegistration.QCGroupRegistrationId = SQLHelper.GetNewID();
+ QCGroupRegistrationId = QCGroupRegistration.QCGroupRegistrationId;
+ }
+ else
+ {
+ QCGroupRegistration.QCGroupRegistrationId = hdId.Text;
+ }
+ QCManage_QCGroupRegistrationService.AddQCGroupRegistration(QCGroupRegistration);
+ LogService.AddSys_Log(CurrUser, QCGroupRegistration.Code, QCGroupRegistration.QCGroupRegistrationId, Const.ProjectQCGroupRegistrationListMenuId, "增加QC小组注册");
+ }
+ PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
+ }
+
+ protected void Change_AwardType(object sender, EventArgs eventArgs)
+ {
+
+ drpAwardLevel.Items.Clear();
+ drpAwardLevel.Items.Add(new ListItem("-请选择-", ""));
+
+ if (drpAwardType.SelectedValue == "1") {
+ drpAwardLevel.Items.Add(new ListItem("鲁班奖", "1"));
+ drpAwardLevel.Items.Add(new ListItem("国优奖", "2"));
+ drpAwardLevel.Items.Add(new ListItem("省部级", "3"));
+ drpAwardLevel.Items.Add(new ListItem("市级", "4"));
+ }
+ else if (drpAwardType.SelectedValue == "2") {
+ drpAwardLevel.Items.Add(new ListItem("省部级", "5"));
+ drpAwardLevel.Items.Add(new ListItem("集团级", "6"));
+ drpAwardLevel.Items.Add(new ListItem("企业级", "7"));
+ }
+ // 设置选中第一项
+ if (drpAwardLevel.Items.Count > 0)
+ {
+ drpAwardLevel.SelectedIndex = 0;
+ }
+
+ }
+
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx.designer.cs
new file mode 100644
index 00000000..61698fdb
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationEdit.aspx.designer.cs
@@ -0,0 +1,251 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
+{
+
+
+ public partial class QCGroupRegistrationEdit
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form SimpleForm1;
+
+ ///
+ /// ContentPanel2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ContentPanel ContentPanel2;
+
+ ///
+ /// Form2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form Form2;
+
+ ///
+ /// txtCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCode;
+
+ ///
+ /// txtName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtName;
+
+ ///
+ /// drpUnitId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpUnitId;
+
+ ///
+ /// txtSubjects 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtSubjects;
+
+ ///
+ /// txtProcess 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtProcess;
+
+ ///
+ /// txtAchievement 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtAchievement;
+
+ ///
+ /// txtAwardName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtAwardName;
+
+ ///
+ /// txtAwardingUnit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtAwardingUnit;
+
+ ///
+ /// drpAwardType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpAwardType;
+
+ ///
+ /// drpAwardLevel 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpAwardLevel;
+
+ ///
+ /// txtCompileMan 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCompileMan;
+
+ ///
+ /// txtCompileDate 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DatePicker txtCompileDate;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// imgBtnFile 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button imgBtnFile;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// lbTemp 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Label lbTemp;
+
+ ///
+ /// ToolbarFill1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarFill ToolbarFill1;
+
+ ///
+ /// btnSave 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSave;
+
+ ///
+ /// hdId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HiddenField hdId;
+
+ ///
+ /// hdAttachUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HiddenField hdAttachUrl;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx
new file mode 100644
index 00000000..ff5c9b13
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx
@@ -0,0 +1,128 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QCGroupRegistrationView.aspx.cs" Inherits="FineUIPro.Web.CQMS.QualityActivity.QCManage.QCGroupRegistrationView" %>
+
+
+
+
+
+ QC小组注册
+
+
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx.cs b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx.cs
new file mode 100644
index 00000000..06c5de43
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx.cs
@@ -0,0 +1,130 @@
+using BLL;
+using Newtonsoft.Json.Linq;
+using System;
+using System.Data;
+using System.Data.SqlClient;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web.UI.WebControls;
+using AspNet = System.Web.UI.WebControls;
+
+namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
+{
+ public partial class QCGroupRegistrationView : PageBase
+ {
+ ///
+ /// 主键
+ ///
+ public string QCGroupRegistrationId
+ {
+ get
+ {
+ return (string)ViewState["QCGroupRegistrationId"];
+ }
+ set
+ {
+ ViewState["QCGroupRegistrationId"] = value;
+ }
+ }
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ // BLL.UnitService.InitProjectUnitDropDownList(this.drpUnitId, this.CurrUser.LoginProjectId, true);
+ BLL.UnitService.InitAllUnitDownList(this.drpUnitId, true);
+ QCGroupRegistrationId = Request.Params["QCGroupRegistrationId"];
+ if (!string.IsNullOrEmpty(QCGroupRegistrationId))
+ {
+ hdId.Text = this.QCGroupRegistrationId;
+ Model.QCManage_QCGroupRegistration QCGroupRegistration = BLL.QCManage_QCGroupRegistrationService.GetQCGroupRegistrationByQCGroupRegistrationId(QCGroupRegistrationId);
+ this.txtCode.Text = QCGroupRegistration.Code;
+ this.txtName.Text = QCGroupRegistration.Name;
+ if (!string.IsNullOrEmpty(QCGroupRegistration.CompileMan))
+ {
+ this.txtCompileMan.Text = UserService.GetUserNameByUserId(QCGroupRegistration.CompileMan);
+ }
+ if (QCGroupRegistration.CompileDate != null)
+ {
+ txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", QCGroupRegistration.CompileDate);
+ }
+ if (!string.IsNullOrEmpty(QCGroupRegistration.UnitId))
+ {
+ this.drpUnitId.SelectedValue = QCGroupRegistration.UnitId;
+ }
+ txtSubjects.Text = QCGroupRegistration.Subjects;
+ txtProcess.Text = QCGroupRegistration.Process;
+ txtAchievement.Text = QCGroupRegistration.Achievement;
+ txtAwardName.Text = QCGroupRegistration.AwardName;
+ if (!string.IsNullOrEmpty(QCGroupRegistration.AwardType))
+ {
+ drpAwardType.SelectedValue = QCGroupRegistration.AwardType;
+ if (QCGroupRegistration.AwardType == "1") {
+ drpAwardLevel.Items.Add(new ListItem("鲁班奖", "1"));
+ drpAwardLevel.Items.Add(new ListItem("国优奖", "2"));
+ drpAwardLevel.Items.Add(new ListItem("省部级", "3"));
+ drpAwardLevel.Items.Add(new ListItem("市级", "4"));
+ }
+ else if (QCGroupRegistration.AwardType == "2") {
+ drpAwardLevel.Items.Add(new ListItem("省部级", "5"));
+ drpAwardLevel.Items.Add(new ListItem("集团级", "6"));
+ drpAwardLevel.Items.Add(new ListItem("企业级", "7"));
+ }
+ }
+ if (!string.IsNullOrEmpty(QCGroupRegistration.AwardLevel))
+ {
+ drpAwardLevel.SelectedValue = QCGroupRegistration.AwardLevel;
+ }
+ txtAwardingUnit.Text = QCGroupRegistration.AwardingUnit;
+ }
+ else
+ {
+ this.txtCompileMan.Text = this.CurrUser.UserName;
+ txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
+ }
+ }
+ }
+
+ protected void Grid1_Sort(object sender, GridSortEventArgs e)
+ {
+
+ }
+
+ protected void WindowAtt_Close(object sender, WindowCloseEventArgs e)
+ {
+
+ }
+
+ protected void imgBtnFile_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrEmpty(hdId.Text))
+ {
+ hdId.Text = SQLHelper.GetNewID();
+ }
+ PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/QCGroupRegistration&menuId={1}", hdId.Text, BLL.Const.ProjectQCGroupRegistrationListMenuId)));
+ }
+
+ protected void Change_AwardType(object sender, EventArgs eventArgs)
+ {
+
+ drpAwardLevel.Items.Clear();
+ drpAwardLevel.Items.Add(new ListItem("-请选择-", ""));
+
+ if (drpAwardType.SelectedValue == "1") {
+ drpAwardLevel.Items.Add(new ListItem("国家级", "1"));
+ drpAwardLevel.Items.Add(new ListItem("省部级", "2"));
+ drpAwardLevel.Items.Add(new ListItem("市级", "3"));
+ }
+ else if (drpAwardType.SelectedValue == "2") {
+ drpAwardLevel.Items.Add(new ListItem("省部级", "4"));
+ drpAwardLevel.Items.Add(new ListItem("集团级", "5"));
+ drpAwardLevel.Items.Add(new ListItem("企业级", "6"));
+ }
+ // 设置选中第一项
+ if (drpAwardLevel.Items.Count > 0)
+ {
+ drpAwardLevel.SelectedIndex = 0;
+ }
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx.designer.cs
new file mode 100644
index 00000000..5f30c35a
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/QualityActivity/QCManage/QCGroupRegistrationView.aspx.designer.cs
@@ -0,0 +1,242 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
+{
+
+
+ public partial class QCGroupRegistrationView
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form SimpleForm1;
+
+ ///
+ /// ContentPanel2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ContentPanel ContentPanel2;
+
+ ///
+ /// Form2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form Form2;
+
+ ///
+ /// txtCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCode;
+
+ ///
+ /// txtName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtName;
+
+ ///
+ /// drpUnitId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpUnitId;
+
+ ///
+ /// txtSubjects 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtSubjects;
+
+ ///
+ /// txtProcess 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtProcess;
+
+ ///
+ /// txtAchievement 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtAchievement;
+
+ ///
+ /// txtAwardName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtAwardName;
+
+ ///
+ /// txtAwardingUnit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtAwardingUnit;
+
+ ///
+ /// drpAwardType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpAwardType;
+
+ ///
+ /// drpAwardLevel 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpAwardLevel;
+
+ ///
+ /// txtCompileMan 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCompileMan;
+
+ ///
+ /// txtCompileDate 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DatePicker txtCompileDate;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// imgBtnFile 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button imgBtnFile;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// lbTemp 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Label lbTemp;
+
+ ///
+ /// ToolbarFill1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarFill ToolbarFill1;
+
+ ///
+ /// hdId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HiddenField hdId;
+
+ ///
+ /// hdAttachUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HiddenField hdAttachUrl;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx b/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx
new file mode 100644
index 00000000..259643c3
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx
@@ -0,0 +1,150 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Rectify.aspx.cs" Inherits="FineUIPro.Web.CQMS.Technique.Rectify" %>
+
+
+
+
+
+ 质量隐患
+
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx.cs
new file mode 100644
index 00000000..de35d211
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx.cs
@@ -0,0 +1,561 @@
+using BLL;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Data.SqlClient;
+using System.IO;
+using System.Linq;
+using System.Text;
+using System.Web.UI;
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+ public partial class Rectify : PageBase
+ {
+ #region 加载页面
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ Funs.DropDownPageSize(this.ddlPageSize);
+ btnSelectColumns.OnClientClick = Window5.GetShowReference("RectifySelectCloumn.aspx");
+ ////权限按钮方法
+ this.GetButtonPower();
+ InitTreeMenu();
+ }
+ }
+
+ ///
+ /// 绑定数据
+ ///
+ private void BindGrid()
+ {
+ string strSql = @"SELECT RectifyItem.RectifyItemId,RectifyItem.RectifyId,RectifyItem.HazardSourcePoint,(CASE WHEN LEN(RectifyItem.HazardSourcePoint) > 30 THEN LEFT(RectifyItem.HazardSourcePoint,30) + '...' ELSE RectifyItem.HazardSourcePoint END) AS ShortHazardSourcePoint, "
+ + @" RectifyItem.RiskAnalysis,(CASE WHEN LEN(RectifyItem.RiskPrevention) > 30 THEN LEFT(RectifyItem.RiskPrevention,30) + '...' ELSE RectifyItem.RiskPrevention END) AS ShortRiskPrevention,RectifyItem.RiskPrevention, "
+ + @" RectifyItem.SimilarRisk,(CASE WHEN LEN(RectifyItem.SimilarRisk) > 30 THEN LEFT(RectifyItem.SimilarRisk,30) + '...' ELSE RectifyItem.SimilarRisk END) AS ShortSimilarRisk,R.RectifyName,R.RectifyCode,RectifyItem.CompileMan,RectifyItem.CompileDate,"
+ + @" RectifyItem.AuditMan,RectifyItem.AuditDate,RectifyItem.IsPass,U.UserName AS CompileManName,UR.UserName AS AuditManName"
+ + @" FROM dbo.Technique_RectifyItem AS RectifyItem"
+ + @" LEFT JOIN dbo.Technique_Rectify AS R ON R.RectifyId=RectifyItem.RectifyId"
+ + @" LEFT JOIN dbo.Sys_User AS U ON U.UserId=RectifyItem.CompileMan"
+ + @" LEFT JOIN dbo.Sys_User AS UR ON U.UserId=RectifyItem.AuditMan"
+ + @" WHERE RectifyItem.RectifyId=@RectifyId";
+ List listStr = new List
+ {
+ new SqlParameter("@RectifyId", this.trRectify.SelectedNode.NodeID)
+ };
+ if (!string.IsNullOrEmpty(this.RectifyName.Text.Trim()))
+ {
+ strSql += " AND RectifyName LIKE @RectifyName";
+ listStr.Add(new SqlParameter("@RectifyName", "%" + this.RectifyName.Text.Trim() + "%"));
+ }
+ if (!string.IsNullOrEmpty(this.HazardSourcePoint.Text.Trim()))
+ {
+ strSql += " AND HazardSourcePoint LIKE @HazardSourcePoint";
+ listStr.Add(new SqlParameter("@HazardSourcePoint", "%" + this.HazardSourcePoint.Text.Trim() + "%"));
+ }
+
+ SqlParameter[] parameter = listStr.ToArray();
+ DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
+ Grid1.RecordCount = tb.Rows.Count;
+ var table = this.GetPagedDataTable(Grid1, tb);
+
+ Grid1.DataSource = table;
+ Grid1.DataBind();
+ }
+ #endregion
+
+ #region 加载树
+ ///
+ /// 加载树
+ ///
+ private void InitTreeMenu()
+ {
+ this.trRectify.Nodes.Clear();
+ this.trRectify.ShowBorder = false;
+ this.trRectify.ShowHeader = false;
+ this.trRectify.EnableIcons = true;
+ this.trRectify.AutoScroll = true;
+ this.trRectify.EnableSingleClickExpand = true;
+ TreeNode rootNode = new TreeNode
+ {
+ Text = "隐患类型",
+ NodeID = "0",
+ Expanded = true
+ };
+ this.trRectify.Nodes.Add(rootNode);
+ BoundTree(rootNode.Nodes, "0");
+ }
+
+ ///
+ /// 加载树
+ ///
+ ///
+ ///
+ private void BoundTree(TreeNodeCollection nodes, string menuId)
+ {
+ var dt = BLL.RectifyService.GetRectifyBySupRectifyId(menuId,"1");
+ if (dt.Count() > 0)
+ {
+ TreeNode tn = null;
+ foreach (var dr in dt)
+ {
+ tn = new TreeNode
+ {
+ Text = dr.RectifyName,
+ ToolTip = dr.RectifyName,
+ NodeID = dr.RectifyId,
+ EnableClickEvent = true
+ };
+ nodes.Add(tn);
+ BoundTree(tn.Nodes, dr.RectifyId);
+ }
+ }
+ }
+ #endregion
+
+ #region 添加按钮
+ ///
+ /// 添加安全隐患类型按钮
+ ///
+ ///
+ ///
+ protected void btnNew_Click(object sender, EventArgs e)
+ {
+
+ if (this.trRectify.SelectedNode != null)
+ {
+ Model.Technique_Rectify rectify = BLL.RectifyService.GetRectifyById(this.trRectify.SelectedNode.NodeID);
+ if ((rectify != null && rectify.IsEndLever == false) || this.trRectify.SelectedNode.NodeID == "0") //根节点或者非末级节点,可以增加
+ {
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("RectifyEdit.aspx?SupRectifyId={0}", this.trRectify.SelectedNode.NodeID, "编辑 - ")));
+ }
+ else
+ {
+ ShowNotify("选择的项已是末级!", MessageBoxIcon.Success);
+ }
+ }
+ else
+ {
+ ShowNotify("请选择树节点!", MessageBoxIcon.Success);
+ }
+ }
+ #endregion
+
+ #region 修改
+ ///
+ /// 修改安全隐患类型
+ ///
+ ///
+ ///
+ protected void btnEdit_Click(object sender, EventArgs e)
+ {
+ if (this.trRectify.SelectedNode != null)
+ {
+ if (this.trRectify.SelectedNode.NodeID != "0") //非根节点可以编辑
+ {
+ PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("RectifyEdit.aspx?RectifyId={0}", this.trRectify.SelectedNode.NodeID, "编辑 - ")));
+ }
+ else
+ {
+ ShowNotify("根节点无法编辑!", MessageBoxIcon.Warning);
+ }
+ }
+ else
+ {
+ ShowNotify("请选择树节点!", MessageBoxIcon.Warning);
+ }
+ }
+ #endregion
+
+ #region 删除
+ ///
+ /// 删除安全试题类型
+ ///
+ ///
+ ///
+ protected void btnDelete_Click(object sender, EventArgs e)
+ {
+ if (this.trRectify.SelectedNode != null)
+ {
+ var q = BLL.RectifyService.GetRectifyById(this.trRectify.SelectedNode.NodeID);
+
+ if (q != null && BLL.RectifyService.IsDeleteRectify(this.trRectify.SelectedNode.NodeID))
+ {
+ BLL.LogService.AddSys_Log(this.CurrUser, q.RectifyName, q.RectifyId, BLL.Const.CQMSRectifyMenuId, Const.BtnDelete);
+ BLL.RectifyItemService.DeleteRectifyItemByRectifyId(this.trRectify.SelectedNode.NodeID);
+ BLL.RectifyService.DeleteRectify(this.trRectify.SelectedNode.NodeID);
+ InitTreeMenu();
+ }
+ else
+ {
+ ShowNotify("存在下级菜单或已增加资源数据或者为内置项,不允许删除!", MessageBoxIcon.Warning);
+ }
+ }
+ else
+ {
+ ShowNotify("请选择删除项!", MessageBoxIcon.Warning);
+ }
+ }
+ #endregion
+
+ #region Tree点击事件
+ ///
+ /// tree点击事件
+ ///
+ ///
+ ///
+ protected void trRectify_NodeCommand(object sender, TreeCommandEventArgs e)
+ {
+ BindGrid();
+ }
+ #endregion
+
+ #region 文本框查询事件
+ ///
+ /// 查询
+ ///
+ ///
+ ///
+ protected void TextBox_TextChanged(object sender, EventArgs e)
+ {
+ this.BindGrid();
+ BLL.LogService.AddSys_Log(this.CurrUser, string.Empty, string.Empty, BLL.Const.CQMSRectifyMenuId, Const.BtnQuery);
+ }
+ #endregion
+
+ #region 增加明细
+ ///
+ /// 增加安全隐患明细
+ ///
+ ///
+ ///
+ protected void btnNewDetail_Click(object sender, EventArgs e)
+ {
+ if (this.trRectify.SelectedNode != null)
+ {
+ if (this.trRectify.SelectedNode.Nodes.Count == 0)
+ {
+ PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("RectifyItemEdit.aspx?RectifyId={0}", this.trRectify.SelectedNode.NodeID, "编辑 - ")));
+ }
+ else
+ {
+ ShowNotify("请选择末级节点!", MessageBoxIcon.Warning);
+ }
+ }
+ else
+ {
+ ShowNotify("请选择树节点!", MessageBoxIcon.Warning);
+ }
+ }
+ #endregion
+
+ #region 编辑明细
+ ///
+ /// 右键编辑事件
+ ///
+ ///
+ ///
+ protected void btnMenuEdit_Click(object sender, EventArgs e)
+ {
+ this.EditData();
+ }
+
+ ///
+ /// 编辑数据方法
+ ///
+ private void EditData()
+ {
+ if (Grid1.SelectedRowIndexArray.Length == 0)
+ {
+ Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
+ return;
+ }
+
+ string rectifyItemId = Grid1.SelectedRowID;
+
+ PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("RectifyItemEdit.aspx?RectifyItemId={0}", rectifyItemId, "编辑 - ")));
+ }
+ #endregion
+
+ #region 删除明细
+ ///
+ /// 右键删除事件
+ ///
+ ///
+ ///
+ protected void btnMenuDelete_Click(object sender, EventArgs e)
+ {
+ this.DeleteData();
+ }
+
+ ///
+ /// 删除方法
+ ///
+ private void DeleteData()
+ {
+ if (Grid1.SelectedRowIndexArray.Length > 0)
+ {
+ foreach (int rowIndex in Grid1.SelectedRowIndexArray)
+ {
+ string rowID = Grid1.DataKeys[rowIndex][0].ToString();
+ if (judgementDelete(rowID, true))
+ {
+ var rectifyItem = BLL.RectifyItemService.GetRectifyItemById(rowID);
+ if (rectifyItem != null)
+ {
+ BLL.LogService.AddSys_Log(this.CurrUser, rectifyItem.HazardSourcePoint, rectifyItem.RectifyItemId, BLL.Const.CQMSRectifyMenuId, Const.BtnDelete);
+ BLL.RectifyItemService.DeleteRectifyItem(rowID);
+ BindGrid();
+ ShowNotify("删除数据成功!");
+ }
+ }
+ }
+ }
+ }
+ #endregion
+
+ #region 表头分页、排序
+ ///
+ /// Grid分页索引改变事件
+ ///
+ ///
+ ///
+ protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
+ {
+ Grid1.PageIndex = e.NewPageIndex;
+ BindGrid();
+ }
+
+ ///
+ /// 分页下拉选择事件
+ ///
+ ///
+ ///
+ protected void ddlPageSize_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ Grid1.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue);
+ BindGrid();
+ }
+
+ ///
+ /// Grid1排序
+ ///
+ ///
+ ///
+ protected void Grid1_Sort(object sender, GridSortEventArgs e)
+ {
+ Grid1.SortDirection = e.SortDirection;
+ Grid1.SortField = e.SortField;
+ BindGrid();
+ }
+ #endregion
+
+ #region Grid行双击事件
+ ///
+ /// Grid1行双击事件
+ ///
+ ///
+ ///
+ protected void Grid1_RowDoubleClick(object sender, GridRowClickEventArgs e)
+ {
+ this.EditData();
+ }
+ #endregion
+
+ #region 关闭弹出框
+ ///
+ /// 关闭弹出窗口1
+ ///
+ ///
+ ///
+ protected void Window1_Close(object sender, WindowCloseEventArgs e)
+ {
+ InitTreeMenu();
+ }
+
+ ///
+ /// 关闭弹出窗口2
+ ///
+ ///
+ ///
+ protected void Window2_Close(object sender, WindowCloseEventArgs e)
+ {
+ BindGrid();
+ }
+ #endregion
+
+ #region 导出
+ ///
+ /// 关闭导出窗口
+ ///
+ ///
+ ///
+ protected void Window5_Close(object sender, WindowCloseEventArgs e)
+ {
+ Response.ClearContent();
+ Response.AddHeader("content-disposition", "attachment; filename=MyExcelFile.xls");
+ Response.ContentType = "application/excel";
+ Response.ContentEncoding = System.Text.Encoding.UTF8;
+ Response.Write(GetGridTableHtml(Grid1, e.CloseArgument.Split('#')));
+ Response.End();
+ }
+
+ ///
+ /// 导出
+ ///
+ ///
+ ///
+ ///
+ private string GetGridTableHtml(Grid grid, string[] columns)
+ {
+ StringBuilder sb = new StringBuilder();
+ sb.Append("");
+ List columnHeaderTexts = new List(columns);
+ List columnIndexs = new List();
+ sb.Append("");
+ sb.Append("");
+ foreach (GridColumn column in grid.Columns)
+ {
+ if (columnHeaderTexts.Contains(column.HeaderText))
+ {
+ sb.AppendFormat("| {0} | ", column.HeaderText);
+ columnIndexs.Add(column.ColumnIndex);
+ }
+ }
+ sb.Append("
");
+ foreach (GridRow row in grid.Rows)
+ {
+ sb.Append("");
+ int columnIndex = 0;
+ foreach (object value in row.Values)
+ {
+ if (columnIndexs.Contains(columnIndex))
+ {
+ string html = value.ToString();
+ if (html.StartsWith(Grid.TEMPLATE_PLACEHOLDER_PREFIX))
+ {
+ // 模板列
+ string templateID = html.Substring(Grid.TEMPLATE_PLACEHOLDER_PREFIX.Length);
+ Control templateCtrl = row.FindControl(templateID);
+ html = GetRenderedHtmlSource(templateCtrl);
+ }
+ //else
+ //{
+ // // 处理CheckBox
+ // if (html.Contains("f-grid-static-checkbox"))
+ // {
+ // if (!html.Contains("f-checked"))
+ // {
+ // html = "×";
+ // }
+ // else
+ // {
+ // html = "√";
+ // }
+ // }
+ // // 处理图片
+ // if (html.Contains("
{0}", html);
+ }
+ columnIndex++;
+ }
+ sb.Append("
");
+ }
+ sb.Append("
");
+ return sb.ToString();
+ }
+
+ ///
+ /// 获取控件渲染后的HTML源代码
+ ///
+ ///
+ ///
+ private string GetRenderedHtmlSource(Control ctrl)
+ {
+ if (ctrl != null)
+ {
+ using (StringWriter sw = new StringWriter())
+ {
+ using (HtmlTextWriter htw = new HtmlTextWriter(sw))
+ {
+ ctrl.RenderControl(htw);
+ return sw.ToString();
+ }
+ }
+ }
+ return String.Empty;
+ }
+ #endregion
+
+ #region 判断是否可删除
+ ///
+ /// 判断是否可以删除
+ ///
+ ///
+ private bool judgementDelete(string id, bool isShow)
+ {
+ string content = string.Empty;
+ //if (Funs.DB.Supervise_SuperviseCheckRectifyItem.FirstOrDefault(x => x.RectifyItemId == id) != null)
+ //{
+ // content = "该安全隐患已在【检查整改】中使用,不能删除!";
+ //}
+ if (string.IsNullOrEmpty(content))
+ {
+ return true;
+ }
+ else
+ {
+ if (isShow)
+ {
+ Alert.ShowInTop(content);
+ }
+ return false;
+ }
+ }
+ #endregion
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CQMSRectifyMenuId);
+ if (buttonList.Count() > 0)
+ {
+ if (buttonList.Contains(BLL.Const.BtnAdd))
+ {
+ this.btnNew.Hidden = false;
+ this.btnNewDetail.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnModify))
+ {
+ this.btnEdit.Hidden = false;
+ this.btnMenuEdit.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnDelete))
+ {
+ this.btnDelete.Hidden = false;
+ this.btnMenuDelete.Hidden = false;
+ }
+ if (buttonList.Contains(BLL.Const.BtnOut))
+ {
+ this.btnSelectColumns.Hidden = false;
+ }
+ }
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx.designer.cs
new file mode 100644
index 00000000..a163ba3e
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/Rectify.aspx.designer.cs
@@ -0,0 +1,296 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+
+
+ public partial class Rectify
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// panelLeftRegion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel panelLeftRegion;
+
+ ///
+ /// Toolbar2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar2;
+
+ ///
+ /// btnNew 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnNew;
+
+ ///
+ /// btnEdit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnEdit;
+
+ ///
+ /// btnDelete 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnDelete;
+
+ ///
+ /// trRectify 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tree trRectify;
+
+ ///
+ /// panelCenterRegion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel panelCenterRegion;
+
+ ///
+ /// Grid1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Grid Grid1;
+
+ ///
+ /// Toolbar3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar3;
+
+ ///
+ /// RectifyName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox RectifyName;
+
+ ///
+ /// HazardSourcePoint 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox HazardSourcePoint;
+
+ ///
+ /// btnQuery 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnQuery;
+
+ ///
+ /// btnNewDetail 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnNewDetail;
+
+ ///
+ /// btnSelectColumns 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSelectColumns;
+
+ ///
+ /// lblRectifyName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label lblRectifyName;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// ToolbarSeparator1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
+
+ ///
+ /// ToolbarText1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ToolbarText ToolbarText1;
+
+ ///
+ /// ddlPageSize 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList ddlPageSize;
+
+ ///
+ /// Window1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window Window1;
+
+ ///
+ /// Window2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window Window2;
+
+ ///
+ /// Window5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window Window5;
+
+ ///
+ /// Menu1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Menu Menu1;
+
+ ///
+ /// btnMenuEdit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuEdit;
+
+ ///
+ /// btnMenuDelete 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnMenuDelete;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx
new file mode 100644
index 00000000..ebeb8314
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx
@@ -0,0 +1,51 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RectifyEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Technique.RectifyEdit" %>
+
+
+
+
+ 编辑安全隐患类型
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx.cs
new file mode 100644
index 00000000..bfc4a7b5
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx.cs
@@ -0,0 +1,148 @@
+using BLL;
+using System;
+using System.Linq;
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+ public partial class RectifyEdit : PageBase
+ {
+ #region 定义变量
+ ///
+ /// 安全隐患主键
+ ///
+ public string RectifyId
+ {
+ get
+ {
+ return (string)ViewState["RectifyId"];
+ }
+ set
+ {
+ ViewState["RectifyId"] = value;
+ }
+ }
+
+ ///
+ /// 上一节点id
+ ///
+ public string SupRectifyId
+ {
+ get
+ {
+ return (string)ViewState["SupRectifyId"];
+ }
+ set
+ {
+ ViewState["SupRectifyId"] = value;
+ }
+ }
+ #endregion
+
+ #region 加载页面
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ btnClose.OnClientClick = ActiveWindow.GetHideReference();
+ ////权限按钮方法
+ this.GetButtonPower();
+ this.drpIsEndLever.DataTextField = "TypeName";
+ drpIsEndLever.DataValueField = "TypeId";
+ drpIsEndLever.DataSource = BLL.TrainingService.GetIsEndLeverList();
+ drpIsEndLever.DataBind();
+
+ this.RectifyId = Request.Params["RectifyId"];
+ this.SupRectifyId = Request.Params["SupRectifyId"];
+ if (!string.IsNullOrEmpty(this.RectifyId))
+ {
+ Model.Technique_Rectify rectify = BLL.RectifyService.GetRectifyById(this.RectifyId);
+ if (rectify != null)
+ {
+ this.txtRectifyCode.Text = rectify.RectifyCode;
+ this.txtRectifyName.Text = rectify.RectifyName;
+ if (rectify.IsEndLever == true)
+ {
+ this.drpIsEndLever.SelectedValue = "true";
+ }
+ else
+ {
+ this.drpIsEndLever.SelectedValue = "false";
+ }
+ }
+ }
+ }
+ }
+ #endregion
+
+ #region 保存
+ ///
+ /// 保存按钮
+ ///
+ ///
+ ///
+ protected void btnSave_Click(object sender, EventArgs e)
+ {
+ Model.Technique_Rectify rectify = new Model.Technique_Rectify
+ {
+ RectifyType = "1",//质量
+ RectifyCode = this.txtRectifyCode.Text.Trim(),
+ RectifyName = this.txtRectifyName.Text.Trim()
+ };
+ if (this.drpIsEndLever.SelectedValue == "true")
+ {
+ rectify.IsEndLever = true;
+ }
+ else
+ {
+ rectify.IsEndLever = false;
+ }
+ if (string.IsNullOrEmpty(this.RectifyId))
+ {
+ rectify.SupRectifyId = this.SupRectifyId;
+ rectify.RectifyId = SQLHelper.GetNewID(typeof(Model.Technique_Rectify));
+ BLL.RectifyService.AddRectify(rectify);
+
+ BLL.LogService.AddSys_Log(this.CurrUser, rectify.RectifyName, rectify.RectifyId, BLL.Const.CQMSRectifyMenuId, Const.BtnAdd);
+ }
+ else
+ {
+ Model.Technique_Rectify r = BLL.RectifyService.GetRectifyById(this.RectifyId);
+ if (r != null)
+ {
+ rectify.SupRectifyId = r.SupRectifyId;
+ }
+ rectify.RectifyId = this.RectifyId;
+ BLL.RectifyService.UpdateRectify(rectify);
+
+ BLL.LogService.AddSys_Log(this.CurrUser, rectify.RectifyName, rectify.RectifyId, BLL.Const.CQMSRectifyMenuId, Const.BtnModify);
+ }
+ PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
+ }
+ #endregion
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CQMSRectifyMenuId);
+ if (buttonList.Count() > 0)
+ {
+
+ if (buttonList.Contains(BLL.Const.BtnSave))
+ {
+ this.btnSave.Hidden = false;
+ }
+ }
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx.designer.cs
new file mode 100644
index 00000000..8d922763
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyEdit.aspx.designer.cs
@@ -0,0 +1,98 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+
+
+ public partial class RectifyEdit
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form SimpleForm1;
+
+ ///
+ /// txtRectifyCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtRectifyCode;
+
+ ///
+ /// txtRectifyName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtRectifyName;
+
+ ///
+ /// drpIsEndLever 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpIsEndLever;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// btnSave 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSave;
+
+ ///
+ /// btnClose 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnClose;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx
new file mode 100644
index 00000000..80fdaa7e
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx
@@ -0,0 +1,61 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RectifyItemEdit.aspx.cs"
+ Async="true" Inherits="FineUIPro.Web.CQMS.Technique.RectifyItemEdit" %>
+
+
+
+
+ 隐患详细
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx.cs
new file mode 100644
index 00000000..77dfadc7
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx.cs
@@ -0,0 +1,164 @@
+using BLL;
+using System;
+using System.Linq;
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+ public partial class RectifyItemEdit : PageBase
+ {
+ #region 定义变量
+ ///
+ /// 质量隐患主键
+ ///
+ public string RectifyId
+ {
+ get
+ {
+ return (string)ViewState["RectifyId"];
+ }
+ set
+ {
+ ViewState["RectifyId"] = value;
+ }
+ }
+
+ ///
+ /// 质量隐患明细主键
+ ///
+ public string RectifyItemId
+ {
+ get
+ {
+ return (string)ViewState["RectifyItemId"];
+ }
+ set
+ {
+ ViewState["RectifyItemId"] = value;
+ }
+ }
+ #endregion
+
+ #region 加载页面
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ ////权限按钮方法
+ this.GetButtonPower();
+ this.RectifyId = Request.Params["RectifyId"];
+ this.RectifyItemId = Request.Params["RectifyItemId"];
+ if (!string.IsNullOrEmpty(this.RectifyItemId))
+ {
+ var rectifyItem = BLL.RectifyItemService.GetRectifyItemById(this.RectifyItemId);
+ if (rectifyItem != null)
+ {
+ if (!string.IsNullOrEmpty(rectifyItem.RectifyId))
+ {
+ var rectify = BLL.RectifyService.GetRectifyById(rectifyItem.RectifyId);
+ if (rectify != null)
+ {
+ this.lblRectifyName.Text = rectify.RectifyName;
+ }
+ }
+ this.txtHazardSourcePoint.Text = rectifyItem.HazardSourcePoint;
+ this.txtRiskAnalysis.Text = rectifyItem.RiskAnalysis;
+ this.txtRiskPrevention.Text = rectifyItem.RiskPrevention;
+ this.txtSimilarRisk.Text = rectifyItem.SimilarRisk;
+ }
+ }
+ else
+ {
+ if (!string.IsNullOrEmpty(this.RectifyId))
+ {
+ var rectify = BLL.RectifyService.GetRectifyById(this.RectifyId);
+ if (rectify != null)
+ {
+ this.lblRectifyName.Text = rectify.RectifyName;
+ }
+ }
+ }
+ }
+ }
+ #endregion
+
+ #region 保存
+ ///
+ /// 保存数据
+ ///
+ private void SaveData()
+ {
+ Model.Technique_RectifyItem rectifyItem = new Model.Technique_RectifyItem
+ {
+ HazardSourcePoint = this.txtHazardSourcePoint.Text.Trim(),
+ RiskAnalysis = this.txtRiskAnalysis.Text.Trim(),
+ RiskPrevention = this.txtRiskPrevention.Text.Trim(),
+ SimilarRisk = this.txtSimilarRisk.Text.Trim(),
+ };
+ if (string.IsNullOrEmpty(this.RectifyItemId))
+ {
+ rectifyItem.CompileMan = this.CurrUser.UserName;
+ rectifyItem.UnitId = String.IsNullOrEmpty(this.CurrUser.UnitId) ? CommonService.GetMainProjectUnitId(this.CurrUser.LoginProjectId) : this.CurrUser.UnitId;
+ rectifyItem.CompileDate = DateTime.Now;
+ rectifyItem.IsPass = true;
+ rectifyItem.RectifyItemId = SQLHelper.GetNewID(typeof(Model.Technique_RectifyItem));
+ RectifyItemId = rectifyItem.RectifyItemId;
+ rectifyItem.RectifyId = this.RectifyId;
+ BLL.RectifyItemService.AddRectifyItem(rectifyItem);
+ BLL.LogService.AddSys_Log(this.CurrUser, rectifyItem.HazardSourcePoint, rectifyItem.RectifyItemId, BLL.Const.CQMSRectifyMenuId, Const.BtnAdd);
+ }
+ else
+ {
+ rectifyItem.RectifyItemId = this.RectifyItemId;
+ Model.Technique_RectifyItem r = BLL.RectifyItemService.GetRectifyItemById(this.RectifyId);
+ if (r != null)
+ {
+ rectifyItem.RectifyId = r.RectifyId;
+ }
+ BLL.RectifyItemService.UpdateRectifyItem(rectifyItem);
+ BLL.LogService.AddSys_Log(this.CurrUser, rectifyItem.HazardSourcePoint, rectifyItem.RectifyItemId, BLL.Const.CQMSRectifyMenuId, Const.BtnModify);
+ }
+ PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
+ }
+
+ ///
+ /// 保存按钮
+ ///
+ ///
+ ///
+ protected void btnSave_Click(object sender, EventArgs e)
+ {
+ SaveData();
+ }
+ #endregion
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ if (Request.Params["value"] == "0")
+ {
+ return;
+ }
+
+ var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CQMSRectifyMenuId);
+ if (buttonList.Count() > 0)
+ {
+
+ if (buttonList.Contains(BLL.Const.BtnSave))
+ {
+ this.btnSave.Hidden = false;
+ }
+ }
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx.designer.cs
new file mode 100644
index 00000000..16f56138
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifyItemEdit.aspx.designer.cs
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+
+
+ public partial class RectifyItemEdit
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form SimpleForm1;
+
+ ///
+ /// lblRectifyName 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Label lblRectifyName;
+
+ ///
+ /// txtHazardSourcePoint 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextArea txtHazardSourcePoint;
+
+ ///
+ /// txtRiskAnalysis 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextArea txtRiskAnalysis;
+
+ ///
+ /// txtRiskPrevention 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextArea txtRiskPrevention;
+
+ ///
+ /// txtSimilarRisk 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextArea txtSimilarRisk;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// btnSave 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSave;
+
+ ///
+ /// btnClose 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnClose;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx b/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx
new file mode 100644
index 00000000..600dd4fc
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RectifySelectCloumn.aspx.cs" Inherits="FineUIPro.Web.CQMS.Technique.RectifySelectCloumn" %>
+
+
+
+
+
+ 质量隐患导出选择列
+
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx.cs
new file mode 100644
index 00000000..03eb7139
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx.cs
@@ -0,0 +1,62 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+ public partial class RectifySelectCloumn : PageBase
+ {
+ #region 加载页面
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ ////权限按钮方法
+ this.GetButtonPower();
+ btnClose.OnClientClick = ActiveWindow.GetHideReference();
+ }
+ }
+ #endregion
+
+ #region 导出
+ ///
+ /// 导出按钮
+ ///
+ ///
+ ///
+ protected void btnImport_Click(object sender, EventArgs e)
+ {
+ // 1. 这里放置保存窗体中数据的逻辑
+ // 2. 关闭本窗体,然后回发父窗体
+ PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference(String.Join("#", cblColumns.SelectedValueArray)));
+ }
+ #endregion
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CQMSRectifyMenuId);
+ if (buttonList.Count() > 0)
+ {
+ if (buttonList.Contains(BLL.Const.BtnOut))
+ {
+ this.btnImport.Hidden = false;
+ }
+ }
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx.designer.cs
new file mode 100644
index 00000000..9b90b09f
--- /dev/null
+++ b/SGGL/FineUIPro.Web/CQMS/Technique/RectifySelectCloumn.aspx.designer.cs
@@ -0,0 +1,80 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.CQMS.Technique
+{
+
+
+ public partial class RectifySelectCloumn
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// btnClose 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnClose;
+
+ ///
+ /// btnImport 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnImport;
+
+ ///
+ /// cblColumns 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.CheckBoxList cblColumns;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/CQMS/WBS/ControlPoint.aspx b/SGGL/FineUIPro.Web/CQMS/WBS/ControlPoint.aspx
index 9c9bcc60..52c629cf 100644
--- a/SGGL/FineUIPro.Web/CQMS/WBS/ControlPoint.aspx
+++ b/SGGL/FineUIPro.Web/CQMS/WBS/ControlPoint.aspx
@@ -4,7 +4,7 @@
-
+
工序质量控制点维护
+
+
+
+
+
+
diff --git a/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckReportFinalizeEdit.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckReportFinalizeEdit.aspx.cs
new file mode 100644
index 00000000..dc9f7d7b
--- /dev/null
+++ b/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckReportFinalizeEdit.aspx.cs
@@ -0,0 +1,659 @@
+using BLL;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web.UI.WebControls;
+
+namespace FineUIPro.Web.ZHGL.Supervise
+{
+ public partial class SuperviseCheckReportFinalizeEdit : PageBase
+ {
+ #region 定义变量
+ ///
+ /// 主键
+ ///
+ public string SuperviseCheckReportId
+ {
+ get
+ {
+ return (string)ViewState["SuperviseCheckReportId"];
+ }
+ set
+ {
+ ViewState["SuperviseCheckReportId"] = value;
+ }
+ }
+
+ ///
+ /// 定义集合
+ ///
+ private static List superviseCheckReportItems = new List();
+ #endregion
+
+ #region 加载页面
+ ///
+ /// 加载页面
+ ///
+ ///
+ ///
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ //hdItemId.Text = string.Empty;
+ hdAttachUrl.Text = string.Empty;
+ hdId.Text = string.Empty;
+ btnClose.OnClientClick = ActiveWindow.GetHideReference();
+
+ superviseCheckReportItems.Clear();
+ if (Request.Params["type"] != "-1")
+ {
+ ////权限按钮方法
+ this.GetButtonPower();
+ }
+
+ BLL.ProjectService.InitProjectDropDownList(this.ddlProjectId, true);
+ BLL.UnitService.InitUnitDropDownList(this.ddlUnitId, this.ddlProjectId.SelectedValue, true);
+ BLL.UnitService.InitBranchUnitDropDownList(this.ddlCheckUnitId, false);
+ Funs.FineUIPleaseSelect(this.drpCheckMainType);
+ //Funs.FineUIPleaseSelect(this.drpCheckType);
+ this.SuperviseCheckReportId = Request.Params["SuperviseCheckReportId"];
+ var superviseCheckReport = BLL.SuperviseCheckReportService.GetSuperviseCheckReportById(this.SuperviseCheckReportId);
+ if (superviseCheckReport != null)
+ {
+ this.txtSuperviseCheckReportCode.Text = superviseCheckReport.SuperviseCheckReportCode;
+ if (superviseCheckReport.CheckDate != null)
+ {
+ this.dpkCheckDate.Text = string.Format("{0:yyyy-MM-dd}", superviseCheckReport.CheckDate);
+ }
+ if (!string.IsNullOrWhiteSpace(superviseCheckReport.CheckMainType))
+ {
+ this.drpCheckMainType.SelectedValue = superviseCheckReport.CheckMainType;
+ BLL.SuperviseCheckTypeService.InitCheckTypeDropDownListByMainType(this.drpCheckType, superviseCheckReport.CheckMainType, false);
+ }
+ if (!string.IsNullOrWhiteSpace(superviseCheckReport.CheckType))
+ {
+ this.drpCheckType.SelectedValue = superviseCheckReport.CheckType;
+ }
+ if (!string.IsNullOrWhiteSpace(superviseCheckReport.ProjectId))
+ {
+ this.ddlProjectId.SelectedValue = superviseCheckReport.ProjectId;
+
+ this.ddlUnitId.Items.Clear();
+ BLL.UnitService.InitUnitDropDownList(this.ddlUnitId, this.ddlProjectId.SelectedValue, true);
+ if (!string.IsNullOrWhiteSpace(superviseCheckReport.UnitId))
+ {
+ this.ddlUnitId.SelectedValue = superviseCheckReport.UnitId;
+ }
+ }
+ if (!string.IsNullOrWhiteSpace(superviseCheckReport.CheckUnitId))
+ {
+ this.ddlCheckUnitId.SelectedValue = superviseCheckReport.CheckUnitId;
+ }
+ this.txtCheckTeam.Text = superviseCheckReport.CheckTeam;
+ superviseCheckReportItems = (from x in Funs.DB.View_Supervise_SuperviseCheckReportItem where x.SuperviseCheckReportId == this.SuperviseCheckReportId orderby x.RectifyCode select x).ToList();
+
+
+ //var report = BLL.SuperviseCheckReportService.GetSuperviseCheckReportById(this.SuperviseCheckReportId);
+ //if (report != null && report.IsIssued == "1") //已下发
+ //{
+ // this.btnSave.Hidden = true;
+ // this.btnSelect.Hidden = true;
+ // Grid1.Columns[10].Hidden = true;
+ //}
+ }
+ else
+ {
+ var thisUnit = BLL.CommonService.GetIsThisUnit();
+ this.ddlCheckUnitId.SelectedValue = thisUnit.UnitId;
+ this.txtCheckTeam.Text = BLL.UnitService.GetUnitNameByUnitId(this.CurrUser.UnitId) + this.CurrUser.UserName;
+ this.dpkCheckDate.Text = string.Format("{0:yyyy-MM-dd}", DateTime.Now);
+ }
+ //Grid1.DataSource = superviseCheckReportItems;
+ //Grid1.DataBind();
+ //GetCheckItem();
+ }
+ }
+ ///
+ /// 检查大类下拉加载
+ ///
+ ///
+ ///
+ protected void drpCheckMainType_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ //检查类别
+ BLL.SuperviseCheckTypeService.InitCheckTypeDropDownListByMainType(this.drpCheckType, this.drpCheckMainType.SelectedValue, false);
+ }
+
+ //private void GetCheckItem()
+ //{
+ // for (int i = 0; i < Grid1.Rows.Count; i++)
+ // {
+ // var item = superviseCheckReportItems.FirstOrDefault(x => x.SuperviseCheckReportItemId == Grid1.Rows[i].Values[7].ToString());
+ // if (item != null)
+ // {
+ // CheckBoxField checkField = (CheckBoxField)Grid1.FindColumn("ckbIsSelected");
+ // if (item.IsSelected == true)
+ // {
+ // //Grid1.Rows[i].Values[6] = "True";
+ // checkField.SetCheckedState(i, true);
+ // }
+ // }
+ // }
+ //}
+ #endregion
+
+ #region Grid行点击事件
+ /////
+ ///// Grid行事件
+ /////
+ /////
+ /////
+ //protected void Grid1_RowCommand(object sender, GridCommandEventArgs e)
+ //{
+ // string rowID = Grid1.DataKeys[e.RowIndex][0].ToString();
+ // if (e.CommandName == "IsSelected")
+ // {
+ // CheckBoxField checkField = (CheckBoxField)Grid1.FindColumn("ckbIsSelected");
+ // if (checkField.GetCheckedState(e.RowIndex))
+ // {
+ // hdId.Text = rowID;
+ // PageContext.RegisterStartupScript(Window1.GetSaveStateReference(hdAttachUrl.ClientID)
+ // + Window1.GetShowReference("ShowFileUpload.aspx"));
+ // }
+ // }
+ // if (e.CommandName == "Attach")
+ // {
+ // var item = superviseCheckReportItems.FirstOrDefault(x => x.SuperviseCheckReportItemId == Grid1.Rows[e.RowIndex].Values[7].ToString());
+ // if (item != null)
+ // {
+ // PageBase.ShowFileEvent(item.AttachUrl);
+ // }
+ // }
+
+ // if (e.CommandName == "Delete")
+ // {
+ // //jerqueSaveList();
+ // //superviseCheckReportItems = (from x in superviseCheckReportItems where x.SuperviseCheckReportItemId != rowID select x).ToList();
+ // //Grid1.DataSource = superviseCheckReportItems;
+ // //Grid1.DataBind();
+ // GetCheckItem();
+
+ // ShowNotify("删除数据成功!", MessageBoxIcon.Success);
+ // }
+ //}
+ #endregion
+
+ #region 选择按钮
+ /////
+ ///// 选择按钮
+ /////
+ /////
+ /////
+ //protected void btnSelect_Click(object sender, EventArgs e)
+ //{
+ // jerqueSaveList();
+ // string lists = string.Empty;
+ // foreach (var item in superviseCheckReportItems)
+ // {
+ // lists += item.RectifyItemId + ",";
+ // }
+ // if (!string.IsNullOrWhiteSpace(lists))
+ // {
+ // lists = lists.Substring(0, lists.LastIndexOf(","));
+ // }
+
+ // string type = this.drpCheckMainType.SelectedValue;
+ // string window = String.Format("ShowRectifyItem.aspx?lists={0}&type={1}", lists, type, "选择 - ");
+ // PageContext.RegisterStartupScript(Window2.GetSaveStateReference(hdItemId.ClientID)
+ // + Window2.GetShowReference(window));
+ //}
+ #endregion
+
+ #region 关闭窗口
+ /////
+ ///// 关闭窗口
+ /////
+ /////
+ /////
+ //protected void Window2_Close(object sender, EventArgs e)
+ //{
+ // if (!string.IsNullOrWhiteSpace(hdItemId.Text))
+ // {
+ // if (superviseCheckReportItems.Count == 0)
+ // {
+ // List itemIds = hdItemId.Text.Split(',').ToList();
+ // var rectifyItem = from x in Funs.DB.View_Technique_RectifyItem where itemIds.Contains(x.RectifyItemId) orderby x.RectifyCode select x;
+ // foreach (var item in rectifyItem)
+ // {
+ // Model.View_Supervise_SuperviseCheckReportItem superviseCheckReportItem = new Model.View_Supervise_SuperviseCheckReportItem
+ // {
+ // SuperviseCheckReportItemId = SQLHelper.GetNewID(typeof(Model.Supervise_SuperviseCheckReportItem)),
+ // SuperviseCheckReportId = this.SuperviseCheckReportId,
+ // RectifyItemId = item.RectifyItemId,
+ // HazardSourcePoint = item.HazardSourcePoint,
+ // RiskAnalysis = item.RiskAnalysis,
+ // RiskPrevention = item.RiskPrevention,
+ // SimilarRisk = item.SimilarRisk,
+ // RectifyName = item.RectifyName,
+ // RectifyCode = item.RectifyCode,
+ // IsSelected = false
+ // };
+ // superviseCheckReportItems.Add(superviseCheckReportItem);
+ // }
+ // }
+ // else
+ // {
+ // List itemIds = hdItemId.Text.Split(',').ToList();
+ // List superviseCheckReportItemsRectifyItemIds = superviseCheckReportItems.Select(x => x.RectifyItemId).ToList();
+ // foreach (var item in itemIds)
+ // {
+ // if (!superviseCheckReportItemsRectifyItemIds.Contains(item))
+ // {
+ // var rectifyItem = (from x in Funs.DB.View_Technique_RectifyItem where x.RectifyItemId == item orderby x.RectifyCode select x).FirstOrDefault();
+ // if (rectifyItem != null)
+ // {
+ // Model.View_Supervise_SuperviseCheckReportItem superviseCheckReportItem = new Model.View_Supervise_SuperviseCheckReportItem
+ // {
+ // SuperviseCheckReportItemId = SQLHelper.GetNewID(typeof(Model.Supervise_SuperviseCheckReportItem)),
+ // SuperviseCheckReportId = this.SuperviseCheckReportId,
+ // RectifyItemId = rectifyItem.RectifyItemId,
+ // HazardSourcePoint = rectifyItem.HazardSourcePoint,
+ // RiskAnalysis = rectifyItem.RiskAnalysis,
+ // RiskPrevention = rectifyItem.RiskPrevention,
+ // SimilarRisk = rectifyItem.SimilarRisk,
+ // RectifyName = rectifyItem.RectifyName,
+ // RectifyCode = rectifyItem.RectifyCode,
+ // IsSelected = false
+ // };
+ // superviseCheckReportItems.Add(superviseCheckReportItem);
+ // }
+ // }
+ // }
+ // superviseCheckReportItems = (from x in superviseCheckReportItems
+ // join y in Funs.DB.View_Technique_RectifyItem
+ // on x.RectifyItemId equals y.RectifyItemId
+ // orderby y.RectifyCode
+ // select x).ToList();
+ // }
+ // Grid1.DataSource = superviseCheckReportItems;
+ // Grid1.DataBind();
+ // hdItemId.Text = string.Empty;
+ // }
+ //}
+ #endregion
+
+ #region 保存按钮
+ ///
+ /// 保存按钮
+ ///
+ ///
+ ///
+ protected void btnSave_Click(object sender, EventArgs e)
+ {
+ if (this.drpCheckMainType.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查大类不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ if (this.drpCheckType.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查类别不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ if (this.ddlCheckUnitId.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查单位不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ Model.Supervise_SuperviseCheckReport superviseCheckReport = new Model.Supervise_SuperviseCheckReport
+ {
+ SuperviseCheckReportCode = this.txtSuperviseCheckReportCode.Text.Trim()
+ };
+ if (!string.IsNullOrWhiteSpace(this.dpkCheckDate.Text.Trim()))
+ {
+ superviseCheckReport.CheckDate = Convert.ToDateTime(this.dpkCheckDate.Text.Trim());
+ }
+ if (this.drpCheckType.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckType = this.drpCheckType.SelectedValue;
+ }
+ if (this.drpCheckMainType.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckMainType = this.drpCheckMainType.SelectedValue;
+ }
+ if (this.ddlProjectId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.ProjectId = this.ddlProjectId.SelectedValue;
+ }
+ if (this.ddlUnitId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.UnitId = this.ddlUnitId.SelectedValue;
+ }
+ if (this.ddlCheckUnitId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckUnitId = this.ddlCheckUnitId.SelectedValue;
+ }
+ superviseCheckReport.CheckTeam = this.txtCheckTeam.Text.Trim();
+ superviseCheckReport.IsIssued = "1";
+ if (string.IsNullOrWhiteSpace(this.SuperviseCheckReportId))
+ {
+ superviseCheckReport.SuperviseCheckReportId = SQLHelper.GetNewID(typeof(Model.Supervise_SuperviseCheckReport));
+ SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId;
+ BLL.SuperviseCheckReportService.AddSuperviseCheckReport(superviseCheckReport);
+ BLL.LogService.AddSys_Log(this.CurrUser, superviseCheckReport.SuperviseCheckReportCode, superviseCheckReport.SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId, Const.BtnAdd);
+ }
+ else
+ {
+ var report = BLL.SuperviseCheckReportService.GetSuperviseCheckReportById(this.SuperviseCheckReportId);
+ if (report.IsIssued == "1") //已下发
+ {
+ ShowNotify("已下发检查整改,无法修改!", MessageBoxIcon.Warning);
+ return;
+ }
+ superviseCheckReport.SuperviseCheckReportId = this.SuperviseCheckReportId;
+ BLL.SuperviseCheckReportService.UpdateSuperviseCheckReport(superviseCheckReport);
+ BLL.SuperviseCheckReportItemService.DeleteSuperviseCheckReportItemBySuperviseCheckReportId(this.SuperviseCheckReportId);
+ BLL.LogService.AddSys_Log(this.CurrUser, superviseCheckReport.SuperviseCheckReportCode, superviseCheckReport.SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId, Const.BtnModify);
+ }
+ //jerqueSaveList();
+ foreach (var item in superviseCheckReportItems)
+ {
+ Model.Supervise_SuperviseCheckReportItem superviseCheckReportItem = new Model.Supervise_SuperviseCheckReportItem
+ {
+ SuperviseCheckReportItemId = item.SuperviseCheckReportItemId,
+ SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId,
+ RectifyItemId = item.RectifyItemId,
+ IsSelected = item.IsSelected,
+ AttachUrl = item.AttachUrl
+ };
+ BLL.SuperviseCheckReportItemService.AddSuperviseCheckReportItem(superviseCheckReportItem);
+ }
+ PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
+ }
+ #endregion
+
+ #region 关闭弹出窗
+ ///
+ /// 关闭弹出窗
+ ///
+ ///
+ ///
+ protected void Window1_Close(object sender, EventArgs e)
+ {
+ //jerqueSaveList();
+ if (!string.IsNullOrWhiteSpace(hdAttachUrl.Text))
+ {
+ var item = superviseCheckReportItems.FirstOrDefault(x => x.SuperviseCheckReportItemId == hdId.Text);
+ item.AttachUrl = hdAttachUrl.Text;
+ item.AttachUrlName = hdAttachUrl.Text.Substring((hdAttachUrl.Text.LastIndexOf("~") + 1), (hdAttachUrl.Text.Length - hdAttachUrl.Text.LastIndexOf("~") - 1));
+ }
+ //Grid1.DataSource = superviseCheckReportItems;
+ //Grid1.DataBind();
+ //GetCheckItem();
+ hdId.Text = string.Empty;
+ hdAttachUrl.Text = string.Empty;
+ }
+ #endregion
+
+ #region 保存集合
+ /////
+ ///// 保存集合
+ /////
+ //private void jerqueSaveList()
+ //{
+ // for (int i = 0; i < Grid1.Rows.Count; i++)
+ // {
+ // if (Grid1.Rows[i].Values[7] != null && Grid1.Rows[i].Values[7].ToString() != "")
+ // {
+ // var item = superviseCheckReportItems.FirstOrDefault(e => e.SuperviseCheckReportItemId == Grid1.Rows[i].Values[7].ToString());
+ // //item.IsSelected = ((System.Web.UI.WebControls.CheckBox)(Grid1.Rows[i].FindControl("ckbIsSelected"))).Checked;
+ // CheckBoxField checkField = (CheckBoxField)Grid1.FindColumn("ckbIsSelected");
+ // item.IsSelected = checkField.GetCheckedState(i);
+ // item.AttachUrl = Grid1.Rows[i].Values[8].ToString();
+ // }
+ // }
+ //}
+ #endregion
+
+ #region 验证检查编号是否存在
+ ///
+ /// 验证检查编号是否存在
+ ///
+ ///
+ ///
+ protected void TextBox_TextChanged(object sender, EventArgs e)
+ {
+ var standard = Funs.DB.Supervise_SuperviseCheckReport.FirstOrDefault(x => x.SuperviseCheckReportCode == this.txtSuperviseCheckReportCode.Text.Trim() && (x.SuperviseCheckReportId != this.SuperviseCheckReportId || (this.SuperviseCheckReportId == null && x.SuperviseCheckReportId != null)));
+ if (standard != null)
+ {
+ ShowNotify("输入的检查编号已存在!", MessageBoxIcon.Warning);
+ }
+ }
+ #endregion
+
+ #region 获取按钮权限
+ ///
+ /// 获取按钮权限
+ ///
+ ///
+ ///
+ private void GetButtonPower()
+ {
+ var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.SuperviseCheckReportMenuId);
+ if (buttonList.Count() > 0)
+ {
+ if (buttonList.Contains(BLL.Const.BtnSave))
+ {
+ this.btnSave.Hidden = false;
+ }
+ }
+ }
+ #endregion
+
+ protected void ddlProjectId_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ this.ddlUnitId.Items.Clear();
+ BLL.UnitService.InitUnitDropDownList(this.ddlUnitId, this.ddlProjectId.SelectedValue, true);
+ }
+
+ #region 报告报告
+ ///
+ /// 报告报告
+ ///
+ ///
+ ///
+ protected void btnSubRec_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrWhiteSpace(this.SuperviseCheckReportId))
+ {
+ if (this.drpCheckMainType.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查大类不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ if (this.drpCheckType.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查类别不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ if (this.ddlCheckUnitId.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查单位不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ Model.Supervise_SuperviseCheckReport superviseCheckReport = new Model.Supervise_SuperviseCheckReport
+ {
+ SuperviseCheckReportCode = this.txtSuperviseCheckReportCode.Text.Trim()
+ };
+ if (!string.IsNullOrWhiteSpace(this.dpkCheckDate.Text.Trim()))
+ {
+ superviseCheckReport.CheckDate = Convert.ToDateTime(this.dpkCheckDate.Text.Trim());
+ }
+ if (this.drpCheckMainType.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckMainType = this.drpCheckMainType.SelectedValue;
+ }
+ if (this.drpCheckType.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckType = this.drpCheckType.SelectedValue;
+ }
+ if (this.ddlProjectId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.ProjectId = this.ddlProjectId.SelectedValue;
+ }
+ if (this.ddlUnitId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.UnitId = this.ddlUnitId.SelectedValue;
+ }
+ if (this.ddlCheckUnitId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckUnitId = this.ddlCheckUnitId.SelectedValue;
+ }
+
+ superviseCheckReport.CheckTeam = this.txtCheckTeam.Text.Trim();
+ if (string.IsNullOrWhiteSpace(this.SuperviseCheckReportId))
+ {
+ superviseCheckReport.SuperviseCheckReportId = SQLHelper.GetNewID(typeof(Model.Supervise_SuperviseCheckReport));
+ SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId;
+ BLL.SuperviseCheckReportService.AddSuperviseCheckReport(superviseCheckReport);
+ BLL.LogService.AddSys_Log(this.CurrUser, superviseCheckReport.SuperviseCheckReportCode, superviseCheckReport.SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId, Const.BtnAdd);
+ this.SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId;
+ }
+ else
+ {
+ var report = BLL.SuperviseCheckReportService.GetSuperviseCheckReportById(this.SuperviseCheckReportId);
+ if (report.IsIssued == "1") //已下发
+ {
+ ShowNotify("已下发检查整改,无法修改!", MessageBoxIcon.Warning);
+ return;
+ }
+ superviseCheckReport.SuperviseCheckReportId = this.SuperviseCheckReportId;
+ BLL.SuperviseCheckReportService.UpdateSuperviseCheckReport(superviseCheckReport);
+ BLL.SuperviseCheckReportItemService.DeleteSuperviseCheckReportItemBySuperviseCheckReportId(this.SuperviseCheckReportId);
+ BLL.LogService.AddSys_Log(this.CurrUser, superviseCheckReport.SuperviseCheckReportCode, superviseCheckReport.SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId, Const.BtnModify);
+ }
+ //jerqueSaveList();
+ foreach (var item in superviseCheckReportItems)
+ {
+ Model.Supervise_SuperviseCheckReportItem superviseCheckReportItem = new Model.Supervise_SuperviseCheckReportItem
+ {
+ SuperviseCheckReportItemId = item.SuperviseCheckReportItemId,
+ SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId,
+ RectifyItemId = item.RectifyItemId,
+ IsSelected = item.IsSelected,
+ AttachUrl = item.AttachUrl
+ };
+ BLL.SuperviseCheckReportItemService.AddSuperviseCheckReportItem(superviseCheckReportItem);
+ }
+ }
+
+ if (!string.IsNullOrWhiteSpace(this.SuperviseCheckReportId))
+ {
+ PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("SubUnitCheckRectifyEdit.aspx?SuperviseCheckReportId={0}", this.SuperviseCheckReportId, "编辑 - ")));
+ }
+ }
+ #endregion
+
+ #region 附件上传
+ ///
+ /// 上传附件
+ ///
+ ///
+ ///
+ protected void btnAttachUrl_Click(object sender, EventArgs e)
+ {
+ if (string.IsNullOrWhiteSpace(this.SuperviseCheckReportId))
+ {
+ if (this.drpCheckMainType.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查大类不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ if (this.drpCheckType.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查类别不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ if (this.ddlCheckUnitId.SelectedValue == BLL.Const._Null)
+ {
+ Alert.ShowInTop("检查单位不能为空!", MessageBoxIcon.Warning);
+ return;
+ }
+ Model.Supervise_SuperviseCheckReport superviseCheckReport = new Model.Supervise_SuperviseCheckReport
+ {
+ SuperviseCheckReportCode = this.txtSuperviseCheckReportCode.Text.Trim()
+ };
+ if (!string.IsNullOrWhiteSpace(this.dpkCheckDate.Text.Trim()))
+ {
+ superviseCheckReport.CheckDate = Convert.ToDateTime(this.dpkCheckDate.Text.Trim());
+ }
+ if (this.drpCheckMainType.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckMainType = this.drpCheckMainType.SelectedValue;
+ }
+ if (this.drpCheckType.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckType = this.drpCheckType.SelectedValue;
+ }
+ if (this.ddlProjectId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.ProjectId = this.ddlProjectId.SelectedValue;
+ }
+ if (this.ddlUnitId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.UnitId = this.ddlUnitId.SelectedValue;
+ }
+ if (this.ddlCheckUnitId.SelectedValue != BLL.Const._Null)
+ {
+ superviseCheckReport.CheckUnitId = this.ddlCheckUnitId.SelectedValue;
+ }
+
+ superviseCheckReport.CheckTeam = this.txtCheckTeam.Text.Trim();
+ if (string.IsNullOrWhiteSpace(this.SuperviseCheckReportId))
+ {
+ superviseCheckReport.SuperviseCheckReportId = SQLHelper.GetNewID(typeof(Model.Supervise_SuperviseCheckReport));
+ SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId;
+ BLL.SuperviseCheckReportService.AddSuperviseCheckReport(superviseCheckReport);
+ BLL.LogService.AddSys_Log(this.CurrUser, superviseCheckReport.SuperviseCheckReportCode, superviseCheckReport.SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId, Const.BtnAdd);
+ }
+ else
+ {
+ var report = BLL.SuperviseCheckReportService.GetSuperviseCheckReportById(this.SuperviseCheckReportId);
+ if (report.IsIssued == "1") //已下发
+ {
+ ShowNotify("已下发检查整改,无法修改!", MessageBoxIcon.Warning);
+ return;
+ }
+ superviseCheckReport.SuperviseCheckReportId = this.SuperviseCheckReportId;
+ BLL.SuperviseCheckReportService.UpdateSuperviseCheckReport(superviseCheckReport);
+ BLL.SuperviseCheckReportItemService.DeleteSuperviseCheckReportItemBySuperviseCheckReportId(this.SuperviseCheckReportId);
+ BLL.LogService.AddSys_Log(this.CurrUser, superviseCheckReport.SuperviseCheckReportCode, superviseCheckReport.SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId, Const.BtnModify);
+ }
+ //jerqueSaveList();
+ foreach (var item in superviseCheckReportItems)
+ {
+ Model.Supervise_SuperviseCheckReportItem superviseCheckReportItem = new Model.Supervise_SuperviseCheckReportItem
+ {
+ SuperviseCheckReportItemId = item.SuperviseCheckReportItemId,
+ SuperviseCheckReportId = superviseCheckReport.SuperviseCheckReportId,
+ RectifyItemId = item.RectifyItemId,
+ IsSelected = item.IsSelected,
+ AttachUrl = item.AttachUrl
+ };
+ BLL.SuperviseCheckReportItemService.AddSuperviseCheckReportItem(superviseCheckReportItem);
+ }
+ }
+ if (btnSave.Hidden == true)
+ {
+ PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/SuperviseCheckReportEdit&type=-1&menuId={1}", SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId)));
+ }
+ else
+ {
+ PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/SuperviseCheckReportEdit&menuId={1}", SuperviseCheckReportId, BLL.Const.SuperviseCheckReportMenuId)));
+ }
+
+ }
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckReportFinalizeEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckReportFinalizeEdit.aspx.designer.cs
new file mode 100644
index 00000000..e8ae3d36
--- /dev/null
+++ b/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckReportFinalizeEdit.aspx.designer.cs
@@ -0,0 +1,197 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace FineUIPro.Web.ZHGL.Supervise
+{
+
+
+ public partial class SuperviseCheckReportFinalizeEdit
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Form SimpleForm1;
+
+ ///
+ /// txtSuperviseCheckReportCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtSuperviseCheckReportCode;
+
+ ///
+ /// dpkCheckDate 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DatePicker dpkCheckDate;
+
+ ///
+ /// drpCheckMainType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpCheckMainType;
+
+ ///
+ /// drpCheckType 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpCheckType;
+
+ ///
+ /// ddlProjectId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList ddlProjectId;
+
+ ///
+ /// ddlUnitId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList ddlUnitId;
+
+ ///
+ /// ddlCheckUnitId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList ddlCheckUnitId;
+
+ ///
+ /// txtCheckTeam 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox txtCheckTeam;
+
+ ///
+ /// Toolbar1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Toolbar Toolbar1;
+
+ ///
+ /// btnSubRec 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSubRec;
+
+ ///
+ /// btnAttachUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnAttachUrl;
+
+ ///
+ /// btnSave 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnSave;
+
+ ///
+ /// btnClose 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnClose;
+
+ ///
+ /// hdId 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox hdId;
+
+ ///
+ /// hdAttachUrl 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TextBox hdAttachUrl;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+
+ ///
+ /// Window2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window Window2;
+ }
+}
diff --git a/SGGL/FineUIPro.Web/common/Menu_CQMS.xml b/SGGL/FineUIPro.Web/common/Menu_CQMS.xml
index a144596c..641c523f 100644
--- a/SGGL/FineUIPro.Web/common/Menu_CQMS.xml
+++ b/SGGL/FineUIPro.Web/common/Menu_CQMS.xml
@@ -33,6 +33,7 @@
+
diff --git a/SGGL/FineUIPro.Web/common/Menu_DigData.xml b/SGGL/FineUIPro.Web/common/Menu_DigData.xml
index 2c10d950..025ca5e6 100644
--- a/SGGL/FineUIPro.Web/common/Menu_DigData.xml
+++ b/SGGL/FineUIPro.Web/common/Menu_DigData.xml
@@ -30,7 +30,8 @@
-
+
+
diff --git a/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml b/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml
index e3c0f11a..9f913e9c 100644
--- a/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml
+++ b/SGGL/FineUIPro.Web/common/Menu_ZHGL.xml
@@ -38,7 +38,7 @@
-
+
@@ -81,6 +81,9 @@
+
+
+
diff --git a/SGGL/Model/.vs/Model.csproj.dtbcache.json b/SGGL/Model/.vs/Model.csproj.dtbcache.json
index 39d76bb7..7fcd1991 100644
--- a/SGGL/Model/.vs/Model.csproj.dtbcache.json
+++ b/SGGL/Model/.vs/Model.csproj.dtbcache.json
@@ -1 +1 @@
-{"RootPath":"E:\\五环\\CNCEC_SUBQHSE_WUHUAN\\SGGL\\Model","ProjectFileName":"Model.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"APIItem\\AnBang\\PersonInput.cs"},{"SourceFile":"APIItem\\AnBang\\PersonTrainRecordInput.cs"},{"SourceFile":"APIItem\\AnBang\\TrainInput.cs"},{"SourceFile":"APIItem\\AnBang\\TrainPersonInput.cs"},{"SourceFile":"APIItem\\ArchitectureReport.cs"},{"SourceFile":"APIItem\\ArchitectureReportItem.cs"},{"SourceFile":"APIItem\\BaseInfoItem.cs"},{"SourceFile":"APIItem\\BaseProjectItem.cs"},{"SourceFile":"APIItem\\ChemicalReport.cs"},{"SourceFile":"APIItem\\ChemicalReportItem.cs"},{"SourceFile":"APIItem\\CNCEC\\ActionWorkLedger.cs"},{"SourceFile":"APIItem\\CNCEC\\ActionWorkLedgerItem.cs"},{"SourceFile":"APIItem\\CNCEC\\CheckRectifyItem.cs"},{"SourceFile":"APIItem\\CNCEC\\CNCEC_MasterData_PcEp.cs"},{"SourceFile":"APIItem\\CNCEC\\DCGLCheckRectifyItem.cs"},{"SourceFile":"APIItem\\CNCEC\\Law_RulesRegulations.cs"},{"SourceFile":"APIItem\\CNCEC\\NoticeOutput.cs"},{"SourceFile":"APIItem\\CNCEC\\SafeLawItem.cs"},{"SourceFile":"APIItem\\CNCEC\\SafetyProductionEvaluation.cs"},{"SourceFile":"APIItem\\CNCEC\\SafetyProductionEvaluationItem.cs"},{"SourceFile":"APIItem\\CNCEC\\SubUnitReportItemItem.cs"},{"SourceFile":"APIItem\\CNCEC\\UpCheckReportItem.cs"},{"SourceFile":"APIItem\\CNCEC\\UpCheckReportItemItem.cs"},{"SourceFile":"APIItem\\CNCEC\\UpCheckReportItemItem2.cs"},{"SourceFile":"APIItem\\DropDownItem.cs"},{"SourceFile":"APIItem\\EnergyReport.cs"},{"SourceFile":"APIItem\\EnergyReportItem.cs"},{"SourceFile":"APIItem\\EnvironmentalCheckInput.cs"},{"SourceFile":"APIItem\\Environmental_OperationReportDto.cs"},{"SourceFile":"APIItem\\EPSummaryReport.cs"},{"SourceFile":"APIItem\\HJGL\\JointCompreInfoItem.cs"},{"SourceFile":"APIItem\\HJGL\\ReportQueryItem.cs"},{"SourceFile":"APIItem\\HJGL\\TestPackageItem.cs"},{"SourceFile":"APIItem\\HJGL\\WelderPerformanceItem.cs"},{"SourceFile":"APIItem\\HSSE\\ChartAnalysisItem.cs"},{"SourceFile":"APIItem\\HSSE\\CheckSpecialDetailItem.cs"},{"SourceFile":"APIItem\\HSSE\\CheckSpecialItem.cs"},{"SourceFile":"APIItem\\HSSE\\ConstructSolutionItem.cs"},{"SourceFile":"APIItem\\CQMS\\BeanUtil.cs"},{"SourceFile":"APIItem\\CQMS\\ResponseData.cs"},{"SourceFile":"APIItem\\CQMS\\SpotCheckItem.cs"},{"SourceFile":"APIItem\\CQMS\\ToDoModel.cs"},{"SourceFile":"APIItem\\CQMS\\TreeNode.cs"},{"SourceFile":"APIItem\\HSSE\\EmergencyProcessItem.cs"},{"SourceFile":"APIItem\\HSSE\\EmergencyTeamItem.cs"},{"SourceFile":"APIItem\\HSSE\\EquipmentQualityItem.cs"},{"SourceFile":"APIItem\\HSSE\\FileInfoItem.cs"},{"SourceFile":"APIItem\\HSSE\\FlowOperateItem.cs"},{"SourceFile":"APIItem\\HSSE\\FlowReceiveItem.cs"},{"SourceFile":"APIItem\\HSSE\\HazardListItem.cs"},{"SourceFile":"APIItem\\HSSE\\HazardListSelectedItem.cs"},{"SourceFile":"APIItem\\HSSE\\HazardRegisterItem.cs"},{"SourceFile":"APIItem\\HJGL\\HJGL_PreWeldingDailyItem.cs"},{"SourceFile":"APIItem\\HJGL\\HotProcessHardItem.cs"},{"SourceFile":"APIItem\\HJGL\\NDETrustItem.cs"},{"SourceFile":"APIItem\\HJGL\\WeldJointItem.cs"},{"SourceFile":"APIItem\\HSSE\\HSEDiaryItem.cs"},{"SourceFile":"APIItem\\HSSE\\HSSELogItem.cs"},{"SourceFile":"APIItem\\HSSE\\IncentiveNoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\LicenseDataItem.cs"},{"SourceFile":"APIItem\\HSSE\\LicenseItem.cs"},{"SourceFile":"APIItem\\HSSE\\MeetingItem.cs"},{"SourceFile":"APIItem\\HSSE\\NextFlowOperateItem.cs"},{"SourceFile":"APIItem\\HSSE\\NoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\PauseNoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\PersonInOutItem.cs"},{"SourceFile":"APIItem\\HSSE\\PersonItem.cs"},{"SourceFile":"APIItem\\HSSE\\PersonQualityItem.cs"},{"SourceFile":"APIItem\\HSSE\\PictureItem.cs"},{"SourceFile":"APIItem\\HSSE\\RecityNoticesItem.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport4OtherItem.cs"},{"SourceFile":"APIItem\\InspectionBrigadeUserItem.cs"},{"SourceFile":"APIItem\\OperationReportDto.cs"},{"SourceFile":"APIItem\\ProjectGpsPointItem.cs"},{"SourceFile":"APIItem\\ProjectItem.cs"},{"SourceFile":"APIItem\\HSSE\\PunishNoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\PunishNoticeItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\ReceiveFileManagerItem.cs"},{"SourceFile":"APIItem\\HSSE\\RectifyNoticesFlowOperateItem.cs"},{"SourceFile":"APIItem\\HSSE\\RectifyNoticesItem.cs"},{"SourceFile":"APIItem\\HSSE\\RectifyNoticesItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\ResourcesItem.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport10Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport11Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport12Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport1Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport2Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport3Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport4Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport5Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport6Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport7Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport8Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport8ItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9ItemRectification.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9ItemSpecial.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9ItemStoppage.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReportItem.cs"},{"SourceFile":"APIItem\\HSSE\\SubscribeMessageItem.cs"},{"SourceFile":"APIItem\\HSSE\\SubUnitQualityItem.cs"},{"SourceFile":"APIItem\\HSSE\\SysTestRuleItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestPlanItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestPlanTrainingItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestRecordItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestRecordItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestTrainingResourcesItem.cs"},{"SourceFile":"APIItem\\QualityWorkSummaryReport.cs"},{"SourceFile":"APIItem\\QuarterlyProjectQuality.cs"},{"SourceFile":"APIItem\\ReturnData.cs"},{"SourceFile":"APIItem\\SafetyBriefing.cs"},{"SourceFile":"APIItem\\SaveOnlineFileItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEData.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataHiddenDangerCheckItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataRealTimeDeviceItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataRiskControlItem.cs"},{"SourceFile":"APIItem\\ToDoItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingPlanItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingPlanItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingTaskItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingTaskItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainRecordItem.cs"},{"SourceFile":"APIItem\\UnitItem.cs"},{"SourceFile":"APIItem\\UserItem.cs"},{"SourceFile":"APIItem\\UserReadItem.cs"},{"SourceFile":"APIItem\\WorkSummaryReport.cs"},{"SourceFile":"BusinessColumn.cs"},{"SourceFile":"Chart\\DataSourceChart.cs"},{"SourceFile":"Chart\\DataSourcePoint.cs"},{"SourceFile":"Chart\\DataSourceTeam.cs"},{"SourceFile":"CostControlDetailItem.cs"},{"SourceFile":"CQMS\\BreakdownProject.cs"},{"SourceFile":"CQMS\\CheckItem.cs"},{"SourceFile":"CQMS\\CheckStatisc.cs"},{"SourceFile":"CQMS\\CQMSConstructSolutionStatisc.cs"},{"SourceFile":"CQMS\\FileCabinetItem.cs"},{"SourceFile":"CQMS\\InspectionManagement.cs"},{"SourceFile":"CQMS\\InspectionManagementDetail.cs"},{"SourceFile":"CQMS\\InspectionManagementStatistics.cs"},{"SourceFile":"CQMS\\NCRReportStatisc.cs"},{"SourceFile":"CQMS\\NCRStatisc.cs"},{"SourceFile":"CQMS\\NDTCheckItem.cs"},{"SourceFile":"CQMS\\PassWelderStatisc.cs"},{"SourceFile":"CQMS\\QualityAcceptanceItem.cs"},{"SourceFile":"CQMS\\SteelItem.cs"},{"SourceFile":"CQMS\\UnitWork.cs"},{"SourceFile":"CQMS\\WelderItem.cs"},{"SourceFile":"DoorServer\\AbsenceDutyItem.cs"},{"SourceFile":"DoorServer\\attendanceItem.cs"},{"SourceFile":"DoorServer\\attendanceItems.cs"},{"SourceFile":"DoorServer\\InOutListItem.cs"},{"SourceFile":"DoorServer\\t_d_departmentItem.cs"},{"SourceFile":"DoorServer\\t_d_employinfoItem.cs"},{"SourceFile":"DoorServer\\InOutstatisticsItem.cs"},{"SourceFile":"DoorServer\\t_d_validcardeventItem.cs"},{"SourceFile":"DoorServer\\t_d_facerecordItem.cs"},{"SourceFile":"ErrorInfo.cs"},{"SourceFile":"FaceRecordForm.cs"},{"SourceFile":"HandleStep.cs"},{"SourceFile":"HJGL\\SpWeldingDailyItem.cs"},{"SourceFile":"HSSE\\MonthReportCHSEDay.cs"},{"SourceFile":"HSSE\\PageDataPersonInOutItem.cs"},{"SourceFile":"HSSE\\SpResourceCollection.cs"},{"SourceFile":"HSSE\\WorkPostStatisticItem.cs"},{"SourceFile":"HSSE\\HSSE_HazardTemplate.cs"},{"SourceFile":"JDGL\\WBSDetailItem.cs"},{"SourceFile":"JDGL\\WBSSetInitItem.cs"},{"SourceFile":"JDGL\\WBSSetItem.cs"},{"SourceFile":"PMP\\PMPProject.cs"},{"SourceFile":"Model.cs"},{"SourceFile":"ModelProc.cs"},{"SourceFile":"Num.cs"},{"SourceFile":"Pie.cs"},{"SourceFile":"PieData.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXOverdueItem.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXItem.cs"},{"SourceFile":"SingleSerie.cs"},{"SourceFile":"SingleSerie2.cs"},{"SourceFile":"SpSysMenuItem.cs"},{"SourceFile":"SpSysUserItem.cs"},{"SourceFile":"APIItem\\ResponeData.cs"},{"SourceFile":"SpTDesktopItem.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubEvaluationData.cs"},{"SourceFile":"WorkToDo.cs"},{"SourceFile":"TokenItem.cs"},{"SourceFile":"ZHGL\\DataSync\\AccidentOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\BaseEntities.cs"},{"SourceFile":"ZHGL\\DataSync\\CheckOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\ConstructionEquipmentOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\CostSmallDetailOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\EduTrainOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\EmergencyOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\HiddenRectificationOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\LargeEngineeringOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\LicenseOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\MeetingOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\OfSafetySupervisorsOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectInformationOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\SecurityRiskOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEDataItem.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"E:\\五环\\CNCEC_SUBQHSE_WUHUAN\\SGGL\\Model\\bin\\Debug\\Newtonsoft.Json.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.ComponentModel.DataAnnotations.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"E:\\五环\\CNCEC_SUBQHSE_WUHUAN\\SGGL\\Model\\bin\\Debug\\Model.dll","OutputItemRelativePath":"Model.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
\ No newline at end of file
+{"RootPath":"G:\\公司项目\\五环\\SGGL\\Model","ProjectFileName":"Model.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"APIItem\\AnBang\\PersonInput.cs"},{"SourceFile":"APIItem\\AnBang\\PersonTrainRecordInput.cs"},{"SourceFile":"APIItem\\AnBang\\TrainInput.cs"},{"SourceFile":"APIItem\\AnBang\\TrainPersonInput.cs"},{"SourceFile":"APIItem\\ArchitectureReport.cs"},{"SourceFile":"APIItem\\ArchitectureReportItem.cs"},{"SourceFile":"APIItem\\BaseInfoItem.cs"},{"SourceFile":"APIItem\\BaseProjectItem.cs"},{"SourceFile":"APIItem\\ChemicalReport.cs"},{"SourceFile":"APIItem\\ChemicalReportItem.cs"},{"SourceFile":"APIItem\\CNCEC\\ActionWorkLedger.cs"},{"SourceFile":"APIItem\\CNCEC\\ActionWorkLedgerItem.cs"},{"SourceFile":"APIItem\\CNCEC\\CheckRectifyItem.cs"},{"SourceFile":"APIItem\\CNCEC\\CNCEC_MasterData_PcEp.cs"},{"SourceFile":"APIItem\\CNCEC\\DCGLCheckRectifyItem.cs"},{"SourceFile":"APIItem\\CNCEC\\Law_RulesRegulations.cs"},{"SourceFile":"APIItem\\CNCEC\\NoticeOutput.cs"},{"SourceFile":"APIItem\\CNCEC\\SafeLawItem.cs"},{"SourceFile":"APIItem\\CNCEC\\SafetyProductionEvaluation.cs"},{"SourceFile":"APIItem\\CNCEC\\SafetyProductionEvaluationItem.cs"},{"SourceFile":"APIItem\\CNCEC\\SubUnitReportItemItem.cs"},{"SourceFile":"APIItem\\CNCEC\\UpCheckReportItem.cs"},{"SourceFile":"APIItem\\CNCEC\\UpCheckReportItemItem.cs"},{"SourceFile":"APIItem\\CNCEC\\UpCheckReportItemItem2.cs"},{"SourceFile":"APIItem\\DropDownItem.cs"},{"SourceFile":"APIItem\\EnergyReport.cs"},{"SourceFile":"APIItem\\EnergyReportItem.cs"},{"SourceFile":"APIItem\\EnvironmentalCheckInput.cs"},{"SourceFile":"APIItem\\Environmental_OperationReportDto.cs"},{"SourceFile":"APIItem\\EPSummaryReport.cs"},{"SourceFile":"APIItem\\HJGL\\JointCompreInfoItem.cs"},{"SourceFile":"APIItem\\HJGL\\ReportQueryItem.cs"},{"SourceFile":"APIItem\\HJGL\\TestPackageItem.cs"},{"SourceFile":"APIItem\\HJGL\\WelderPerformanceItem.cs"},{"SourceFile":"APIItem\\HSSE\\ChartAnalysisItem.cs"},{"SourceFile":"APIItem\\HSSE\\CheckSpecialDetailItem.cs"},{"SourceFile":"APIItem\\HSSE\\CheckSpecialItem.cs"},{"SourceFile":"APIItem\\HSSE\\ConstructSolutionItem.cs"},{"SourceFile":"APIItem\\CQMS\\BeanUtil.cs"},{"SourceFile":"APIItem\\CQMS\\ResponseData.cs"},{"SourceFile":"APIItem\\CQMS\\SpotCheckItem.cs"},{"SourceFile":"APIItem\\CQMS\\ToDoModel.cs"},{"SourceFile":"APIItem\\CQMS\\TreeNode.cs"},{"SourceFile":"APIItem\\HSSE\\EmergencyProcessItem.cs"},{"SourceFile":"APIItem\\HSSE\\EmergencyTeamItem.cs"},{"SourceFile":"APIItem\\HSSE\\EquipmentQualityItem.cs"},{"SourceFile":"APIItem\\HSSE\\FileInfoItem.cs"},{"SourceFile":"APIItem\\HSSE\\FlowOperateItem.cs"},{"SourceFile":"APIItem\\HSSE\\FlowReceiveItem.cs"},{"SourceFile":"APIItem\\HSSE\\HazardListItem.cs"},{"SourceFile":"APIItem\\HSSE\\HazardListSelectedItem.cs"},{"SourceFile":"APIItem\\HSSE\\HazardRegisterItem.cs"},{"SourceFile":"APIItem\\HJGL\\HJGL_PreWeldingDailyItem.cs"},{"SourceFile":"APIItem\\HJGL\\HotProcessHardItem.cs"},{"SourceFile":"APIItem\\HJGL\\NDETrustItem.cs"},{"SourceFile":"APIItem\\HJGL\\WeldJointItem.cs"},{"SourceFile":"APIItem\\HSSE\\HSEDiaryItem.cs"},{"SourceFile":"APIItem\\HSSE\\HSSELogItem.cs"},{"SourceFile":"APIItem\\HSSE\\IncentiveNoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\LicenseDataItem.cs"},{"SourceFile":"APIItem\\HSSE\\LicenseItem.cs"},{"SourceFile":"APIItem\\HSSE\\MeetingItem.cs"},{"SourceFile":"APIItem\\HSSE\\NextFlowOperateItem.cs"},{"SourceFile":"APIItem\\HSSE\\NoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\PauseNoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\PersonInOutItem.cs"},{"SourceFile":"APIItem\\HSSE\\PersonItem.cs"},{"SourceFile":"APIItem\\HSSE\\PersonQualityItem.cs"},{"SourceFile":"APIItem\\HSSE\\PictureItem.cs"},{"SourceFile":"APIItem\\HSSE\\RecityNoticesItem.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport4OtherItem.cs"},{"SourceFile":"APIItem\\HSSE\\TowerCraneRecordItem.cs"},{"SourceFile":"APIItem\\InspectionBrigadeUserItem.cs"},{"SourceFile":"APIItem\\OperationReportDto.cs"},{"SourceFile":"APIItem\\ProjectGpsPointItem.cs"},{"SourceFile":"APIItem\\ProjectItem.cs"},{"SourceFile":"APIItem\\HSSE\\PunishNoticeItem.cs"},{"SourceFile":"APIItem\\HSSE\\PunishNoticeItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\ReceiveFileManagerItem.cs"},{"SourceFile":"APIItem\\HSSE\\RectifyNoticesFlowOperateItem.cs"},{"SourceFile":"APIItem\\HSSE\\RectifyNoticesItem.cs"},{"SourceFile":"APIItem\\HSSE\\RectifyNoticesItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\ResourcesItem.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport10Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport11Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport12Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport1Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport2Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport3Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport4Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport5Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport6Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport7Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport8Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport8ItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9Item.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9ItemRectification.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9ItemSpecial.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReport9ItemStoppage.cs"},{"SourceFile":"APIItem\\HSSE\\SeDinMonthReportItem.cs"},{"SourceFile":"APIItem\\HSSE\\SubscribeMessageItem.cs"},{"SourceFile":"APIItem\\HSSE\\SubUnitQualityItem.cs"},{"SourceFile":"APIItem\\HSSE\\SysTestRuleItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestPlanItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestPlanTrainingItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestRecordItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestRecordItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\TestTrainingResourcesItem.cs"},{"SourceFile":"APIItem\\QualityWorkSummaryReport.cs"},{"SourceFile":"APIItem\\QuarterlyProjectQuality.cs"},{"SourceFile":"APIItem\\ReturnData.cs"},{"SourceFile":"APIItem\\SafetyBriefing.cs"},{"SourceFile":"APIItem\\SaveOnlineFileItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEData.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataHiddenDangerCheckItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataRealTimeDeviceItem.cs"},{"SourceFile":"APIItem\\SHHSE\\NewSYHSEDataRiskControlItem.cs"},{"SourceFile":"APIItem\\ToDoItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingPlanItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingPlanItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingTaskItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainingTaskItemItem.cs"},{"SourceFile":"APIItem\\HSSE\\TrainRecordItem.cs"},{"SourceFile":"APIItem\\UnitItem.cs"},{"SourceFile":"APIItem\\UserItem.cs"},{"SourceFile":"APIItem\\UserReadItem.cs"},{"SourceFile":"APIItem\\WorkSummaryReport.cs"},{"SourceFile":"BusinessColumn.cs"},{"SourceFile":"Chart\\DataSourceChart.cs"},{"SourceFile":"Chart\\DataSourcePoint.cs"},{"SourceFile":"Chart\\DataSourceTeam.cs"},{"SourceFile":"CostControlDetailItem.cs"},{"SourceFile":"CQMS\\BreakdownProject.cs"},{"SourceFile":"CQMS\\CheckItem.cs"},{"SourceFile":"CQMS\\CheckStatisc.cs"},{"SourceFile":"CQMS\\CQMSConstructSolutionStatisc.cs"},{"SourceFile":"CQMS\\FileCabinetItem.cs"},{"SourceFile":"CQMS\\InspectionManagement.cs"},{"SourceFile":"CQMS\\InspectionManagementDetail.cs"},{"SourceFile":"CQMS\\InspectionManagementStatistics.cs"},{"SourceFile":"CQMS\\NCRReportStatisc.cs"},{"SourceFile":"CQMS\\NCRStatisc.cs"},{"SourceFile":"CQMS\\NDTCheckItem.cs"},{"SourceFile":"CQMS\\PassWelderStatisc.cs"},{"SourceFile":"CQMS\\QualityAcceptanceItem.cs"},{"SourceFile":"CQMS\\SteelItem.cs"},{"SourceFile":"CQMS\\UnitWork.cs"},{"SourceFile":"CQMS\\WelderItem.cs"},{"SourceFile":"DoorServer\\AbsenceDutyItem.cs"},{"SourceFile":"DoorServer\\attendanceItem.cs"},{"SourceFile":"DoorServer\\attendanceItems.cs"},{"SourceFile":"DoorServer\\InOutListItem.cs"},{"SourceFile":"DoorServer\\t_d_departmentItem.cs"},{"SourceFile":"DoorServer\\t_d_employinfoItem.cs"},{"SourceFile":"DoorServer\\InOutstatisticsItem.cs"},{"SourceFile":"DoorServer\\t_d_validcardeventItem.cs"},{"SourceFile":"DoorServer\\t_d_facerecordItem.cs"},{"SourceFile":"ErrorInfo.cs"},{"SourceFile":"FaceRecordForm.cs"},{"SourceFile":"HandleStep.cs"},{"SourceFile":"HJGL\\SpWeldingDailyItem.cs"},{"SourceFile":"HSSE\\MonthReportCHSEDay.cs"},{"SourceFile":"HSSE\\PageDataPersonInOutItem.cs"},{"SourceFile":"HSSE\\SpResourceCollection.cs"},{"SourceFile":"HSSE\\WorkPostStatisticItem.cs"},{"SourceFile":"HSSE\\HSSE_HazardTemplate.cs"},{"SourceFile":"JDGL\\WBSDetailItem.cs"},{"SourceFile":"JDGL\\WBSSetInitItem.cs"},{"SourceFile":"JDGL\\WBSSetItem.cs"},{"SourceFile":"PMP\\PMPOBS.cs"},{"SourceFile":"PMP\\PMPApiBase.cs"},{"SourceFile":"PMP\\PMPProject.cs"},{"SourceFile":"Model.cs"},{"SourceFile":"ModelProc.cs"},{"SourceFile":"Num.cs"},{"SourceFile":"Pie.cs"},{"SourceFile":"PieData.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXOverdueItem.cs"},{"SourceFile":"PZHGL\\GJSX\\GJSXItem.cs"},{"SourceFile":"SingleSerie.cs"},{"SourceFile":"SingleSerie2.cs"},{"SourceFile":"SpSysMenuItem.cs"},{"SourceFile":"SpSysUserItem.cs"},{"SourceFile":"APIItem\\ResponeData.cs"},{"SourceFile":"SpTDesktopItem.cs"},{"SourceFile":"TestRun\\DriverSub\\DriverSubEvaluationData.cs"},{"SourceFile":"WorkToDo.cs"},{"SourceFile":"TokenItem.cs"},{"SourceFile":"ZHGL\\DataSync\\AccidentOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\BaseEntities.cs"},{"SourceFile":"ZHGL\\DataSync\\CHCheckItemOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\CheckOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\ConstructionEquipmentOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\CostSmallDetailOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\CQMSDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\EduTrainOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\EmergencyOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\HiddenRectificationOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\HJGLDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\HSSEDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\InspectionManagementOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\LargeEngineeringOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\LicenseHSETechnicalOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\LicenseOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\MeetingOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\OfSafetySupervisorsOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectInformationOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\ProjectOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\SecurityRiskOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\SYHSEDataItem.cs"},{"SourceFile":"ZHGL\\DataSync\\WBSBreakdownProjectOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\WeldDineOutput.cs"},{"SourceFile":"ZHGL\\DataSync\\WelderOutput.cs"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"G:\\公司项目\\五环\\SGGL\\Model\\bin\\Debug\\Newtonsoft.Json.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.ComponentModel.DataAnnotations.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Data.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Web.DataVisualization.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6.1\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"G:\\公司项目\\五环\\SGGL\\Model\\bin\\Debug\\Model.dll","OutputItemRelativePath":"Model.dll"},{"OutputItemFullPath":"G:\\公司项目\\五环\\SGGL\\Model\\bin\\Debug\\Model.pdb","OutputItemRelativePath":"Model.pdb"}],"CopyToOutputEntries":[]}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/Hazard_HazardRegisterItem.cs b/SGGL/Model/APIItem/HSSE/Hazard_HazardRegisterItem.cs
new file mode 100644
index 00000000..fb7f1e05
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/Hazard_HazardRegisterItem.cs
@@ -0,0 +1,245 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Model
+{
+ public class Hazard_HazardRegisterItem
+ {
+ ///
+ /// 巡检ID
+ ///
+ public string HazardRegisterId
+ {
+ get;
+ set;
+ }
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+ ///
+ /// 编制日期
+ ///
+ public DateTime? RegisterDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 问题描述
+ ///
+ public string RegisterDef
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改措施 -反馈
+ ///
+ public string Rectification
+ {
+ get;
+ set;
+ }
+ ///
+ /// 区域名称
+ ///
+ public string WorkAreaName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 责任单位-名称
+ ///
+ public string ResponsibilityUnitName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string ResponsibilityUnitCollCropCode
+ {
+ get;
+ set;
+ }
+ ///
+ /// 风险等级
+ ///
+ public string Risk_Level
+ {
+ get;
+ set;
+ }
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+ ///
+ /// 项目名称
+ ///
+ public string ProjectName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 状态
+ ///
+ public string States
+ {
+ get;
+ set;
+ }
+ ///
+ /// 状态名称
+ ///
+ public string StatesStr
+ {
+ get;
+ set;
+ }
+ ///
+ ///责任人 -名称
+ ///
+ public string ResponsibilityManName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 检查人姓名
+ ///
+ public string CheckManName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 检查时间
+ ///
+ public DateTime? CheckTime
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改期限
+ ///
+ public DateTime? RectificationPeriod
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改前照片
+ ///
+ public string ImageUrl
+ {
+ get;
+ set;
+ }
+ ///
+ ///整改前照片附件字节
+ ///
+
+ public List ImageUrlFileContext
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改后照片
+ ///
+ public string RectificationImageUrl
+ {
+ get;
+ set;
+ }
+ ///
+ ///整改后照片附件字节
+ ///
+
+ public List RectificationImageUrlFileContext
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改时间
+ ///
+ public DateTime? RectificationTime
+ {
+ get;
+ set;
+ }
+ ///
+ /// 确认人名称
+ ///
+ public string ConfirmManName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 确认时间
+ ///
+ public DateTime? ConfirmDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 复检问题描述
+ ///
+ public string HandleIdea
+ {
+ get;
+ set;
+ }
+ ///
+ /// 处罚金额
+ ///
+ public int CutPayment
+ {
+ get;
+ set;
+ }
+ ///
+ /// 巡检类型(D-日 W-周 M-月)
+ ///
+ public string CheckCycle
+ {
+ get;
+ set;
+ }
+ ///
+ /// 问题类型名称
+ ///
+ public string RegisterTypesName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改要求
+ ///
+ public string Requirements
+ {
+ get;
+ set;
+ }
+ }
+}
diff --git a/SGGL/Model/APIItem/HSSE/LargeEngineeringItem.cs b/SGGL/Model/APIItem/HSSE/LargeEngineeringItem.cs
new file mode 100644
index 00000000..41184ff4
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/LargeEngineeringItem.cs
@@ -0,0 +1,159 @@
+using System;
+
+
+namespace Model
+{
+ public class LargeEngineeringItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 附件路径
+ ///
+ public string AttachFile
+ {
+ get;
+ set;
+ }
+ ///
+ /// 方案名称
+ ///
+ public string HazardName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 类型
+ ///
+ public string TypeName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 超危大工程
+ ///
+ public bool? IsSuperLargerHazard
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 专家论证
+ ///
+ public bool? IsArgument
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 地点
+ ///
+ public string Address
+ {
+ get;
+ set;
+ }
+ ///
+ /// 描述
+ ///
+ public string Descriptions
+ {
+ get;
+ set;
+ }
+ ///
+ /// 培训人数
+ ///
+ public int? TrainPersonNum
+ {
+ get;
+ set;
+ }
+ ///
+ /// 作业人员数
+ ///
+ public int? OperativesNum
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 编制时间
+ ///
+ public DateTime? RecordTime
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 预计施工时间
+ ///
+ public DateTime? ExpectedTime
+ {
+ get;
+ set;
+ }
+ ///
+ /// 状态(0 已取消 1 未开始 2 作业中 3 已完工 )
+ ///
+ public string States
+ {
+ get;
+ set;
+ }
+ ///
+ /// 状态字符串(0 已取消 1 未开始 2 作业中 3 已完工 )
+ ///
+ public string StatesStr
+ {
+ get;
+ set;
+ }
+
+
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/ProjectLicenseItem.cs b/SGGL/Model/APIItem/HSSE/ProjectLicenseItem.cs
new file mode 100644
index 00000000..5b7b2b2c
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/ProjectLicenseItem.cs
@@ -0,0 +1,147 @@
+using System;
+namespace Model
+{
+ public class ProjectLicenseItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 附件路径
+ ///
+ public string AttachFile
+ {
+ get;
+ set;
+ }
+ ///
+ /// 许可证编号
+ ///
+ public string LicenseManagerCode
+ {
+ get;
+ set;
+ }
+ ///
+ /// 申请单位id
+ ///
+ public string UnitId
+ {
+ get;
+ set;
+ }
+ ///
+ /// 申请单位名称
+ ///
+ public string UnitName
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 类型名称
+ ///
+ public string LicenseTypeName
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 单位类型名称
+ ///
+ public string UnitTypeName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 是否高风险作业
+ ///
+ public bool? IsHighRisk
+ {
+ get;
+ set;
+ }
+ ///
+ /// 单位工程
+ ///
+ public string WorkAreaName
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 申请日期
+ ///
+ public DateTime? CompileDate
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 开始时间
+ ///
+ public DateTime? StartDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 结束时间
+ ///
+ public DateTime? EndDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 状态
+ ///
+ public string WorkStatesStr
+ {
+ get;
+ set;
+ }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/ProjectSecurityRiskItem.cs b/SGGL/Model/APIItem/HSSE/ProjectSecurityRiskItem.cs
new file mode 100644
index 00000000..ac77acb9
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/ProjectSecurityRiskItem.cs
@@ -0,0 +1,188 @@
+using System;
+namespace Model
+{
+ public class ProjectSecurityRiskItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 附件路径
+ ///
+ public string AttachFile
+ {
+ get;
+ set;
+ }
+ ///
+ /// 单位工程
+ ///
+ public string WorkAreaName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 工作阶段
+ ///
+ public string WorkStageName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险源类别
+ ///
+ public string SupHazardListType
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 危险源项
+ ///
+ public string HazardListType
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 危险源代码
+ ///
+ public string Hazard
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险因素明细
+ ///
+ public string HazardItems
+ {
+ get;
+ set;
+ }
+ ///
+ /// 缺陷类型
+ ///
+ public string DefectsType
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 可能导致的事故
+ ///
+ public string MayLeadAccidents
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 辅助方法
+ ///
+ public string HelperMethod
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险评价(L)
+ ///
+ public decimal? HazardJudge_L
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险评价(E)
+ ///
+ public decimal? HazardJudge_E
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险评价(C)
+ ///
+ public decimal? HazardJudge_C
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 危险评价(D)
+ ///
+ public decimal? HazardJudge_D
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险级别
+ ///
+ public int? RiskLevel
+ {
+ get;
+ set;
+ }
+ ///
+ /// 危险级别
+ ///
+ public string RiskLevelName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 控制措施
+ ///
+ public string ControlMeasures
+ {
+ get;
+ set;
+ }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/QCRegistrationItem.cs b/SGGL/Model/APIItem/HSSE/QCRegistrationItem.cs
new file mode 100644
index 00000000..f1f08429
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/QCRegistrationItem.cs
@@ -0,0 +1,164 @@
+using System;
+namespace Model
+{
+ public class QCRegistrationItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 附件文件路径
+ ///
+ public string AttachFile
+ {
+ get;
+ set;
+ }
+ ///
+ /// 编号
+ ///
+ public string Code
+ {
+ get;
+ set;
+ }
+ ///
+ /// 名称
+ ///
+ public string Name
+ {
+ get;
+ set;
+ }
+ ///
+ /// 编制人
+ ///
+ public string CompileManName
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 编制时间
+ ///
+ public DateTime? CompileDate
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 所属公司
+ ///
+ public string UnitName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 所属公司社会统一信用代码
+ ///
+ public string UnitCollCropCode
+ {
+ get;
+ set;
+ }
+ ///
+ /// 课题
+ ///
+ public string Subjects
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 过程
+ ///
+ public string Process
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 成果
+ ///
+ public string Achievement
+ {
+ get;
+ set;
+ }
+ ///
+ /// 奖项名称
+ ///
+ public string AwardName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 奖项类型
+ ///
+ public string AwardType
+ {
+ get;
+ set;
+ }
+ ///
+ /// 获奖等级(1-国家、2-省部、3-企业)
+ ///
+ public string AwardLevel
+ {
+ get;
+ set;
+ }
+ ///
+ /// 颁奖单位
+ ///
+ public string AwardingUnit
+ {
+ get;
+ set;
+ }
+
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/QualityProblemItem.cs b/SGGL/Model/APIItem/HSSE/QualityProblemItem.cs
new file mode 100644
index 00000000..5c395d77
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/QualityProblemItem.cs
@@ -0,0 +1,132 @@
+using System;
+namespace Model
+{
+ public class QualityProblemItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 巡检日期
+ ///
+ public DateTime? CheckDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 单位工程名称
+ ///
+ public string UnitWorkName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 施工单位
+ ///
+ public string UnitName
+ {
+ get;
+ set;
+ }
+ ///
+ /// 专业
+ ///
+ public string ProfessionalName
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 问题类别
+ ///
+ public string QuestionType
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 整改前图片路径
+ ///
+ public string ImageUrl
+ {
+ get;
+ set;
+ }
+ ///
+ /// 整改后图片路径
+ ///
+ public string RectificationImageUrl
+ {
+ get;
+ set;
+ }
+ ///
+ /// 部位
+ ///
+ public string CheckSite
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 状态(1已整改-待复查验收 2已闭环 3超期未整改 4 待整改)
+ ///
+ public string States
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 状态(1已整改-待复查验收 2已闭环 3超期未整改 4 待整改)
+ ///
+ public string StatesStr
+ {
+ get;
+ set;
+ }
+
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/SuperviseCheckReportDetailItem.cs b/SGGL/Model/APIItem/HSSE/SuperviseCheckReportDetailItem.cs
new file mode 100644
index 00000000..2ef4c600
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/SuperviseCheckReportDetailItem.cs
@@ -0,0 +1,82 @@
+using System;
+namespace Model
+{
+ public class SuperviseCheckReportDetailItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 附件路径
+ ///
+ public string AttachFile
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 申请单位id
+ ///
+ public string UnitId
+ {
+ get;
+ set;
+ }
+ ///
+ /// 申请单位名称
+ ///
+ public string UnitName
+ {
+ get;
+ set;
+ }
+
+ public string SuperviseCheckReportId { get; set; }
+ public string RectifyItemId { get; set; }
+ public bool? IsSelected { get; set; }
+ public string HazardSourcePoint { get; set; }
+ public string RiskAnalysis { get; set; }
+ public string RiskPrevention { get; set; }
+ public string SimilarRisk { get; set; }
+ public string RectifyName { get; set; }
+ public string RectifyCode { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/APIItem/HSSE/SuperviseCheckReportItem.cs b/SGGL/Model/APIItem/HSSE/SuperviseCheckReportItem.cs
new file mode 100644
index 00000000..7d201131
--- /dev/null
+++ b/SGGL/Model/APIItem/HSSE/SuperviseCheckReportItem.cs
@@ -0,0 +1,87 @@
+using System;
+using System.Collections.Generic;
+
+namespace Model
+{
+ public class SuperviseCheckReportItem
+ {
+ ////
+ /// 主键ID
+ ///
+ public string Id { get; set; }
+
+ ///
+ /// 来源单位Id
+ ///
+ public string SourceUnitId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 项目ID
+ ///
+ public string ProjectId
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 责任单位-社会信用码
+ ///
+ public string CollCropCode
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 数据日期
+ ///
+ public DateTime? DataDate
+ {
+ get;
+ set;
+ }
+ ///
+ /// 附件路径
+ ///
+ public string AttachFile
+ {
+ get;
+ set;
+ }
+
+ ///
+ /// 申请单位id
+ ///
+ public string UnitId
+ {
+ get;
+ set;
+ }
+ ///
+ /// 申请单位名称
+ ///
+ public string UnitName
+ {
+ get;
+ set;
+ }
+
+
+
+ public string SuperviseCheckReportCode { get; set; }
+ public DateTime? CheckDate { get; set; }
+ public string CheckTeam { get; set; }
+ public string CheckType { get; set; }
+ public string CheckTypeName { get; set; }
+ public string CheckMainType { get; set; }
+ public string CheckMainTypeName { get; set; }
+ public string CheckUnitId { get; set; }
+ public string CheckUnitName { get; set; }
+ public List SuperviseCheckReportDetail { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs
index eefa6c38..1094ca83 100644
--- a/SGGL/Model/Model.cs
+++ b/SGGL/Model/Model.cs
@@ -218,6 +218,9 @@ namespace Model
partial void InsertBase_SpecialSchemeType(Base_SpecialSchemeType instance);
partial void UpdateBase_SpecialSchemeType(Base_SpecialSchemeType instance);
partial void DeleteBase_SpecialSchemeType(Base_SpecialSchemeType instance);
+ partial void InsertBase_SuperviseCheckType(Base_SuperviseCheckType instance);
+ partial void UpdateBase_SuperviseCheckType(Base_SuperviseCheckType instance);
+ partial void DeleteBase_SuperviseCheckType(Base_SuperviseCheckType instance);
partial void InsertBase_TestMedium(Base_TestMedium instance);
partial void UpdateBase_TestMedium(Base_TestMedium instance);
partial void DeleteBase_TestMedium(Base_TestMedium instance);
@@ -605,6 +608,9 @@ namespace Model
partial void InsertComprehensive_QualityAccidentApprove(Comprehensive_QualityAccidentApprove instance);
partial void UpdateComprehensive_QualityAccidentApprove(Comprehensive_QualityAccidentApprove instance);
partial void DeleteComprehensive_QualityAccidentApprove(Comprehensive_QualityAccidentApprove instance);
+ partial void InsertComprehensive_QualityAssurance(Comprehensive_QualityAssurance instance);
+ partial void UpdateComprehensive_QualityAssurance(Comprehensive_QualityAssurance instance);
+ partial void DeleteComprehensive_QualityAssurance(Comprehensive_QualityAssurance instance);
partial void InsertComprehensive_ReviewDrawings(Comprehensive_ReviewDrawings instance);
partial void UpdateComprehensive_ReviewDrawings(Comprehensive_ReviewDrawings instance);
partial void DeleteComprehensive_ReviewDrawings(Comprehensive_ReviewDrawings instance);
@@ -2051,6 +2057,9 @@ namespace Model
partial void InsertPTP_TestPackageApprove(PTP_TestPackageApprove instance);
partial void UpdatePTP_TestPackageApprove(PTP_TestPackageApprove instance);
partial void DeletePTP_TestPackageApprove(PTP_TestPackageApprove instance);
+ partial void InsertQCManage_QCGroupRegistration(QCManage_QCGroupRegistration instance);
+ partial void UpdateQCManage_QCGroupRegistration(QCManage_QCGroupRegistration instance);
+ partial void DeleteQCManage_QCGroupRegistration(QCManage_QCGroupRegistration instance);
partial void InsertQualityAudit_EquipmentPersonQuality(QualityAudit_EquipmentPersonQuality instance);
partial void UpdateQualityAudit_EquipmentPersonQuality(QualityAudit_EquipmentPersonQuality instance);
partial void DeleteQualityAudit_EquipmentPersonQuality(QualityAudit_EquipmentPersonQuality instance);
@@ -3328,6 +3337,14 @@ namespace Model
}
}
+ public System.Data.Linq.Table Base_SuperviseCheckType
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
public System.Data.Linq.Table Base_TestMedium
{
get
@@ -4360,6 +4377,14 @@ namespace Model
}
}
+ public System.Data.Linq.Table Comprehensive_QualityAssurance
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
public System.Data.Linq.Table Comprehensive_ReviewDrawings
{
get
@@ -8224,6 +8249,14 @@ namespace Model
}
}
+ public System.Data.Linq.Table QCManage_QCGroupRegistration
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
public System.Data.Linq.Table QualityAudit_EquipmentPersonQuality
{
get
@@ -26879,6 +26912,8 @@ namespace Model
private EntitySet _Comprehensive_QualityAccident;
+ private EntitySet _Comprehensive_QualityAssurance;
+
private EntitySet _Comprehensive_SiteVisaManagement;
private EntitySet _Comprehensive_SpecialEquipment;
@@ -27538,6 +27573,7 @@ namespace Model
this._Comprehensive_NCRManagement = new EntitySet(new Action(this.attach_Comprehensive_NCRManagement), new Action(this.detach_Comprehensive_NCRManagement));
this._Comprehensive_PressurePipe = new EntitySet(new Action(this.attach_Comprehensive_PressurePipe), new Action(this.detach_Comprehensive_PressurePipe));
this._Comprehensive_QualityAccident = new EntitySet(new Action(this.attach_Comprehensive_QualityAccident), new Action(this.detach_Comprehensive_QualityAccident));
+ this._Comprehensive_QualityAssurance = new EntitySet(new Action(this.attach_Comprehensive_QualityAssurance), new Action(this.detach_Comprehensive_QualityAssurance));
this._Comprehensive_SiteVisaManagement = new EntitySet(new Action(this.attach_Comprehensive_SiteVisaManagement), new Action(this.detach_Comprehensive_SiteVisaManagement));
this._Comprehensive_SpecialEquipment = new EntitySet(new Action(this.attach_Comprehensive_SpecialEquipment), new Action(this.detach_Comprehensive_SpecialEquipment));
this._Comprehensive_TrainingRecords = new EntitySet(new Action(this.attach_Comprehensive_TrainingRecords), new Action(this.detach_Comprehensive_TrainingRecords));
@@ -29616,6 +29652,19 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_QualityAssurance_Base_Project", Storage="_Comprehensive_QualityAssurance", ThisKey="ProjectId", OtherKey="ProjectId", DeleteRule="NO ACTION")]
+ public EntitySet Comprehensive_QualityAssurance
+ {
+ get
+ {
+ return this._Comprehensive_QualityAssurance;
+ }
+ set
+ {
+ this._Comprehensive_QualityAssurance.Assign(value);
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_SiteVisaManagement_Base_Project", Storage="_Comprehensive_SiteVisaManagement", ThisKey="ProjectId", OtherKey="ProjectId", DeleteRule="NO ACTION")]
public EntitySet Comprehensive_SiteVisaManagement
{
@@ -33566,6 +33615,18 @@ namespace Model
entity.Base_Project = null;
}
+ private void attach_Comprehensive_QualityAssurance(Comprehensive_QualityAssurance entity)
+ {
+ this.SendPropertyChanging();
+ entity.Base_Project = this;
+ }
+
+ private void detach_Comprehensive_QualityAssurance(Comprehensive_QualityAssurance entity)
+ {
+ this.SendPropertyChanging();
+ entity.Base_Project = null;
+ }
+
private void attach_Comprehensive_SiteVisaManagement(Comprehensive_SiteVisaManagement entity)
{
this.SendPropertyChanging();
@@ -38757,6 +38818,164 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Base_SuperviseCheckType")]
+ public partial class Base_SuperviseCheckType : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _CheckTypeId;
+
+ private string _CheckTypeCode;
+
+ private string _CheckTypeName;
+
+ private string _CheckMainType;
+
+ private string _Remark;
+
+ #region 可扩展性方法定义
+ partial void OnLoaded();
+ partial void OnValidate(System.Data.Linq.ChangeAction action);
+ partial void OnCreated();
+ partial void OnCheckTypeIdChanging(string value);
+ partial void OnCheckTypeIdChanged();
+ partial void OnCheckTypeCodeChanging(string value);
+ partial void OnCheckTypeCodeChanged();
+ partial void OnCheckTypeNameChanging(string value);
+ partial void OnCheckTypeNameChanged();
+ partial void OnCheckMainTypeChanging(string value);
+ partial void OnCheckMainTypeChanged();
+ partial void OnRemarkChanging(string value);
+ partial void OnRemarkChanged();
+ #endregion
+
+ public Base_SuperviseCheckType()
+ {
+ OnCreated();
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CheckTypeId", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
+ public string CheckTypeId
+ {
+ get
+ {
+ return this._CheckTypeId;
+ }
+ set
+ {
+ if ((this._CheckTypeId != value))
+ {
+ this.OnCheckTypeIdChanging(value);
+ this.SendPropertyChanging();
+ this._CheckTypeId = value;
+ this.SendPropertyChanged("CheckTypeId");
+ this.OnCheckTypeIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CheckTypeCode", DbType="NVarChar(50)")]
+ public string CheckTypeCode
+ {
+ get
+ {
+ return this._CheckTypeCode;
+ }
+ set
+ {
+ if ((this._CheckTypeCode != value))
+ {
+ this.OnCheckTypeCodeChanging(value);
+ this.SendPropertyChanging();
+ this._CheckTypeCode = value;
+ this.SendPropertyChanged("CheckTypeCode");
+ this.OnCheckTypeCodeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CheckTypeName", DbType="NVarChar(50)")]
+ public string CheckTypeName
+ {
+ get
+ {
+ return this._CheckTypeName;
+ }
+ set
+ {
+ if ((this._CheckTypeName != value))
+ {
+ this.OnCheckTypeNameChanging(value);
+ this.SendPropertyChanging();
+ this._CheckTypeName = value;
+ this.SendPropertyChanged("CheckTypeName");
+ this.OnCheckTypeNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CheckMainType", DbType="NVarChar(10)")]
+ public string CheckMainType
+ {
+ get
+ {
+ return this._CheckMainType;
+ }
+ set
+ {
+ if ((this._CheckMainType != value))
+ {
+ this.OnCheckMainTypeChanging(value);
+ this.SendPropertyChanging();
+ this._CheckMainType = value;
+ this.SendPropertyChanged("CheckMainType");
+ this.OnCheckMainTypeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(200)")]
+ public string Remark
+ {
+ get
+ {
+ return this._Remark;
+ }
+ set
+ {
+ if ((this._Remark != value))
+ {
+ this.OnRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._Remark = value;
+ this.SendPropertyChanged("Remark");
+ this.OnRemarkChanged();
+ }
+ }
+ }
+
+ public event PropertyChangingEventHandler PropertyChanging;
+
+ public event PropertyChangedEventHandler PropertyChanged;
+
+ protected virtual void SendPropertyChanging()
+ {
+ if ((this.PropertyChanging != null))
+ {
+ this.PropertyChanging(this, emptyChangingEventArgs);
+ }
+ }
+
+ protected virtual void SendPropertyChanged(String propertyName)
+ {
+ if ((this.PropertyChanged != null))
+ {
+ this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Base_TestMedium")]
public partial class Base_TestMedium : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -56390,6 +56609,8 @@ namespace Model
private string _CCManIds;
+ private System.Nullable _IsUpdate;
+
private EntityRef _Base_Project;
private EntityRef _Sys_User;
@@ -56448,6 +56669,8 @@ namespace Model
partial void OnSaveHandleManChanged();
partial void OnCCManIdsChanging(string value);
partial void OnCCManIdsChanged();
+ partial void OnIsUpdateChanging(System.Nullable value);
+ partial void OnIsUpdateChanged();
#endregion
public Check_CheckControl()
@@ -56946,6 +57169,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUpdate", DbType="Bit")]
+ public System.Nullable IsUpdate
+ {
+ get
+ {
+ return this._IsUpdate;
+ }
+ set
+ {
+ if ((this._IsUpdate != value))
+ {
+ this.OnIsUpdateChanging(value);
+ this.SendPropertyChanging();
+ this._IsUpdate = value;
+ this.SendPropertyChanged("IsUpdate");
+ this.OnIsUpdateChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckControl_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
public Base_Project Base_Project
{
@@ -102273,6 +102516,318 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Comprehensive_QualityAssurance")]
+ public partial class Comprehensive_QualityAssurance : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _QualityAssuranceId;
+
+ private string _ProjectId;
+
+ private string _QualityAssuranceCode;
+
+ private string _QualityAssuranceName;
+
+ private string _QualityAssuranceType;
+
+ private string _ContentTexts;
+
+ private string _CompileMan;
+
+ private System.Nullable _CompileDate;
+
+ private EntityRef _Base_Project;
+
+ private EntityRef _Sys_User;
+
+ #region 可扩展性方法定义
+ partial void OnLoaded();
+ partial void OnValidate(System.Data.Linq.ChangeAction action);
+ partial void OnCreated();
+ partial void OnQualityAssuranceIdChanging(string value);
+ partial void OnQualityAssuranceIdChanged();
+ partial void OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnQualityAssuranceCodeChanging(string value);
+ partial void OnQualityAssuranceCodeChanged();
+ partial void OnQualityAssuranceNameChanging(string value);
+ partial void OnQualityAssuranceNameChanged();
+ partial void OnQualityAssuranceTypeChanging(string value);
+ partial void OnQualityAssuranceTypeChanged();
+ partial void OnContentTextsChanging(string value);
+ partial void OnContentTextsChanged();
+ partial void OnCompileManChanging(string value);
+ partial void OnCompileManChanged();
+ partial void OnCompileDateChanging(System.Nullable value);
+ partial void OnCompileDateChanged();
+ #endregion
+
+ public Comprehensive_QualityAssurance()
+ {
+ this._Base_Project = default(EntityRef);
+ this._Sys_User = default(EntityRef);
+ OnCreated();
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QualityAssuranceId", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
+ public string QualityAssuranceId
+ {
+ get
+ {
+ return this._QualityAssuranceId;
+ }
+ set
+ {
+ if ((this._QualityAssuranceId != value))
+ {
+ this.OnQualityAssuranceIdChanging(value);
+ this.SendPropertyChanging();
+ this._QualityAssuranceId = value;
+ this.SendPropertyChanged("QualityAssuranceId");
+ this.OnQualityAssuranceIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ if (this._Base_Project.HasLoadedOrAssignedValue)
+ {
+ throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
+ }
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QualityAssuranceCode", DbType="NVarChar(50)")]
+ public string QualityAssuranceCode
+ {
+ get
+ {
+ return this._QualityAssuranceCode;
+ }
+ set
+ {
+ if ((this._QualityAssuranceCode != value))
+ {
+ this.OnQualityAssuranceCodeChanging(value);
+ this.SendPropertyChanging();
+ this._QualityAssuranceCode = value;
+ this.SendPropertyChanged("QualityAssuranceCode");
+ this.OnQualityAssuranceCodeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QualityAssuranceName", DbType="NVarChar(100)")]
+ public string QualityAssuranceName
+ {
+ get
+ {
+ return this._QualityAssuranceName;
+ }
+ set
+ {
+ if ((this._QualityAssuranceName != value))
+ {
+ this.OnQualityAssuranceNameChanging(value);
+ this.SendPropertyChanging();
+ this._QualityAssuranceName = value;
+ this.SendPropertyChanged("QualityAssuranceName");
+ this.OnQualityAssuranceNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QualityAssuranceType", DbType="NVarChar(50)")]
+ public string QualityAssuranceType
+ {
+ get
+ {
+ return this._QualityAssuranceType;
+ }
+ set
+ {
+ if ((this._QualityAssuranceType != value))
+ {
+ this.OnQualityAssuranceTypeChanging(value);
+ this.SendPropertyChanging();
+ this._QualityAssuranceType = value;
+ this.SendPropertyChanged("QualityAssuranceType");
+ this.OnQualityAssuranceTypeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContentTexts", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ public string ContentTexts
+ {
+ get
+ {
+ return this._ContentTexts;
+ }
+ set
+ {
+ if ((this._ContentTexts != value))
+ {
+ this.OnContentTextsChanging(value);
+ this.SendPropertyChanging();
+ this._ContentTexts = value;
+ this.SendPropertyChanged("ContentTexts");
+ this.OnContentTextsChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompileMan", DbType="NVarChar(50)")]
+ public string CompileMan
+ {
+ get
+ {
+ return this._CompileMan;
+ }
+ set
+ {
+ if ((this._CompileMan != value))
+ {
+ if (this._Sys_User.HasLoadedOrAssignedValue)
+ {
+ throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
+ }
+ this.OnCompileManChanging(value);
+ this.SendPropertyChanging();
+ this._CompileMan = value;
+ this.SendPropertyChanged("CompileMan");
+ this.OnCompileManChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CompileDate", DbType="DateTime")]
+ public System.Nullable CompileDate
+ {
+ get
+ {
+ return this._CompileDate;
+ }
+ set
+ {
+ if ((this._CompileDate != value))
+ {
+ this.OnCompileDateChanging(value);
+ this.SendPropertyChanging();
+ this._CompileDate = value;
+ this.SendPropertyChanged("CompileDate");
+ this.OnCompileDateChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_QualityAssurance_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
+ public Base_Project Base_Project
+ {
+ get
+ {
+ return this._Base_Project.Entity;
+ }
+ set
+ {
+ Base_Project previousValue = this._Base_Project.Entity;
+ if (((previousValue != value)
+ || (this._Base_Project.HasLoadedOrAssignedValue == false)))
+ {
+ this.SendPropertyChanging();
+ if ((previousValue != null))
+ {
+ this._Base_Project.Entity = null;
+ previousValue.Comprehensive_QualityAssurance.Remove(this);
+ }
+ this._Base_Project.Entity = value;
+ if ((value != null))
+ {
+ value.Comprehensive_QualityAssurance.Add(this);
+ this._ProjectId = value.ProjectId;
+ }
+ else
+ {
+ this._ProjectId = default(string);
+ }
+ this.SendPropertyChanged("Base_Project");
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_QualityAssurance_Sys_User", Storage="_Sys_User", ThisKey="CompileMan", OtherKey="UserId", IsForeignKey=true)]
+ public Sys_User Sys_User
+ {
+ get
+ {
+ return this._Sys_User.Entity;
+ }
+ set
+ {
+ Sys_User previousValue = this._Sys_User.Entity;
+ if (((previousValue != value)
+ || (this._Sys_User.HasLoadedOrAssignedValue == false)))
+ {
+ this.SendPropertyChanging();
+ if ((previousValue != null))
+ {
+ this._Sys_User.Entity = null;
+ previousValue.Comprehensive_QualityAssurance.Remove(this);
+ }
+ this._Sys_User.Entity = value;
+ if ((value != null))
+ {
+ value.Comprehensive_QualityAssurance.Add(this);
+ this._CompileMan = value.UserId;
+ }
+ else
+ {
+ this._CompileMan = default(string);
+ }
+ this.SendPropertyChanged("Sys_User");
+ }
+ }
+ }
+
+ public event PropertyChangingEventHandler PropertyChanging;
+
+ public event PropertyChangedEventHandler PropertyChanged;
+
+ protected virtual void SendPropertyChanging()
+ {
+ if ((this.PropertyChanging != null))
+ {
+ this.PropertyChanging(this, emptyChangingEventArgs);
+ }
+ }
+
+ protected virtual void SendPropertyChanged(String propertyName)
+ {
+ if ((this.PropertyChanged != null))
+ {
+ this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Comprehensive_ReviewDrawings")]
public partial class Comprehensive_ReviewDrawings : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -119894,6 +120449,30 @@ namespace Model
private System.Nullable _SubdivisionalWorksAcceptOKNum;
+ private System.Nullable _UnitCheckNum;
+
+ private System.Nullable _UnitCheckClosedNum;
+
+ private System.Nullable _UnitCheckNotClosedNum;
+
+ private System.Nullable _BranchCheckNum;
+
+ private System.Nullable _BranchCheckClosedNum;
+
+ private System.Nullable _BranchCheckNotClosedNum;
+
+ private System.Nullable _ComprehensiveReviewDrawingsNum;
+
+ private System.Nullable _ComprehensiveConTechnologyDisclosureNum;
+
+ private System.Nullable _ComprehensiveConTechnologyDisclosurePersonNum;
+
+ private System.Nullable _ProjectSubPersonNum;
+
+ private System.Nullable _InspectionMachineNum;
+
+ private System.Nullable _InspectionMachineQualifiedNum;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -120010,6 +120589,30 @@ namespace Model
partial void OnSubdivisionalWorksAcceptNumChanged();
partial void OnSubdivisionalWorksAcceptOKNumChanging(System.Nullable value);
partial void OnSubdivisionalWorksAcceptOKNumChanged();
+ partial void OnUnitCheckNumChanging(System.Nullable value);
+ partial void OnUnitCheckNumChanged();
+ partial void OnUnitCheckClosedNumChanging(System.Nullable value);
+ partial void OnUnitCheckClosedNumChanged();
+ partial void OnUnitCheckNotClosedNumChanging(System.Nullable value);
+ partial void OnUnitCheckNotClosedNumChanged();
+ partial void OnBranchCheckNumChanging(System.Nullable value);
+ partial void OnBranchCheckNumChanged();
+ partial void OnBranchCheckClosedNumChanging(System.Nullable value);
+ partial void OnBranchCheckClosedNumChanged();
+ partial void OnBranchCheckNotClosedNumChanging(System.Nullable value);
+ partial void OnBranchCheckNotClosedNumChanged();
+ partial void OnComprehensiveReviewDrawingsNumChanging(System.Nullable value);
+ partial void OnComprehensiveReviewDrawingsNumChanged();
+ partial void OnComprehensiveConTechnologyDisclosureNumChanging(System.Nullable value);
+ partial void OnComprehensiveConTechnologyDisclosureNumChanged();
+ partial void OnComprehensiveConTechnologyDisclosurePersonNumChanging(System.Nullable value);
+ partial void OnComprehensiveConTechnologyDisclosurePersonNumChanged();
+ partial void OnProjectSubPersonNumChanging(System.Nullable value);
+ partial void OnProjectSubPersonNumChanged();
+ partial void OnInspectionMachineNumChanging(System.Nullable value);
+ partial void OnInspectionMachineNumChanged();
+ partial void OnInspectionMachineQualifiedNumChanging(System.Nullable value);
+ partial void OnInspectionMachineQualifiedNumChanged();
#endregion
public CQMSData_CQMS()
@@ -121137,6 +121740,246 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitCheckNum", DbType="Int")]
+ public System.Nullable UnitCheckNum
+ {
+ get
+ {
+ return this._UnitCheckNum;
+ }
+ set
+ {
+ if ((this._UnitCheckNum != value))
+ {
+ this.OnUnitCheckNumChanging(value);
+ this.SendPropertyChanging();
+ this._UnitCheckNum = value;
+ this.SendPropertyChanged("UnitCheckNum");
+ this.OnUnitCheckNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitCheckClosedNum", DbType="Int")]
+ public System.Nullable UnitCheckClosedNum
+ {
+ get
+ {
+ return this._UnitCheckClosedNum;
+ }
+ set
+ {
+ if ((this._UnitCheckClosedNum != value))
+ {
+ this.OnUnitCheckClosedNumChanging(value);
+ this.SendPropertyChanging();
+ this._UnitCheckClosedNum = value;
+ this.SendPropertyChanged("UnitCheckClosedNum");
+ this.OnUnitCheckClosedNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitCheckNotClosedNum", DbType="Int")]
+ public System.Nullable UnitCheckNotClosedNum
+ {
+ get
+ {
+ return this._UnitCheckNotClosedNum;
+ }
+ set
+ {
+ if ((this._UnitCheckNotClosedNum != value))
+ {
+ this.OnUnitCheckNotClosedNumChanging(value);
+ this.SendPropertyChanging();
+ this._UnitCheckNotClosedNum = value;
+ this.SendPropertyChanged("UnitCheckNotClosedNum");
+ this.OnUnitCheckNotClosedNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchCheckNum", DbType="Int")]
+ public System.Nullable BranchCheckNum
+ {
+ get
+ {
+ return this._BranchCheckNum;
+ }
+ set
+ {
+ if ((this._BranchCheckNum != value))
+ {
+ this.OnBranchCheckNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchCheckNum = value;
+ this.SendPropertyChanged("BranchCheckNum");
+ this.OnBranchCheckNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchCheckClosedNum", DbType="Int")]
+ public System.Nullable BranchCheckClosedNum
+ {
+ get
+ {
+ return this._BranchCheckClosedNum;
+ }
+ set
+ {
+ if ((this._BranchCheckClosedNum != value))
+ {
+ this.OnBranchCheckClosedNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchCheckClosedNum = value;
+ this.SendPropertyChanged("BranchCheckClosedNum");
+ this.OnBranchCheckClosedNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchCheckNotClosedNum", DbType="Int")]
+ public System.Nullable BranchCheckNotClosedNum
+ {
+ get
+ {
+ return this._BranchCheckNotClosedNum;
+ }
+ set
+ {
+ if ((this._BranchCheckNotClosedNum != value))
+ {
+ this.OnBranchCheckNotClosedNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchCheckNotClosedNum = value;
+ this.SendPropertyChanged("BranchCheckNotClosedNum");
+ this.OnBranchCheckNotClosedNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ComprehensiveReviewDrawingsNum", DbType="Int")]
+ public System.Nullable ComprehensiveReviewDrawingsNum
+ {
+ get
+ {
+ return this._ComprehensiveReviewDrawingsNum;
+ }
+ set
+ {
+ if ((this._ComprehensiveReviewDrawingsNum != value))
+ {
+ this.OnComprehensiveReviewDrawingsNumChanging(value);
+ this.SendPropertyChanging();
+ this._ComprehensiveReviewDrawingsNum = value;
+ this.SendPropertyChanged("ComprehensiveReviewDrawingsNum");
+ this.OnComprehensiveReviewDrawingsNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ComprehensiveConTechnologyDisclosureNum", DbType="Int")]
+ public System.Nullable ComprehensiveConTechnologyDisclosureNum
+ {
+ get
+ {
+ return this._ComprehensiveConTechnologyDisclosureNum;
+ }
+ set
+ {
+ if ((this._ComprehensiveConTechnologyDisclosureNum != value))
+ {
+ this.OnComprehensiveConTechnologyDisclosureNumChanging(value);
+ this.SendPropertyChanging();
+ this._ComprehensiveConTechnologyDisclosureNum = value;
+ this.SendPropertyChanged("ComprehensiveConTechnologyDisclosureNum");
+ this.OnComprehensiveConTechnologyDisclosureNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ComprehensiveConTechnologyDisclosurePersonNum", DbType="Int")]
+ public System.Nullable ComprehensiveConTechnologyDisclosurePersonNum
+ {
+ get
+ {
+ return this._ComprehensiveConTechnologyDisclosurePersonNum;
+ }
+ set
+ {
+ if ((this._ComprehensiveConTechnologyDisclosurePersonNum != value))
+ {
+ this.OnComprehensiveConTechnologyDisclosurePersonNumChanging(value);
+ this.SendPropertyChanging();
+ this._ComprehensiveConTechnologyDisclosurePersonNum = value;
+ this.SendPropertyChanged("ComprehensiveConTechnologyDisclosurePersonNum");
+ this.OnComprehensiveConTechnologyDisclosurePersonNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectSubPersonNum", DbType="Int")]
+ public System.Nullable ProjectSubPersonNum
+ {
+ get
+ {
+ return this._ProjectSubPersonNum;
+ }
+ set
+ {
+ if ((this._ProjectSubPersonNum != value))
+ {
+ this.OnProjectSubPersonNumChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectSubPersonNum = value;
+ this.SendPropertyChanged("ProjectSubPersonNum");
+ this.OnProjectSubPersonNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionMachineNum", DbType="Int")]
+ public System.Nullable InspectionMachineNum
+ {
+ get
+ {
+ return this._InspectionMachineNum;
+ }
+ set
+ {
+ if ((this._InspectionMachineNum != value))
+ {
+ this.OnInspectionMachineNumChanging(value);
+ this.SendPropertyChanging();
+ this._InspectionMachineNum = value;
+ this.SendPropertyChanged("InspectionMachineNum");
+ this.OnInspectionMachineNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionMachineQualifiedNum", DbType="Int")]
+ public System.Nullable InspectionMachineQualifiedNum
+ {
+ get
+ {
+ return this._InspectionMachineQualifiedNum;
+ }
+ set
+ {
+ if ((this._InspectionMachineQualifiedNum != value))
+ {
+ this.OnInspectionMachineQualifiedNumChanging(value);
+ this.SendPropertyChanging();
+ this._InspectionMachineQualifiedNum = value;
+ this.SendPropertyChanged("InspectionMachineQualifiedNum");
+ this.OnInspectionMachineQualifiedNumChanged();
+ }
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -161078,6 +161921,8 @@ namespace Model
private string _QRCodeAttachUrl;
+ private System.Nullable _IsUpdate;
+
private EntitySet _Hazard_PatrolPlan;
#region 可扩展性方法定义
@@ -161136,6 +161981,8 @@ namespace Model
partial void OnPlanExistDateChanged();
partial void OnQRCodeAttachUrlChanging(string value);
partial void OnQRCodeAttachUrlChanged();
+ partial void OnIsUpdateChanging(System.Nullable value);
+ partial void OnIsUpdateChanged();
#endregion
public Hazard_HazardSelectedItem()
@@ -161664,6 +162511,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUpdate", DbType="Bit")]
+ public System.Nullable IsUpdate
+ {
+ get
+ {
+ return this._IsUpdate;
+ }
+ set
+ {
+ if ((this._IsUpdate != value))
+ {
+ this.OnIsUpdateChanging(value);
+ this.SendPropertyChanging();
+ this._IsUpdate = value;
+ this.SendPropertyChanged("IsUpdate");
+ this.OnIsUpdateChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Hazard_PatrolPlan_Hazard_HazardSelectedItem", Storage="_Hazard_PatrolPlan", ThisKey="HazardSelectedItemId", OtherKey="HazardSelectedItemId", DeleteRule="NO ACTION")]
public EntitySet Hazard_PatrolPlan
{
@@ -181346,6 +182213,8 @@ namespace Model
private string _HiddenType;
+ private System.Nullable _IsUpdate;
+
private EntityRef _Base_Unit;
private EntityRef _HSSE_Hazard_HazardRegisterTypes;
@@ -181446,6 +182315,8 @@ namespace Model
partial void OnTypeChanged();
partial void OnHiddenTypeChanging(string value);
partial void OnHiddenTypeChanged();
+ partial void OnIsUpdateChanging(System.Nullable value);
+ partial void OnIsUpdateChanged();
#endregion
public HSSE_Hazard_HazardRegister()
@@ -182383,6 +183254,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUpdate", DbType="Bit")]
+ public System.Nullable IsUpdate
+ {
+ get
+ {
+ return this._IsUpdate;
+ }
+ set
+ {
+ if ((this._IsUpdate != value))
+ {
+ this.OnIsUpdateChanging(value);
+ this.SendPropertyChanging();
+ this._IsUpdate = value;
+ this.SendPropertyChanged("IsUpdate");
+ this.OnIsUpdateChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_HSSE_Hazard_HazardRegister_Base_Unit", Storage="_Base_Unit", ThisKey="ResponsibleUnit", OtherKey="UnitId", IsForeignKey=true)]
public Base_Unit Base_Unit
{
@@ -183920,6 +184811,30 @@ namespace Model
private System.Nullable _CompanyDrillPersonNum;
+ private System.Nullable _BranchLeadShiftCheckNum;
+
+ private System.Nullable _BranchComprehensiveCheckNum;
+
+ private System.Nullable _BranchSpecialCheckNum;
+
+ private System.Nullable _QualityPersonNum;
+
+ private System.Nullable _OperativesNum;
+
+ private System.Nullable _SuperOperativesNum;
+
+ private System.Nullable _BranchComprehensivePlanNum;
+
+ private System.Nullable _BranchSpecialPlanNum;
+
+ private System.Nullable _BranchOnSiteDisposalPlan;
+
+ private System.Nullable _BranchDrillNum;
+
+ private System.Nullable _BranchDrillPersonNum;
+
+ private System.Nullable _ProjectSubFullTimeNum;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -184092,6 +185007,30 @@ namespace Model
partial void OnProjectDrillPersonNumChanged();
partial void OnCompanyDrillPersonNumChanging(System.Nullable value);
partial void OnCompanyDrillPersonNumChanged();
+ partial void OnBranchLeadShiftCheckNumChanging(System.Nullable value);
+ partial void OnBranchLeadShiftCheckNumChanged();
+ partial void OnBranchComprehensiveCheckNumChanging(System.Nullable value);
+ partial void OnBranchComprehensiveCheckNumChanged();
+ partial void OnBranchSpecialCheckNumChanging(System.Nullable value);
+ partial void OnBranchSpecialCheckNumChanged();
+ partial void OnQualityPersonNumChanging(System.Nullable value);
+ partial void OnQualityPersonNumChanged();
+ partial void OnOperativesNumChanging(System.Nullable value);
+ partial void OnOperativesNumChanged();
+ partial void OnSuperOperativesNumChanging(System.Nullable value);
+ partial void OnSuperOperativesNumChanged();
+ partial void OnBranchComprehensivePlanNumChanging(System.Nullable value);
+ partial void OnBranchComprehensivePlanNumChanged();
+ partial void OnBranchSpecialPlanNumChanging(System.Nullable value);
+ partial void OnBranchSpecialPlanNumChanged();
+ partial void OnBranchOnSiteDisposalPlanChanging(System.Nullable value);
+ partial void OnBranchOnSiteDisposalPlanChanged();
+ partial void OnBranchDrillNumChanging(System.Nullable value);
+ partial void OnBranchDrillNumChanged();
+ partial void OnBranchDrillPersonNumChanging(System.Nullable value);
+ partial void OnBranchDrillPersonNumChanged();
+ partial void OnProjectSubFullTimeNumChanging(System.Nullable value);
+ partial void OnProjectSubFullTimeNumChanged();
#endregion
public HSSEData_HSSE()
@@ -185779,6 +186718,246 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchLeadShiftCheckNum", DbType="Int")]
+ public System.Nullable BranchLeadShiftCheckNum
+ {
+ get
+ {
+ return this._BranchLeadShiftCheckNum;
+ }
+ set
+ {
+ if ((this._BranchLeadShiftCheckNum != value))
+ {
+ this.OnBranchLeadShiftCheckNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchLeadShiftCheckNum = value;
+ this.SendPropertyChanged("BranchLeadShiftCheckNum");
+ this.OnBranchLeadShiftCheckNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchComprehensiveCheckNum", DbType="Int")]
+ public System.Nullable BranchComprehensiveCheckNum
+ {
+ get
+ {
+ return this._BranchComprehensiveCheckNum;
+ }
+ set
+ {
+ if ((this._BranchComprehensiveCheckNum != value))
+ {
+ this.OnBranchComprehensiveCheckNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchComprehensiveCheckNum = value;
+ this.SendPropertyChanged("BranchComprehensiveCheckNum");
+ this.OnBranchComprehensiveCheckNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchSpecialCheckNum", DbType="Int")]
+ public System.Nullable BranchSpecialCheckNum
+ {
+ get
+ {
+ return this._BranchSpecialCheckNum;
+ }
+ set
+ {
+ if ((this._BranchSpecialCheckNum != value))
+ {
+ this.OnBranchSpecialCheckNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchSpecialCheckNum = value;
+ this.SendPropertyChanged("BranchSpecialCheckNum");
+ this.OnBranchSpecialCheckNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QualityPersonNum", DbType="Int")]
+ public System.Nullable QualityPersonNum
+ {
+ get
+ {
+ return this._QualityPersonNum;
+ }
+ set
+ {
+ if ((this._QualityPersonNum != value))
+ {
+ this.OnQualityPersonNumChanging(value);
+ this.SendPropertyChanging();
+ this._QualityPersonNum = value;
+ this.SendPropertyChanged("QualityPersonNum");
+ this.OnQualityPersonNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OperativesNum", DbType="Int")]
+ public System.Nullable OperativesNum
+ {
+ get
+ {
+ return this._OperativesNum;
+ }
+ set
+ {
+ if ((this._OperativesNum != value))
+ {
+ this.OnOperativesNumChanging(value);
+ this.SendPropertyChanging();
+ this._OperativesNum = value;
+ this.SendPropertyChanged("OperativesNum");
+ this.OnOperativesNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SuperOperativesNum", DbType="Int")]
+ public System.Nullable SuperOperativesNum
+ {
+ get
+ {
+ return this._SuperOperativesNum;
+ }
+ set
+ {
+ if ((this._SuperOperativesNum != value))
+ {
+ this.OnSuperOperativesNumChanging(value);
+ this.SendPropertyChanging();
+ this._SuperOperativesNum = value;
+ this.SendPropertyChanged("SuperOperativesNum");
+ this.OnSuperOperativesNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchComprehensivePlanNum", DbType="Int")]
+ public System.Nullable BranchComprehensivePlanNum
+ {
+ get
+ {
+ return this._BranchComprehensivePlanNum;
+ }
+ set
+ {
+ if ((this._BranchComprehensivePlanNum != value))
+ {
+ this.OnBranchComprehensivePlanNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchComprehensivePlanNum = value;
+ this.SendPropertyChanged("BranchComprehensivePlanNum");
+ this.OnBranchComprehensivePlanNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchSpecialPlanNum", DbType="Int")]
+ public System.Nullable BranchSpecialPlanNum
+ {
+ get
+ {
+ return this._BranchSpecialPlanNum;
+ }
+ set
+ {
+ if ((this._BranchSpecialPlanNum != value))
+ {
+ this.OnBranchSpecialPlanNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchSpecialPlanNum = value;
+ this.SendPropertyChanged("BranchSpecialPlanNum");
+ this.OnBranchSpecialPlanNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchOnSiteDisposalPlan", DbType="Int")]
+ public System.Nullable BranchOnSiteDisposalPlan
+ {
+ get
+ {
+ return this._BranchOnSiteDisposalPlan;
+ }
+ set
+ {
+ if ((this._BranchOnSiteDisposalPlan != value))
+ {
+ this.OnBranchOnSiteDisposalPlanChanging(value);
+ this.SendPropertyChanging();
+ this._BranchOnSiteDisposalPlan = value;
+ this.SendPropertyChanged("BranchOnSiteDisposalPlan");
+ this.OnBranchOnSiteDisposalPlanChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchDrillNum", DbType="Int")]
+ public System.Nullable BranchDrillNum
+ {
+ get
+ {
+ return this._BranchDrillNum;
+ }
+ set
+ {
+ if ((this._BranchDrillNum != value))
+ {
+ this.OnBranchDrillNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchDrillNum = value;
+ this.SendPropertyChanged("BranchDrillNum");
+ this.OnBranchDrillNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_BranchDrillPersonNum", DbType="Int")]
+ public System.Nullable BranchDrillPersonNum
+ {
+ get
+ {
+ return this._BranchDrillPersonNum;
+ }
+ set
+ {
+ if ((this._BranchDrillPersonNum != value))
+ {
+ this.OnBranchDrillPersonNumChanging(value);
+ this.SendPropertyChanging();
+ this._BranchDrillPersonNum = value;
+ this.SendPropertyChanged("BranchDrillPersonNum");
+ this.OnBranchDrillPersonNumChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectSubFullTimeNum", DbType="Int")]
+ public System.Nullable ProjectSubFullTimeNum
+ {
+ get
+ {
+ return this._ProjectSubFullTimeNum;
+ }
+ set
+ {
+ if ((this._ProjectSubFullTimeNum != value))
+ {
+ this.OnProjectSubFullTimeNumChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectSubFullTimeNum = value;
+ this.SendPropertyChanged("ProjectSubFullTimeNum");
+ this.OnProjectSubFullTimeNumChanged();
+ }
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -234382,6 +235561,8 @@ namespace Model
private System.Nullable _IsHighRisk;
+ private System.Nullable _IsUpdate;
+
private EntityRef _Base_LicenseType;
private EntityRef _Base_Project;
@@ -234428,6 +235609,8 @@ namespace Model
partial void OnCNProfessionalIdChanged();
partial void OnIsHighRiskChanging(System.Nullable value);
partial void OnIsHighRiskChanged();
+ partial void OnIsUpdateChanging(System.Nullable value);
+ partial void OnIsUpdateChanged();
#endregion
public License_LicenseManager()
@@ -234795,6 +235978,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUpdate", DbType="Bit")]
+ public System.Nullable IsUpdate
+ {
+ get
+ {
+ return this._IsUpdate;
+ }
+ set
+ {
+ if ((this._IsUpdate != value))
+ {
+ this.OnIsUpdateChanging(value);
+ this.SendPropertyChanging();
+ this._IsUpdate = value;
+ this.SendPropertyChanged("IsUpdate");
+ this.OnIsUpdateChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_License_LicenseManager_Base_LicenseType", Storage="_Base_LicenseType", ThisKey="LicenseTypeId", OtherKey="LicenseTypeId", IsForeignKey=true)]
public Base_LicenseType Base_LicenseType
{
@@ -302743,6 +303946,18 @@ namespace Model
private System.Nullable _SubdivisionalWorksAcceptOKNum;
+ private System.Nullable _ComprehensiveReviewDrawingsNum;
+
+ private System.Nullable _ComprehensiveConTechnologyDisclosureNum;
+
+ private System.Nullable _ComprehensiveConTechnologyDisclosurePersonNum;
+
+ private System.Nullable _ProjectSubPersonNum;
+
+ private System.Nullable _InspectionMachineNum;
+
+ private System.Nullable _InspectionMachineQualifiedNum;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -302855,6 +304070,18 @@ namespace Model
partial void OnSubdivisionalWorksAcceptNumChanged();
partial void OnSubdivisionalWorksAcceptOKNumChanging(System.Nullable value);
partial void OnSubdivisionalWorksAcceptOKNumChanged();
+ partial void OnComprehensiveReviewDrawingsNumChanging(System.Nullable value);
+ partial void OnComprehensiveReviewDrawingsNumChanged();
+ partial void OnComprehensiveConTechnologyDisclosureNumChanging(System.Nullable value);
+ partial void OnComprehensiveConTechnologyDisclosureNumChanged();
+ partial void OnComprehensiveConTechnologyDisclosurePersonNumChanging(System.Nullable value);
+ partial void OnComprehensiveConTechnologyDisclosurePersonNumChanged();
+ partial void OnProjectSubPersonNumChanging(System.Nullable