提交代码

This commit is contained in:
2024-05-16 09:15:08 +08:00
parent 9a2ba1af64
commit 9191546586
27 changed files with 3505 additions and 12 deletions
+40
View File
@@ -887,6 +887,11 @@
<Content Include="HSSE\Environmental\UnexpectedEnvironmental.aspx" />
<Content Include="HSSE\Environmental\UnexpectedEnvironmentalEdit.aspx" />
<Content Include="HSSE\Environmental\UnexpectedEnvironmentalView.aspx" />
<Content Include="HSSE\Hazard\ConstructionRisk.aspx" />
<Content Include="HSSE\Hazard\ConstructionRiskControlCheck.aspx" />
<Content Include="HSSE\Hazard\ConstructionRiskControlEdit.aspx" />
<Content Include="HSSE\Hazard\ConstructionRiskDataIn.aspx" />
<Content Include="HSSE\Hazard\ConstructionRiskEdit.aspx" />
<Content Include="HSSE\Hazard\EnvironmentalRiskItemEdit.aspx" />
<Content Include="HSSE\Hazard\EnvironmentalRiskList.aspx" />
<Content Include="HSSE\Hazard\EnvironmentalRiskListEdit.aspx" />
@@ -10156,6 +10161,41 @@
<Compile Include="HSSE\Environmental\UnexpectedEnvironmentalView.aspx.designer.cs">
<DependentUpon>UnexpectedEnvironmentalView.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRisk.aspx.cs">
<DependentUpon>ConstructionRisk.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRisk.aspx.designer.cs">
<DependentUpon>ConstructionRisk.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskControlCheck.aspx.cs">
<DependentUpon>ConstructionRiskControlCheck.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskControlCheck.aspx.designer.cs">
<DependentUpon>ConstructionRiskControlCheck.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskControlEdit.aspx.cs">
<DependentUpon>ConstructionRiskControlEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskControlEdit.aspx.designer.cs">
<DependentUpon>ConstructionRiskControlEdit.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskDataIn.aspx.cs">
<DependentUpon>ConstructionRiskDataIn.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskDataIn.aspx.designer.cs">
<DependentUpon>ConstructionRiskDataIn.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskEdit.aspx.cs">
<DependentUpon>ConstructionRiskEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="HSSE\Hazard\ConstructionRiskEdit.aspx.designer.cs">
<DependentUpon>ConstructionRiskEdit.aspx</DependentUpon>
</Compile>
<Compile Include="HSSE\Hazard\EnvironmentalRiskItemEdit.aspx.cs">
<DependentUpon>EnvironmentalRiskItemEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>