This commit is contained in:
PastSaid
2024-01-08 10:58:24 +08:00
parent a8689c9ba0
commit f3eae0a034
23 changed files with 904 additions and 235 deletions

View File

@@ -73,6 +73,10 @@
<Reference Include="Kingdee.K3.SCM.Stock.Report.PlugIn">
<HintPath>..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.K3.SCM.Stock.Report.PlugIn.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@@ -84,7 +88,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AutoRecordsInventoryPlugIn.cs" />
<Compile Include="Policy.cs" />
<Compile Include="UpdatePlanOrderCustInfoPolicyEx .cs" />
<Compile Include="ProductionPlanRptPlugIn.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BarItemClickEventPlugIn.cs" />
@@ -97,13 +101,16 @@
<Content Include="SQLServer\生产计划表2.0\完成\4.存储过程_生产计划_查询.sql" />
<Content Include="SQLServer\生产计划表1.0\月度生产计划表-预测单.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\7.创建表_生产计划表.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\8.存储过程_生产计划表_数据保存前检查.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\自定义函数-返回两位小数.sql" />
<Content Include="SQLServer\生产计划表2.0\查询_生产计划_简单报表自定义属性.sql" />
<Content Include="SQLServer\生产计划表2.0\查询_生产计划数据.sql" />
<Content Include="SQLServer\生产计划表1.0\月度计划数据保存.sql" />
<Content Include="SQLServer\生产计划表2.0\查询_物料库存记录.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\1.创建表_物料库存记录表.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\3.存储过程_生产计划_查询即时数据.sql" />
<Content Include="SQLServer\生产计划表1.0\自动保存存储过程.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\自定义函数.sql" />
<Content Include="SQLServer\生产计划表2.0\完成\自定义函数-生产计划-包装规格换算.sql" />
<Content Include="SQLServer\生产计划表1.0\计划生产订单入库数.sql" />
</ItemGroup>
<ItemGroup>