From 105bb5f0f4edd01d8f915ffda28ccd37afbfddc8 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 24 四月 2023 08:29:41 +0800
Subject: [PATCH] 基础资料 添加校验控制 进站单出站单扫完流转卡默认带出最大工序汇报数量(获取 上一道的 合格数量(如果拆分后,上道合格数量大于流转卡数量时,仍取流转卡数量),如果是第一道则获取流转卡数量) 拆卡必须最大工序出站之后才允许拆卡,汇报过的工序拆卡出来不需要显示 增加生产订单 复制功能; 流转卡添加复制功能 工艺路线 增加 上一行 下一行 刷新流水号 按钮功能, 可以调整 工序上下次序; 以及重新刷新流水号

---
 Kanban/Kanban.csproj |   53 +++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 37 insertions(+), 16 deletions(-)

diff --git a/Kanban/Kanban.csproj b/Kanban/Kanban.csproj
index 224ac8b..0a2655c 100644
--- a/Kanban/Kanban.csproj
+++ b/Kanban/Kanban.csproj
@@ -59,6 +59,13 @@
     <OutputPath>bin\x86\Release\</OutputPath>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="AxInterop.gregn6Lib">
+      <HintPath>..\OCX\AxInterop.gregn6Lib.dll</HintPath>
+    </Reference>
+    <Reference Include="Interop.gregn6Lib">
+      <HintPath>..\OCX\Interop.gregn6Lib.dll</HintPath>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
     <Reference Include="System.Drawing" />
@@ -91,11 +98,29 @@
     <Compile Include="LED\Sc_LEDInfoNote.designer.cs">
       <DependentUpon>Sc_LEDInfoNote.cs</DependentUpon>
     </Compile>
+    <Compile Include="Sc_CGKB.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Sc_CGKB.designer.cs">
+      <DependentUpon>Sc_CGKB.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Sc_CJKB.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Sc_CJKB.designer.cs">
+      <DependentUpon>Sc_CJKB.cs</DependentUpon>
+    </Compile>
     <Compile Include="Sc_ProductionLineKB.cs">
       <SubType>Form</SubType>
     </Compile>
     <Compile Include="Sc_ProductionLineKB.designer.cs">
       <DependentUpon>Sc_ProductionLineKB.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Sc_QLKB.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Sc_QLKB.designer.cs">
+      <DependentUpon>Sc_QLKB.cs</DependentUpon>
     </Compile>
     <Compile Include="Sc_WorkshopKB.cs">
       <SubType>Form</SubType>
@@ -317,8 +342,20 @@
       <DependentUpon>Sc_LEDInfoNote.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
+    <EmbeddedResource Include="Sc_CGKB.resx">
+      <DependentUpon>Sc_CGKB.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Sc_CJKB.resx">
+      <DependentUpon>Sc_CJKB.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
     <EmbeddedResource Include="Sc_ProductionLineKB.resx">
       <DependentUpon>Sc_ProductionLineKB.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Sc_QLKB.resx">
+      <DependentUpon>Sc_QLKB.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
     <EmbeddedResource Include="Sc_WorkshopKB.resx">
@@ -435,22 +472,6 @@
     </EmbeddedResource>
   </ItemGroup>
   <ItemGroup>
-    <COMReference Include="Axgregn6Lib">
-      <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
-      <VersionMajor>6</VersionMajor>
-      <VersionMinor>0</VersionMinor>
-      <Lcid>0</Lcid>
-      <WrapperTool>aximp</WrapperTool>
-      <Isolated>False</Isolated>
-    </COMReference>
-    <COMReference Include="gregn6Lib">
-      <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
-      <VersionMajor>6</VersionMajor>
-      <VersionMinor>0</VersionMinor>
-      <Lcid>0</Lcid>
-      <WrapperTool>tlbimp</WrapperTool>
-      <Isolated>False</Isolated>
-    </COMReference>
     <COMReference Include="stdole">
       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
       <VersionMajor>2</VersionMajor>

--
Gitblit v1.9.1