#010 修复解析入库,分发,和前端界面显示逻辑,增加 解析前判断是否已经处理过,增加clms授权检测

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-08-19 16:07:09 +08:00
parent a15d9efd64
commit f865e8653c
32 changed files with 4905 additions and 1421 deletions
+18 -18
View File
@@ -69,8 +69,7 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
<ApplicationIcon>HexagonTransparent.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Covert, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -119,7 +118,7 @@
<DependentUpon>AboutSoftwareInfo.cs</DependentUpon>
</Compile>
<Compile Include="BaseUnit\Base.cs" />
<Compile Include="BaseUnit\FileSorter.cs" />
<Compile Include="CjlrForm\FileSorter.cs" />
<Compile Include="BaseUnit\NetworkCopy.cs" />
<Compile Include="BaseUnit\RichTextUnit.cs" />
<Compile Include="DAL\Model\CjlrTaskReleaseDetailModel.cs" />
@@ -141,17 +140,17 @@
<Compile Include="DAL\SQLHelper.cs" />
<Compile Include="DAL\CjlrDAL.cs" />
<Compile Include="DAL\Model\TMeasureResultModel.cs" />
<Compile Include="CjlrForm\FAddTolerance.cs">
<Compile Include="CjlrForm\FAddConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CjlrForm\FAddTolerance.designer.cs">
<DependentUpon>FAddTolerance.cs</DependentUpon>
<Compile Include="CjlrForm\FAddConfig.designer.cs">
<DependentUpon>FAddConfig.cs</DependentUpon>
</Compile>
<Compile Include="CjlrForm\FEditTolerance.cs">
<Compile Include="CjlrForm\FEditConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CjlrForm\FEditTolerance.designer.cs">
<DependentUpon>FEditTolerance.cs</DependentUpon>
<Compile Include="CjlrForm\FEditConfig.designer.cs">
<DependentUpon>FEditConfig.cs</DependentUpon>
</Compile>
<Compile Include="CjlrForm\FSoftwareSetup.cs">
<SubType>Form</SubType>
@@ -159,11 +158,11 @@
<Compile Include="CjlrForm\FSoftwareSetup.designer.cs">
<DependentUpon>FSoftwareSetup.cs</DependentUpon>
</Compile>
<Compile Include="CjlrForm\FToleranceSetup.cs">
<Compile Include="CjlrForm\FConfigSetup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CjlrForm\FToleranceSetup.designer.cs">
<DependentUpon>FToleranceSetup.cs</DependentUpon>
<Compile Include="CjlrForm\FConfigSetup.designer.cs">
<DependentUpon>FConfigSetup.cs</DependentUpon>
</Compile>
<Compile Include="BaseUnit\ZSFDEMO.cs">
<SubType>Form</SubType>
@@ -193,17 +192,17 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="CjlrForm\FAddTolerance.resx">
<DependentUpon>FAddTolerance.cs</DependentUpon>
<EmbeddedResource Include="CjlrForm\FAddConfig.resx">
<DependentUpon>FAddConfig.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CjlrForm\FEditTolerance.resx">
<DependentUpon>FEditTolerance.cs</DependentUpon>
<EmbeddedResource Include="CjlrForm\FEditConfig.resx">
<DependentUpon>FEditConfig.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CjlrForm\FSoftwareSetup.resx">
<DependentUpon>FSoftwareSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CjlrForm\FToleranceSetup.resx">
<DependentUpon>FToleranceSetup.cs</DependentUpon>
<EmbeddedResource Include="CjlrForm\FConfigSetup.resx">
<DependentUpon>FConfigSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BaseUnit\ZSFDEMO.resx">
<DependentUpon>ZSFDEMO.cs</DependentUpon>
@@ -227,6 +226,7 @@
</ItemGroup>
<ItemGroup>
<!--sirinie -->
<Content Include="HexagonTransparent.ico" />
<Content Include="Images\1024B-2.png" />
<Content Include="Images\cncmachine32.png" />
<Content Include="Images\Dashboard.png" />