From 573f8cd63ce36c531ec019c8c5e20353090f12ac Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 07 三月 2024 10:17:30 +0800
Subject: [PATCH] 工序工价模块,保存修改时增加写入新字段,选择物料时根据组织过滤物料信息
---
WarM/WarM.csproj | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/WarM/WarM.csproj b/WarM/WarM.csproj
index a5f2ac3..a474da8 100644
--- a/WarM/WarM.csproj
+++ b/WarM/WarM.csproj
@@ -393,6 +393,12 @@
<Compile Include="浠撳簱绠$悊\Kf_StockInRequestBillList.designer.cs">
<DependentUpon>Kf_StockInRequestBillList.cs</DependentUpon>
</Compile>
+ <Compile Include="浠撳簱绠$悊\Kf_SellOutBill_BarCodeNote.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="浠撳簱绠$悊\Kf_SellOutBill_BarCodeNote.designer.cs">
+ <DependentUpon>Kf_SellOutBill_BarCodeNote.cs</DependentUpon>
+ </Compile>
<Compile Include="瀛樿揣鏍哥畻\CH_OtherStockInCheckCount.cs">
<SubType>Form</SubType>
</Compile>
@@ -693,6 +699,18 @@
<Compile Include="鏉$爜鎵撳嵃\Kf_AGVRequestBill_FastList.designer.cs">
<DependentUpon>Kf_AGVRequestBill_FastList.cs</DependentUpon>
</Compile>
+ <Compile Include="鏉$爜鎵撳嵃\Kf_WeighToBarCode_StationOutBill.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="鏉$爜鎵撳嵃\Kf_WeighToBarCode_StationOutBill.designer.cs">
+ <DependentUpon>Kf_WeighToBarCode_StationOutBill.cs</DependentUpon>
+ </Compile>
+ <Compile Include="鏉$爜鎵撳嵃\Kf_WeighToBarCode.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="鏉$爜鎵撳嵃\Kf_WeighToBarCode.designer.cs">
+ <DependentUpon>Kf_WeighToBarCode.cs</DependentUpon>
+ </Compile>
<Compile Include="鏉$爜鎵撳嵃\Sc_ICMOToBarCode.cs">
<SubType>Form</SubType>
</Compile>
@@ -920,6 +938,10 @@
<DependentUpon>Kf_StockInRequestBillList.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
+ <EmbeddedResource Include="浠撳簱绠$悊\Kf_SellOutBill_BarCodeNote.resx">
+ <DependentUpon>Kf_SellOutBill_BarCodeNote.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="瀛樿揣鏍哥畻\CH_OtherStockInCheckCount.resx">
<DependentUpon>CH_OtherStockInCheckCount.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -1120,6 +1142,14 @@
<DependentUpon>Kf_AGVRequestBill_FastList.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
+ <EmbeddedResource Include="鏉$爜鎵撳嵃\Kf_WeighToBarCode_StationOutBill.resx">
+ <DependentUpon>Kf_WeighToBarCode_StationOutBill.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ <EmbeddedResource Include="鏉$爜鎵撳嵃\Kf_WeighToBarCode.resx">
+ <DependentUpon>Kf_WeighToBarCode.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="鏉$爜鎵撳嵃\Sc_ICMOToBarCode.resx">
<DependentUpon>Sc_ICMOToBarCode.cs</DependentUpon>
<SubType>Designer</SubType>
--
Gitblit v1.9.1