feat(clgl): 支持历史出库数据导入
历史出库数据需要批量补录并同步形成出库申请单、出库单和库存扣减。 新增出库申请历史导入入口,按仓库、材料编码、炉号、批号、数量、 出库时间和领用单位校验模板数据,并按材料单位拆分管段/管件单据。
This commit is contained in:
@@ -352,6 +352,7 @@
|
||||
<Content Include="CLGL\ArrivalStatistics.aspx" />
|
||||
<Content Include="CLGL\OutPlanMaster.aspx" />
|
||||
<Content Include="CLGL\OutPlanMasterDetailImport.aspx" />
|
||||
<Content Include="CLGL\OutPlanMasterHistoryImport.aspx" />
|
||||
<Content Include="CLGL\OutPlanMasterEdit.aspx" />
|
||||
<Content Include="CLGL\OutPlanMasterOut.aspx" />
|
||||
<Content Include="CLGL\InPlanMaster.aspx" />
|
||||
@@ -8217,6 +8218,13 @@
|
||||
<Compile Include="CLGL\OutPlanMasterDetailImport.aspx.designer.cs">
|
||||
<DependentUpon>OutPlanMasterDetailImport.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CLGL\OutPlanMasterHistoryImport.aspx.cs">
|
||||
<DependentUpon>OutPlanMasterHistoryImport.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="CLGL\OutPlanMasterHistoryImport.aspx.designer.cs">
|
||||
<DependentUpon>OutPlanMasterHistoryImport.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CLGL\OutPlanMasterEdit.aspx.cs">
|
||||
<DependentUpon>OutPlanMasterEdit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -17174,7 +17182,7 @@
|
||||
</COMReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v18.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
|
||||
Reference in New Issue
Block a user