From bef08814cd618ce66a6d3fcdb900b40dcdc4f451 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 24 三月 2023 14:56:27 +0800
Subject: [PATCH] 条码生成模块,增加选择源单(生产入库单、采购入库单、销售退货单、生产退料单)生成条码,条码生成时同步生成条码出入库记录功能
---
NETSCM/NETSCM.csproj | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 12cded2..0e89335 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -180,6 +180,9 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
+ <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>
@@ -189,6 +192,9 @@
<None Include="Web References\WMSWeb\ClsGy_Source_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\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
--
Gitblit v1.9.1