From bef08814cd618ce66a6d3fcdb900b40dcdc4f451 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 24 三月 2023 14:56:27 +0800
Subject: [PATCH] 条码生成模块,增加选择源单(生产入库单、采购入库单、销售退货单、生产退料单)生成条码,条码生成时同步生成条码出入库记录功能

---
 SCM/SCM.csproj |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/SCM/SCM.csproj b/SCM/SCM.csproj
index a31e083..880b23e 100644
--- a/SCM/SCM.csproj
+++ b/SCM/SCM.csproj
@@ -440,6 +440,10 @@
     <Compile Include="鎶ヨ〃\Kf_SellOutReturnedReport.designer.cs">
       <DependentUpon>Kf_SellOutReturnedReport.cs</DependentUpon>
     </Compile>
+    <Compile Include="婧愬崟\Cls_S_IF_POStockInBillList.cs" />
+    <Compile Include="婧愬崟\Cls_S_IF_MateOutBackBillList.cs" />
+    <Compile Include="婧愬崟\Cls_S_IF_SellOutBackBillList.cs" />
+    <Compile Include="婧愬崟\Cls_S_IF_ProductInBillList.cs" />
     <Compile Include="婧愬崟\Cls_S_IF_ICMOReportBillList.cs" />
     <Compile Include="婧愬崟\Cls_S_IFCLD_ICMOList.cs" />
     <Compile Include="鍏敤绫籠Cls_S_K3_PoinStockList.cs" />
@@ -931,6 +935,9 @@
     <None Include="Web References\WMSWeb\ClsGy_BadReason_Model.datasource">
       <DependentUpon>Reference.map</DependentUpon>
     </None>
+    <None Include="Web References\WMSWeb\ClsGy_BarCodeBill_WMS_Model.datasource">
+      <DependentUpon>Reference.map</DependentUpon>
+    </None>
     <None Include="Web References\WMSWeb\ClsGy_BarCodeBill_WMS_Model_View.datasource">
       <DependentUpon>Reference.map</DependentUpon>
     </None>
@@ -961,6 +968,9 @@
     <None Include="Web References\WMSWeb\ClsGy_Warehouse_Model.datasource">
       <DependentUpon>Reference.map</DependentUpon>
     </None>
+    <None Include="Web References\WMSWeb\ClsKf_ICStockBill_Mould.datasource">
+      <DependentUpon>Reference.map</DependentUpon>
+    </None>
     <None Include="Web References\WMSWeb\ClsKf_ICStockBill_WMS.datasource">
       <DependentUpon>Reference.map</DependentUpon>
     </None>

--
Gitblit v1.9.1