1、用户导入;

2、用户角色支持多个;
3、单位资质;
This commit is contained in:
2025-09-28 17:30:03 +08:00
parent 229b9ef4d9
commit 802f8cde54
29 changed files with 2250 additions and 1628 deletions
+16
View File
@@ -246,6 +246,8 @@
<Content Include="BaseInfo\EmployeeSubgroup.aspx" />
<Content Include="BaseInfo\GoodsCategory.aspx" />
<Content Include="BaseInfo\EmployeeCategory.aspx" />
<Content Include="BaseInfo\Qualification.aspx" />
<Content Include="BaseInfo\QualificationEdit.aspx" />
<Content Include="BaseInfo\RiskLevelEdit.aspx" />
<Content Include="BaseInfo\RiskLevel.aspx" />
<Content Include="BaseInfo\HazardRegisterTypes.aspx" />
@@ -7787,6 +7789,20 @@
<Compile Include="BaseInfo\EmployeeCategory.aspx.designer.cs">
<DependentUpon>EmployeeCategory.aspx</DependentUpon>
</Compile>
<Compile Include="BaseInfo\Qualification.aspx.cs">
<DependentUpon>Qualification.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="BaseInfo\Qualification.aspx.designer.cs">
<DependentUpon>Qualification.aspx</DependentUpon>
</Compile>
<Compile Include="BaseInfo\QualificationEdit.aspx.cs">
<DependentUpon>QualificationEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="BaseInfo\QualificationEdit.aspx.designer.cs">
<DependentUpon>QualificationEdit.aspx</DependentUpon>
</Compile>
<Compile Include="BaseInfo\RiskLevelEdit.aspx.cs">
<DependentUpon>RiskLevelEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>