From af5c7a6ce19dd295701348f5f7eb6ce53c91826a Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期四, 12 二月 2026 10:58:44 +0800
Subject: [PATCH] 1.工创建PJ, 然后生产,当时有3片料,PJ只选了两片。其中两片配对生产了,按道理就不应该去取第三片了,但实际上它还去取了。修复此Bug

---
 SourceCode/Bond/Servo/Servo.vcxproj |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/Servo.vcxproj b/SourceCode/Bond/Servo/Servo.vcxproj
index 3f876a1..45e0f7a 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj
+++ b/SourceCode/Bond/Servo/Servo.vcxproj
@@ -223,6 +223,7 @@
     <ClInclude Include="..\jsoncpp\include\json\writer.h" />
     <ClInclude Include="..\jsoncpp\lib_json\json_batchallocator.h" />
     <ClInclude Include="AccordionWnd.h" />
+    <ClInclude Include="AlarmPopupDlg.h" />
     <ClInclude Include="CBaseDlg.h" />
     <ClInclude Include="CCarrierSlotGrid.h" />
     <ClInclude Include="CCarrierSlotSelector.h" />
@@ -345,6 +346,7 @@
     <ClInclude Include="ColorTransfer.h" />
     <ClInclude Include="CPageCassetteCtrlCmd.h" />
     <ClInclude Include="CPageGraph1.h" />
+    <ClInclude Include="CSlotTableCtrl.h" />
     <ClInclude Include="CPageGraph2.h" />
     <ClInclude Include="CPagePortProperty.h" />
     <ClInclude Include="CPanelAttributes.h" />
@@ -451,6 +453,7 @@
       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
     </ClCompile>
     <ClCompile Include="AccordionWnd.cpp" />
+    <ClCompile Include="AlarmPopupDlg.cpp" />
     <ClCompile Include="CBaseDlg.cpp" />
     <ClCompile Include="CCarrierSlotGrid.cpp" />
     <ClCompile Include="CCarrierSlotSelector.cpp" />
@@ -572,6 +575,7 @@
     <ClCompile Include="ColorTransfer.cpp" />
     <ClCompile Include="CPageCassetteCtrlCmd.cpp" />
     <ClCompile Include="CPageGraph1.cpp" />
+    <ClCompile Include="CSlotTableCtrl.cpp" />
     <ClCompile Include="CPageGraph2.cpp" />
     <ClCompile Include="CPagePortProperty.cpp" />
     <ClCompile Include="CPanelAttributes.cpp" />

--
Gitblit v1.9.3