From b55be6c6042eb57acd8c87d0cdde6415c73cd3d2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 22 三月 2024 12:52:08 +0800
Subject: [PATCH] 生产订单:编辑页面,新增字段 销售订单-是否取库存,销售订单下推生产订单时,将子表是否取库存带入生产订单的 销售订单-是否取库存,生产订单的是否取库存默认为 销售订单-是否取库存且可更改,更改时需要弹窗进行确认
---
PlanM/PlanM.csproj | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/PlanM/PlanM.csproj b/PlanM/PlanM.csproj
index 971037a..026fa9a 100644
--- a/PlanM/PlanM.csproj
+++ b/PlanM/PlanM.csproj
@@ -351,6 +351,9 @@
<Name>SQLHelper</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="ClassDiagram1.cd" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
--
Gitblit v1.9.1