From 67e6f3503c5e28ace45e3ad7c30b0965555b02f5 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 29 五月 2024 16:49:48 +0800
Subject: [PATCH]  递入 参数 单据类型、单据内码、库存更新类型 ; 根据单据类型和单据内码,更新 及时库存表 ;采购入库单 审核时 库存更新类型 为1 , 反审核时 库存更新类型为 2; 1 就是增加 库存,2就是 减少库存; 生产领料单 审核时 库存更新类型 为1 , 反审核时 库存更新类型为 2; 1 就是减少 库存,2就是增加库存

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

diff --git a/BLL/BLL.csproj b/BLL/BLL.csproj
index 1be3219..570128b 100644
--- a/BLL/BLL.csproj
+++ b/BLL/BLL.csproj
@@ -106,6 +106,12 @@
       <DesignTime>True</DesignTime>
       <DependentUpon>Resources.resx</DependentUpon>
     </Compile>
+    <Compile Include="Xt_SystemParameterForOrg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Xt_SystemParameterForOrg.Designer.cs">
+      <DependentUpon>Xt_SystemParameterForOrg.cs</DependentUpon>
+    </Compile>
     <Compile Include="绯荤粺绠$悊\鐢ㄦ埛绠$悊\Gy_UserByOrgRelation.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -431,6 +437,9 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
+    <EmbeddedResource Include="Xt_SystemParameterForOrg.resx">
+      <DependentUpon>Xt_SystemParameterForOrg.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="鍏敤妯″潡\AboutBox1.resx">
       <SubType>Designer</SubType>
       <DependentUpon>AboutBox1.cs</DependentUpon>

--
Gitblit v1.9.1