From 018a9b80015b5d10acc5baee5add5b52c0f0064f Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 03 9月 2024 10:57:34 +0800
Subject: [PATCH] db_info.WorkingProcedureCurrent = logMiddle.WorkingProcedure;//赋值最新工序 【Editby shaocx,2024-09-03】
---
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj
index d945e64..c36463f 100644
--- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj
+++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/iWare_SCADA_BusinessLogical.csproj
@@ -94,9 +94,10 @@
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_06.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_07.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP0501.cs" />
- <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1002.cs" />
- <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1003.cs" />
- <Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP1004.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP7009.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1002.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1003.cs" />
+ <Compile Include="DataCaptureHandlerV2\Special\DataCaptureHandler_OP1004.cs" />
<Compile Include="DataCaptureHandlerV2\AlertMonitor.cs" />
<Compile Include="DataCaptureHandlerV2\DataCaptureHandler_OP6002.cs" />
<Compile Include="DataCaptureHandler\DataCaptureHandler.cs" />
@@ -155,6 +156,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
+ <Compile Include="Utils\ClearDataHandler.cs" />
+ <Compile Include="Utils\WorkPieceProcessHelper.cs" />
+ <Compile Include="Utils\QualityStateHelper.cs" />
+ <Compile Include="Utils\MonitorHelper.cs" />
+ <Compile Include="Utils\SystemBussinessHelper.cs" />
<Compile Include="Utils\SystemHelper.cs" />
<Compile Include="Utils\ComboBoxHelper.cs" />
<Compile Include="Utils\ConfigHelper.cs" />
--
Gitblit v1.9.3