From a1709bcc95fe641126f5c34e0a344e406b467f88 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 16 五月 2023 11:11:15 +0800
Subject: [PATCH] 流转卡和生产订单只能自己删除自己的单据。pda进站单增加白坯发布字段,放在接收数量后面,不允许编辑,每次扫进站单出站单的时候,自动把白坯发布的汇总数量显示。生产订单模块增加一个字段,是否取库存,底部备注,做成下拉框。生产报表这个字段有值的不计算产能。工艺路线批量插入白坯定型和染厂(第一道和第二道)(把以前所有的流水号加20,在把白坯定型(10),和染厂(20)刷进去

---
 ProM/ProM.csproj |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ProM/ProM.csproj b/ProM/ProM.csproj
index 6ceecc4..9cb544a 100644
--- a/ProM/ProM.csproj
+++ b/ProM/ProM.csproj
@@ -119,6 +119,12 @@
     <Compile Include="濮斿绠$悊\WW_EntrustOrderBillQuery.designer.cs">
       <DependentUpon>WW_EntrustOrderBillQuery.cs</DependentUpon>
     </Compile>
+    <Compile Include="濮斿绠$悊\WW_PPBomBillList.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="濮斿绠$悊\WW_PPBomBillList.Designer.cs">
+      <DependentUpon>WW_PPBomBillList.cs</DependentUpon>
+    </Compile>
     <Compile Include="鎶ヨ〃鍒嗘瀽\Cg_CgDetailReport.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -358,6 +364,9 @@
       <DependentUpon>WW_EntrustOrderBillQuery.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
+    <EmbeddedResource Include="濮斿绠$悊\WW_PPBomBillList.resx">
+      <DependentUpon>WW_PPBomBillList.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="鎶ヨ〃鍒嗘瀽\Cg_CgDetailReport.resx">
       <DependentUpon>Cg_CgDetailReport.cs</DependentUpon>
       <SubType>Designer</SubType>

--
Gitblit v1.9.1